/*
 Theme Name:   YOOtheme Child
 Template:     yootheme
 Author:       Custom Web
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-child
*/
    h1,h2,h3,h4,h5,h6 {
        clear: both!important;
    }
.responsive-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


ul.uk-list.uk-list-bullet li a {
    text-decoration: underline;
}

.custom-sub > div:last-of-type ul ul {
    display: none;
}

.custom-sub > div:last-of-type ul li a {
    color: #174873;
    line-height: 1;
}


.uk-tile-muted.uk-tile {
    padding: 30px;
}

.score-wrap {
    display: flex;
    align-items: center;
    font-size: 24px;
    margin: 20px 0;
}

.score-wrap .ginput_container.ginput_container_number {
    margin: 0!important;
    background: #e6e6e6;
    margin-left: 10px!important;
    padding: 0 10px 0 0;
    float: left;
}

.score-wrap .ginput_container.ginput_container_number input {
    color: #194a75;
    font-weight: 700;
    border: none !important;
    padding: 0 !important;
    float: left;
    text-align: right;
    background: transparent;
    width: 50px;
}

.ginput_container.ginput_container_number:after {
    content: '%';
    float: left;
    margin-left: 3px;
    padding: 0 !important;
    float: left;
    margin-top: 8px;
}

.uk-form ol li {
    list-style: decimal!important;
}

.uk-form ol {
    list-style: decimal;
    text-transform: capitalize;
}


.final-score-button label {
    background: #184974;
    color: #fff;
    max-width: 200px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    cursor: pointer;
}

.final-score-button label:hover {
    background:#00adea;
}

.final-score-button > label {
    display: none;
}

.final-score-button .ginput_container.ginput_container_checkbox {
    margin: 0!important;
}

.final-score-button input {
    display: none;
}

.final-score-button {
    display: inline-block;
    max-width: 200px;
    width: 100%;
}

.final-score-button ul {
    padding: 0;
    margin: 0;
}

.uk-checkbox, .uk-radio {
    padding: 0!important;
    margin-right: 10px;
}

.uk-button {
    padding-top: 20px;
    padding-bottom: 20px;
}

.affiliation li {
    display: flex;
}

.gallery-full-width .uk-flex div {
    width: 100%;
}


.social-head-wrap {
    display: flex;
    align-items: center;
}

.social-head-wrap .soc-wrap {
    padding-right: 20px;
}

.social-head-wrap a {
    padding-right: 10px;
}

.social-head-wrap a:last-of-type {
    padding-right: 0;
}

.tm-toolbar ul.uk-subnav li {
    border-right: 1px solid #fff;
    padding: 0 16px;
}

.tm-toolbar ul.uk-subnav li a {
    line-height: 1.5em;
}

.tm-toolbar ul.uk-subnav li:last-of-type {
    border-right: navajowhite;
    padding-right: 0;
}

.soc-wrap span.uk-icon svg line, span.uk-icon svg circle {
    fill: #fff;
}

.soc-wrap span.uk-icon {
    padding-right: 10px;
}

.tm-toolbar ul.uk-subnav li a {
    font-weight: 700;
}
 .tm-toolbar ul.uk-subnav li a:hover {
  color:#00adea!important;
}

.tm-toolbar ul.uk-subnav li.uk-active a {
    color:#00adea!important;
}   
/* ==================================== /
/                                       /
/           MOBILE HEADER               /
/                                       /
======================================= */

.mobile-number {
    position: absolute;
    right: 0px;
}

.mobile-number a {
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all ..25s ease-in-out;
    -o-transition: all .25s ease-in-out;
     transition: all .25s ease-in-out;
}

.mobile-number a:hover {
    opacity: .8;
    }

.mobile-number span.uk-icon {
    color: #fff;
}

.mobile-number a:hover svg {
    -webkit-animation: bounce .9s linear;
    animation: bounce .9s linear;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}


