html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway';
    font-weight: 100;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin: 0;
}

.full-height {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.top-left {
    position: absolute;
    left: 10px;
    top: 18px;
    z-index:10;
}

.bottom_menu {
    position: absolute;
    /*left: 10px;*/
    bottom: 15px;
}

.content {
    margin-top: -200px;
    text-align: center;
}

.subtitle {
    float: left;
    font-size: 16px;
    padding-bottom: 20px;;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 20px;
    padding: 0 20px 0 20px;
}

.links_container{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;

}

.links_container .links_container_text > a {
    float: left;
    white-space: nowrap;
    color: #636b6f;
    padding: 0 25px 15px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.links_container .links_container_menu_tabs > a {
    float: left;
    white-space: nowrap;
    color: #636b6f;
    padding: 0 15px 15px 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

#links_container_hover:hover  {
   color: #E0E0E0;
}

img.responsive {
    max-width:100% !important;
    height: auto;
}

.clearfix {
    clear:both;
    height:0px;
    font-size:1px;
    line-height:1px;
}

.ampersand_home{
    /*display: none;*/
    margin-top: -15px;
    font-weight: 600;
    color: #C0C0C0;
    font-size: 18px;;
}

@media only screen and (max-width: 530px) {

    .ampersand_home{
        display: block;
        width: 100%;
    }
    .links_container .links_container_menu_tabs > a{
        font-size: 14px !important;
    }
    html, body {
        font-weight: 600;
    }

}
.service_description {
    font-family: Arial,Helvetica,Geneva,Sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
}
.table_leftRow_top {
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: thin;
    border-right: none;
    border-bottom: none;
}
.table_rightRow_top {
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: thin;
    border-bottom: none;
}
.table_leftRow_bottom {
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: thin;
    border-right: none;
}
.table_rightRow_bottom {
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: thin;
}



.errorMessage{
    margin-top: 5px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: red;
    text-align: center;
}

/*.clearfix_20 {
    clear:both;
    height:30px;
    font-size:30px;
    line-height:30px;
}
.clearfix_10 {
    clear:both;
    height:50px;
    font-size:10px;
    line-height:10px;
}*/



.optionsBox{
    float:left;
    max-width:480px;

-moz-border-radius: 4px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 3px #7690a5;
    -webkit-box-shadow: 0 1px 3px #7690a5;
    -o-box-shadow: 0 1px 2px #7690a5;
    box-shadow: 0 1px 2px #7690a5;
    background: #fbfbfb;
    border:1px solid #006;
    padding:5px 5px 5px 5px;
    margin:5px 5px 5px 5px;
    text-align: center;
    font-size:12px;
    color:#006;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.optionsBox-option{
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.optionsBox-radio{
    width: 50px;
    float: left;
}
.optionsBox-text{
    width: 100%;
    margin-left: 50px;
    text-align: left;
    padding-top: 5px;
/*    border-style: solid; border-width: thin;*/
}
#parent {display: table;}
#child {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.form-content{
    float: none;
    margin: 0 auto;
    max-width:480px;
}
::placeholder {
  color: #C0C0C0 !important;
  font-size: 0.8em;
  font-weight: 600;
}

/* Radio buttons START */
.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #f1f1f1;
}
label
{
     font: 300 14px/1.7 'Open Sans', sans-serif;
     color: #666;
     cursor: pointer;
}
/* Radio buttons END */

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
#slideshow1 {
    float:left;
    position: relative;
    width: 220px;
    height: 220px;
}
#slideshow1 > div {
    position: absolute;
}

@media only screen and (max-width: 1050px) {

    .bottom_menu{
        /*left: unset;*/
        bottom: 40px;
    }
}

ul.circle {
    list-style-type: circle;
    margin: 5px 0 0 -20px;
}