@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translate3d(0,0,0);
    }
    40% {
        -webkit-transform: translate3d(0,-15px,0);
    }
    60% {
        -webkit-transform: translate3d(0,-7px,0);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translate3d(0,0,0);
    }
    40% {
        -moz-transform: translate3d(0,-15px,0);
    }
    60% {
        -moz-transform: translate3d(0,-7px,0);
    }
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translate3d(0,0,0);
    }
    40% {
        -o-transform: translate3d(0,-15px,0);
    }
    60% {
        -o-transform: translate3d(0,-7px,0);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translate3d(0,0,0);
    }
    40% {
        transform: translate3d(0,-15px,0);
    }
    60% {
        transform: translate3d(0,-7px,0);
    }
}

/* ==================================== /
/                                       /
/               HEADER                  /
/                                       /
======================================= */

a.uk-navbar-item.uk-logo {
    height: inherit;
}

.uk-navbar-item a.cta-header:hover {
    text-decoration: none;
}

.uk-navbar-item a.cta-header {
    display: flex;
    line-height: 1.5;
    padding-right: 30px;
}

.tm-toolbar .uk-flex-middle {
    justify-content: center;
}

a.cart-customlocation {
    color: inherit;
    text-transform: uppercase;
}

/* ==================================== /
/                                       /
/                Top A                  /
/                                       /
======================================= */

.top-a .uk-container.uk-position-relative {
    width: 100%;
}

.top-a.uk-section-default.uk-position-relative .uk-container > div {
    width: 100%;
    margin: 0;
}

.top-a .wk-overlay-panel.wk-flex.wk-flex-center.wk-flex-middle.wk-text-center.wk-overlay-background.wk-overlay-fade {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    padding: 0;
}

.top-a .wk-overlay-panel.wk-flex.wk-flex-center.wk-flex-middle.wk-text-center.wk-overlay-background.wk-overlay-fade > div:first-of-type {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-a .wk-margin {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    height: 100%;
}

.hero-wrap {
    width: 100%;
    display: flex;
    text-align: left;
}

.home .uk-width-66 {
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
    padding: 40% 0px 0 0px;
    box-sizing: border-box;
}

.uk-width-66 {
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
    padding: 30% 0px 0 0px;
    box-sizing: border-box;
}

.uk-width-33 {
    width: 100%;
    background: rgba(23, 72, 115, 0.3);
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.top-a .uk-width-33 .custom-html-widget {
    justify-content: center;
}

.top-a.uk-section-default.uk-position-relative .uk-grid-margin.uk-grid > div:last-of-type div {
    width: 100%;
}

.hero-wrap h1 {
    text-shadow: 0 2px 4px #06101a;
    color: #f9f9f9;
    font-size: 3.25em;
}

.home .hero-wrap h2 {
    text-shadow: 0 2px 4px #06101a;
    color: #f9f9f9;
    font-size: 56px;
    padding-bottom: 70px;
    text-transform: capitalize;
}


.hero-wrap h2 {
    text-shadow: 0 2px 4px #06101a;
    color: #f9f9f9;
    font-size: 45px;
    padding-bottom: 70px;
    margin-top: 0!important;
    text-transform: uppercase;
}

.hero-wrap h2 span.bold {
    font-weight: 700;
}

.top-a ul.wk-slideshow.wk-overlay-active {
    height: initial!important;
    padding-top: 40%!important;
    overflow: hidden;
}

.top-a ul.wk-slideshow li {
    height: initial!important;
    bottom: 0;
    min-height: initial!important;
}

.top-a.uk-section-default.uk-position-relative div {
    display: flex;
}
.top-a .uk-background-norepeat.uk-background-cover.uk-background-center-center.uk-section.uk-padding-remove-vertical.uk-flex.uk-flex-middle {
    height: initial!important;
    min-height: initial!important;
}

.top-a .uk-position-cover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
    background-color: transparent!important;
}

.top-a .uk-grid-margin.uk-grid.uk-grid-stack {
    margin: 0;
}

.top-a .uk-grid-margin.uk-grid.uk-grid-stack > div {
    padding: 0;
}

.top-a.uk-section-default.uk-position-relative .uk-container div {
    padding-left: 0;
    padding-right: 0;
}

.top-a.uk-section-default.uk-position-relative .uk-container .uk-grid-margin.uk-grid > div:first-of-type > div {
    width: 100%;
}

/* ==================================== /
/                                       /
/                Top B                  /
/                                       /
======================================= */
.top-b .el-item.uk-card.uk-card-default.uk-card-body {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 34px;
    border: 2px solid #00adea;
    background-color: #f9f9f9;
}

.top-b .el-item.uk-card.uk-card-default.uk-card-body a {
    font-weight: 700;
}

.top-b .el-item.uk-card.uk-card-default.uk-card-body a:hover {
    color: #00adea;
}
/* ==================================== /
/                                       /
/                Top C                  /
/                                       /
======================================= */
.top-c .el-item.uk-card.uk-card-hover.uk-card-body {
    background: #edebe6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 34px;
    border: 2px solid #00adea;
    background-color: #f9f9f9;
}

.top-c .el-item.uk-card.uk-card-hover.uk-card-body a {
    font-weight: 700;
}

.top-c .el-item.uk-card.uk-card-hover.uk-card-body a:hover {
    color: #00adea;
}

.top-c.uk-section-primary.uk-preserve-color.uk-section .uk-container > div:first-of-type {color: #fff;}

.top-c.uk-section-primary.uk-preserve-color.uk-section .uk-container > div:first-of-type h2 {
    color: #fff!important;
}

.top-c.uk-section-primary {
    background: #174873;
    background: -moz-linear-gradient(top, #174873 70.9999%, #ffffff 71%, #ffffff 71%);
    background: -webkit-linear-gradient(top, #174873 70.9999%,#ffffff 71%,#ffffff 71%);
    background: linear-gradient(to bottom, #174873 70.9999%,#ffffff 71%,#ffffff 71%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174873', endColorstr='#ffffff',GradientType=0 );
}
/* ==================================== /
/                                       /
/                Top D                  /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/                Top E                  /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom A                 /
/                                       /
======================================= */
.bottom-a {
    background: #ddd3b6;
}
/* ==================================== /
/                                       /
/              Bottom B                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom C                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom D                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom E                 /
/                                       /
======================================= */


/* ==================================== /
/                                       /
/               FOOTER                  /
/                                       /
======================================= */

.footer-wrap.uk-margin-large.uk-margin-remove-bottom.uk-section-secondary.uk-section {
    margin-top: 0!important;
}

.Footer-row ul.uk-nav.uk-nav-default ul {
    display: none;
}

.Footer-row ul.uk-nav.uk-nav-default li a {
    color: #fff!important;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.48px;
    padding: 0;
    text-transform: capitalize;
}

.Footer-row ul.uk-nav.uk-nav-default li.uk-active a {
    color:#00adea!important;
}

.Footer-row ul.uk-nav.uk-nav-default li a:hover {
    color:#00adea!important;
}

.footer-wrap p {
    margin: 0;
}

.footer-wrap .social-head-wrap {
    margin-top: 20px;
}

.site-map {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.site-map ul {
    margin-top: 30px;
}

.footer-location-wrap {
    text-align: center;
}

.footer-location-wrap .affiliation ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    padding-right: 5px;
}

.footer-location-wrap .affiliation {
    max-width: 225px;
    display: inline-block;
}

a.location-button.uk-button-danger {
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    max-width: 225px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

a.location-button.uk-button-danger span {
    padding-right: 10px;
    font-size: 24px;
}

p.copy-text {
    margin: 0;
}

.footer-wrap ::-webkit-input-placeholder {
    color:  #fff;
} 

.footer-wrap :-moz-placeholder {
    color:  #fff;
}

.footer-wrap ::-moz-placeholder {
    color:  #fff;
}

.footer-wrap :-ms-input-placeholder {
    color:  #fff;
}

/* -------------- Social Icons ----------------- */

.affiliation ul li span {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 1;
    position: relative;
}
span.phone-icon:after {
    content: '\f008';
}
span.phone-icon:after {
    content: 'f014';
}
span.phone-icon:after {
    content: '\f008';
}

.affiliation ul {
    margin: 0;
    padding: 0;
}

.affiliation ul li {
    list-style-type: none;
    clear: both;
}

.affiliation ul li span:before {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.social-wrap.social-wrap-header {
    margin-top: 0px;
}

.social-wrap {
    margin-top: 15px;
}

.social-wrap a {
    padding: 0 5px;
}

.social-wrap a:first-of-type {
    padding-left: 0;
}



/* ==================================== /
/                                       /
/            Responsive                 /
/                                       /
======================================= */

@media screen and (max-width:1050px) {
    html {
        font-size: 1.7vw;
    }

}
@media screen and (max-width:800px) {
    html {
        font-size: 2.123vw;
    }
}
@media screen and (max-width:767px) {

    html {
        font-size: 2.47vw;
    }
    h1.uk-h1 , .uk-heading-primary , .uk-heading-hero , h1{
        font-size: 2.1rem;
        line-height: 1.1em;
    }
    h2.uk-h2 {
        font-size: 1.8rem;
        line-height: 1.1em;
    }
    h3.uk-h3 {
        font-size: 1.5rem;
        line-height: 1.1em;
    }
    h4.uk-h4 {
        font-size: 1.2rem;
        line-height: 1.1em;
    }
    h5.uk-h5 {
        font-size: 1.1rem;
        line-height: 1.1em;
    }
    h6.uk-h6 {
        font-size: 1rem;
        line-height: 1.1em;
    }
}
@media screen and (max-width:550px) {
    html {
        font-size: 2.92vw;
    }
}
@media screen and (max-width:500px) {
    html {
        font-size: 3.2vw;
    }
}
@media screen and (max-width:450px) {
    html {
        font-size: 3.4vw;
    }
}
@media screen and (max-width:400px) {
    html {
        font-size: 3.9vw;
    }
}
@media screen and (max-width:350px) {
    html {
        font-size: 4.1vw;
    }
}




@media (max-width: 1200px) {

.top-a .wk-margin {
    padding-left: 20px;
    padding-right: 0;
    height: 100%;
    box-sizing: border-box;
}

.top-a ul.wk-slideshow.wk-overlay-active {
    padding-top: 50%!important;
}
    
}

/* SMALL SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1201px) and (max-width: 1400px) {
}

/* MINI SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1051px) and (max-width: 1200px) {
}

@media (min-width: 1051px) {
}


@media (max-width: 1050px) {
    .hero-wrap h2 {
    font-size: 2.5em;
}
}


/* TABLETS (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 960px) and (max-width: 1050px) {
}


@media (min-width: 960px) {
.tm-sidebar {
    max-width: 600px;
    margin: 0 auto;
}
}



/* TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 768px) and (max-width: 959px) {
    .top-c .uk-child-width-1-3\@s>* {
   width: calc(100% * 1 / 2.001);
}

.top-c.uk-section-primary.uk-preserve-color.uk-section .uk-container > div:last-of-type .uk-first-column > div > div:last-of-type {
    margin-top: 20px;
}

}

/* PHONES AND TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 959px) {
    ul.uk-nav.uk-nav-default ul > li.uk-active > a {
    color: #00adea;
}
    .top-a ul.wk-slideshow.wk-overlay-active {
    padding-top: 60%!important;
}
}


/* PHONES (LANDSCAPE) AND TABLETS (PORTRAIT)
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 959px) {
}

@media (min-width: 768px) {
    .ad-mobile.uk-section-default.uk-section {
    display: none;
}
}

/* PHONES 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 767px) {

    .top-a .uk-position-cover {
    background-color: rgba(24, 73, 116, 0.05)!important;
}


    .top-a .uk-grid-margin.uk-grid.uk-grid-stack > div:last-of-type {
    display: none;
}
    .social-head-wrap {
    justify-content: center;
}
    .top-c.uk-section-primary {
    background: #174873!important;
}
.uk-width-66, .home .uk-width-66 {
    padding: 20% 0px 12px 0px;
}
.hero-wrap h2 {
    font-size: 2em;
    padding-bottom: 0;
}

 .home .uk-width-66 h2 {
    font-size: 2em;
    padding: 10% 0;
}
    .top-a ul.wk-dotnav.wk-dotnav-contrast.wk-flex-center {
    margin-bottom: 0!important;
}
   .tm-header-mobile .uk-responsive-height {
    max-width: 100%;
}
}


/* PHONES (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 767px) {
}

/* PHONES (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 479px) {
    .home .uk-width-66 h2 {
    font-size: 2em;
    padding: 5% 0 0;
}
    .hero-wrap > div {
    width: 100%;
    max-width: 100%;
}

.hero-wrap {
    flex-wrap: wrap;
}

.uk-width-33 {
    background: transparent;
    padding: 5% 0;
}

.hero-wrap h2 {
    margin: 0;
}

.uk-width-33 img {
    max-height: 200px;
}


.hero-wrap h1 {
    text-align: center;
    font-size: 1.6em;
    margin: 0;
}
.hero-wrap h2 {
    padding-bottom: 0;
    text-align: center;
    font-size: 1.75em;
}

.gallery-full-width > div {
    width: 100%;
}

.gallery-full-width .uk-flex.uk-flex-center.uk-flex-middle:nth-child(2) {
    margin-top: 20px;
}

   .tm-header-mobile .uk-responsive-height {
    max-width: 200px;
}

.mobile-number a {
    padding: 10px;
}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 


}


/* Gform Placeholder ======================== */
body .footer-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    color: #fff;
}

body .footer-wrap .gform_wrapper input[type=email], body .footer-wrap .gform_wrapper input[type=number], body .footer-wrap .gform_wrapper input[type=password], body .footer-wrap .gform_wrapper input[type=tel], body .footer-wrap .gform_wrapper input[type=text], body .footer-wrap .gform_wrapper input[type=url], body .footer-wrap .gform_wrapper textarea {
    color: #fff;
}

.tm-contact-form ::-webkit-input-placeholder {
    color:  #4d4e4e;
} 

.tm-contact-form :-moz-placeholder {
    color:  #4d4e4e;
}

.tm-contact-form ::-moz-placeholder {
    color:  #4d4e4e;
}

.tm-contact-form :-ms-input-placeholder {
    color:  #4d4e4e;
}


/* ==================================== /
/                                       /
/           Fixed Widgets               /
/                                       /
======================================= */

/*--------Fixed Form Side --------*/

.fixed-widgets-wrap .uk-panel {
    position: inherit;
}

.fixed-widgets-wrap ul#gform_fields_1 li:nth-child(2) .ginput_container , .fixed-widgets-wrap ul#gform_fields_1 li:nth-child(1) .ginput_container {
    margin: 0;
}

.fixed-widgets-wrap div#gform_wrapper_1 {
    margin: 0;
}

.fixed-lightbox-wrap .gform_wrapper textarea.medium {
    border: 1px solid #b4b4b4;
}

.fixed-widgets-wrap.form-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.fixed-contact-wrap {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 415px;
    z-index: 9;
}

div#fixed-contact {
    background: #f3f3f3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #5b9957;
    padding: 10px;
    float: right;
}

div#fixed-contact:hover {
    cursor: pointer;
}

div#fixed-contact p {
    color: #5b992d;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

i.uk-icon-envelope {
    color: #5e5e5e;
    display: block;
    width: 100%;
    font-size: 50px;
}

.fixed-lightbox-wrap {
    max-width: 305px;
    margin: 0px auto;
    background: #fff;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border: 1px solid #afafaf;
    box-shadow: 0px 0px 10px #1c1c1c;
}

.closeForm {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    border: 2px solid #fff;
    font-weight: bold;
}

.closeForm:hover {
    cursor: pointer;
}

.fixed-widgets-wrap .uk-panel-title {
    display: none;
}

div#fixed-contact-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    -webkit-transform: translate(-50%,-50%) scale(0);
    -moz-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    -o-transform: translate(-50%,-50%) scale(0);
    width: 100%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

}

div#fixed-contact-form.form-open {
    height: 100%;
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
}

div#fixed-contact-form {
    opacity: 0;
    height: 0;

}




/* ==========================================================================
/                                                                           /
/                             Affiliations                                  /
/                                                                           /
===========================================================================*/

.affiliations .uk-slidenav-position {
    position: relative;
    padding: 0 60px;
    box-sizing: border-box;
}

.affiliations h3 {
    display: none;
}

.affiliations .uk-text-center.uk-panel-teaser {
    margin: 0;
}

.affiliations.affiliations-caret .uk-slidenav-previous:before {
    content: "\f0d9";
}
.affiliations.affiliations-caret .uk-slidenav-next:before {
    content: "\f0da";
}

.affiliations .uk-slidenav-position .uk-slidenav-next , .affiliations .uk-slidenav-position .uk-slidenav-previous {
    color: #a9a9a9;
}

.affiliations .uk-slidenav:hover, .affiliations .uk-slidenav:focus {
    color: #2d2d2d;
}


/* ==================================== /
/                                       /
/           Gravity Forms               /
/                                       /
======================================= */

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

/* ==================================================
/                                                   /
/                       Error                       /
/                                                   /
====================================================*/

body .gform_wrapper .validation_message {
    display: none;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #d60000!important;
}

.gfield_error .g-recaptcha {
    border: 1px solid #d60000;
    box-sizing: border-box;
    height: 76px;
    border-radius: 3px;
}


/* ==========================================================================
/                                                                           /
/                           Table Of Contents                               /
/                        gf_left_50  gf_right_50                            /
/                                                                           /
===========================================================================*/
.standard-form {
    width: 100%;
    display: flex;
}

ul.gform_fields {
    padding: 0;
    margin: 0;
}

.standard-form .gf_left_50, .standard-form .gf_right_50 {
    max-width: calc(50% - 1%);
    width: 100%;
}

.standard-form ul li {
    float: left;
}

.standard-form .gf_left_50 {
    margin-right: 1%;
}

.standard-form .gf_right_50 {
    margin-left: 1%;
}

.standard-form .gf_full_100 {
    width: 100%;
}

.standard-form .textarea, .tm-sidebar .textarea {
    height: 150px;
}

body .gform_wrapper .hidden_label input.large, body .gform_wrapper .hidden_label select.large, body .gform_wrapper .top_label input.large, body .gform_wrapper .top_label select.large {
    width: 100%;
    border: 1px solid #a9a9a9;
}

body .gform_wrapper textarea{
    width: 100%;
    box-sizing: border-box;
    display: block;
    border: 1px solid #a9a9a9;
}


.standard-form ul li:nth-child(1) .ginput_container, .standard-form ul li:nth-child(2) .ginput_container {
    margin: 0!important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 20px;
}


ul.gform_fields {
    padding: 0;
}

ul.gform_fields li {
    list-style-type: none;
}


/*------------CAPTCHA------------*/

.standard-form ul li:last-of-type {
    float: left;
    max-width: calc(35% - 1%);
    width: 100%;
    overflow: hidden;
    margin-right: 1%;
}

.g-recaptcha {
    position: relative;
    overflow: hidden;
}


.g-recaptcha div:after {
    content: '';
    background: url(/wp-content/uploads/2017/06/recaptcha.png), #f9f9f9;
    height: 73px;
    width: 75px;
    position: absolute;
    right: 0;
    top: 1px;
    background-size: contain;
    background-repeat: no-repeat;
    border-right: 1px solid #cfcfcf;
}

/*------------SUBMIT------------*/

.gform_footer.top_label {
    float: right;
    margin-top: 20px;
    max-width: calc(65% - 1%);
    width: 100%;
    margin-left: 1%;
}

.standard-form .button, .uk-form .button{
    height: 76px;
    width: 100%;
}

#tm-sidebar .gform_footer.top_label, .tm-sidebar .gform_footer.top_label {
    max-width: 100%;
    margin-left: 0;
}

.tm-sidebar .gform_button.button.uk-input.uk-button.uk-button-secondary {
    max-width: 400px;
}

#tm-sidebar .g-recaptcha , .tm-sidebar .g-recaptcha {
    max-width: 304px;
}

.tm-sidebar {
    max-width: 600px;
    margin: 0 auto;
}

/*-------FORM RESPONSIVE-------*/
@media (max-width: 959px) {
.standard-form ul li:last-of-type {
    max-width: 304px;
}
.gform_footer.top_label {
    max-width: calc(98% - 304px);
}
}

@media (max-width: 767px) {
.standard-form .gf_left_50, .standard-form .gf_right_50 {
    max-width: 100%;
}

.standard-form .gf_left_50 {
    margin-right: 0;
}

.standard-form .gf_right_50 {
    margin-left: 0;
}

.standard-form ul li:nth-child(2) .ginput_container {
    margin-top: 20px!important;
}
}

@media (max-width: 479px) {
.standard-form ul li:last-of-type {
    max-width: 100%;
}
.g-recaptcha {
    max-width: 304px;
    margin: 0 auto;
}
.gform_footer.top_label {
    max-width: 100%;
}
}

/* ==================================== /
/                                       /
/              Error Page               /
/                                       /
======================================= */
 .error_wrapper {
    text-align: center;
 }
 .error_wrapper .text_wrapper {
    margin-left: 90px;
}

 .error_wrapper .text_wrapper,  .error_wrapper .text_wrapper h1 {
    font-family: 'Oswald', sans-serif;
}

.error_image,  .error_wrapper .text_wrapper {
    display: inline-block;
    vertical-align: top;
}


.error404 .content-wrap {
    background: #e1e1e1;
}

 .error_wrapper .text_wrapper h1 {
    color: #404040;
    font-size: 105px;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 115px;
}

h1 span.er {
    color: #fff;
    font-weight: 300;
}

span.found, span.not, span.found {
    font-size: 72px;
    font-weight: normal;
    letter-spacing: -1px;
}

span.found, span.found {
    color: #fff;
}

span.not {
    font-weight: 800;
}

.error_wrapper a {
    color: #4e4e4e;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 65px;
    transition: .25s;
}

.error_wrapper a:hover {
    opacity: 0.5;
}

.error_wrapper a span {
    font-weight: bold;
}

.error_wrapper p {
    text-align: center;
}

 @media (max-width: 1330px) {
    .error_wrapper .text_wrapper {
        margin-left: 0;
    }

    .error_image, .error_wrapper .text_wrapper {
        width: 49%;
    }

    .error_wrapper .text_wrapper h1 {
        font-size: 7vW;
        line-height: 7vW;
    }

    span.found, span.not, span.found {
        font-size: 5vW;
    }

    .error_wrapper a {
        font-size: 3vW;
    }
}

@media (max-width: 682px) {
    .error_image, .error_wrapper .text_wrapper {
        width: 92vW;
    }
    .error_wrapper {
        text-align: center;
    }

    .error_image,  .error_wrapper .text_wrapper {
        display: block;
    }

    .error_wrapper a {
        font-size: 4vW;
        line-height: 28px;
    }

    .error_wrapper .text_wrapper h1 {
        font-size: 10vW;
        line-height: 10vW;
    }

    .error_wrapper .text_wrapper {
        margin-top: 50px;
    }

    .error_image {
        margin: 0 auto;
    }

    .error_image {
        margin: 0 auto;
    }
}

@media (max-width: 479px) {

        .error_wrapper a {
            font-size: 6vW;
        }

        .error_wrapper .text_wrapper h1 {
            font-size: 13vW;
            line-height: 13vW;
        }
}

@media (max-width: 979px) {
    .error_image, .error_wrapper .text_wrapper {
        width: 42%;
    }

    .error_wrapper {
        text-align: left;
    }
}

/**

End Error Page

**/
