* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body {
    width: 100vw;
    overflow-x: hidden;
    margin: 0px; padding: 0px;
    position: relative;
    font-size: 16px; line-height: 1.5em;
    font-family: var(--main-font);
    color: var(--color-black);
    background: var(--color-white);
}
.web-app{
    width: 100vw;
    overflow-x: hidden;
}
a, a:link, a:visited { 
    text-decoration: none;
    color: var(--color-blue);
}
a:hover { text-decoration: none; }

h1, h2, h3, h4, h5{ text-transform: none; font-weight: normal; padding: 0; margin: 0;}
p { margin: 0; padding: 0; color: var(--color-black); font-size: 16px; line-height: 1.62em;}
img { border: none; }
ul { margin: 0; padding: 0; list-style-type: none;}
ul li { margin: 0; padding: 0; }

.clear{ clear: both; height: 1px; }
.italic{ font-style: italic; }
.bold{ font-weight: bold; }
.underline{ text-decoration: underline; }
.ar{ text-align: right !important; }
.ac{ text-align: center !important; }
.al{ text-align: left !important; }
.fl{ float: left;}
.fr{ float: right;}
.inline-block{ display: inline-block; vertical-align: top; }
input, textarea, select, option{ font-family: var(--main-font); font-size: 16px; }
.fw{ width: 100%;}
.w50{ width: 50% !important;}
.w33{ width: 33% !important;}
.w25{ width: 25% !important;}
.mb20{ margin-bottom: 20px }
.text-green{ 
    color: var(--color-green); 
    font-weight:500;
}
.table{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.table-row{
    display: table-row;
    width: 100%;
}
.table-cell{
    display: table-cell;
    padding: 0 20px;
}
.table .table-cell:first-child{
    padding-left: 0;
}
.table .table-cell:last-child{
    padding-right: 0;
}

.notification-custom{
    position: fixed;
    top: 0; right: 5px;
    animation-name: fading;
    animation-duration: 1s;
    z-index: 100000;
    background: rgba(68,68,68,0.7);
    width: 100%; height: 100%;
    display: none;
}
.notification-custom .html{
    padding: 20px;
    background: white;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    max-width: 620px;
    width: 100%;
}
.notification-custom .html h2{
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    line-height: #333333;
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
}
.notification-custom .html h2::before{
    content: "";
    left: -20px; bottom: 0;
    width: calc( 100% + 40px ); height: 2px;
    position: absolute;
    background: #005CAA;
}
.notification-custom .html h2 img{
    vertical-align: middle;
}
.notification-custom .html .half{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}


.notification{
    position: fixed;
    top: 0; right: 0;
    opacity: 0;
    animation-name: fading;
    animation-duration: 1s;
    z-index: 100000;
}
.notification.a{
    opacity: 1;
}
.notification.success{
    background: #2EB4A5;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 0;
width:100%;
text-align: center;
}
.notification.error{
    background: #B42E2E;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 0;
    width:100%;
text-align: center;
}
.wrapper{
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.wrapper .container{
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
}
.wrapper-half-left{
    max-width: 750px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.half-left{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 45px;
}
.half-right{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 45px;
}
body .bx-wrapper{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}
body .bx-wrapper .bx-pager{
    display: none;
}
body #banner-slider .bx-wrapper .bx-controls-direction a{
    display: block;
    width: 31px;
    height: 70px;
}
body #banner-slider .bx-wrapper .bx-prev{
    background: url(/images/assets/arrow-left-w.png) no-repeat center center;
    background-position: center center;
	-webkit-filter: opacity(100%); /* Safari */
    filter: opacity(100%);
    left: 50px;
}
body #banner-slider .bx-wrapper .bx-next{
    background: url(/images/assets/arrow-right-w.png) no-repeat center center;
    background-position: center center;
	-webkit-filter: opacity(100%); /* Safari */
    filter: opacity(100%);
    right: 50px;
}
body #banner-slider .bx-wrapper .bx-prev:hover{
    background-position: center center;
}
body #banner-slider .bx-wrapper .bx-next:hover{
    background-position: center center;
}
body .owl-prev{
    position: absolute;
    left: -50px; top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #B20000;
    cursor: pointer;
}
body .owl-next{
    position: absolute;
    right: -50px; top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #B20000;
    cursor: pointer;
}


body .ui-tooltip {
    background: var(--color-black);
    border: 2px solid var(--color-blue) !important;
  }
  body .ui-tooltip.tooltip-white, .arrow-white::after {
    background: white;
    border: 2px solid white !important;
  }
  body .ui-tooltip{
    padding: 13px 20px;
    color: white;
    font-size: 16px;
    text-transform: none;
    box-shadow: none;
  }
  body .ui-tooltip p{
    padding: 5px;
    color: white;
    font-size: 16px;
  }
  body .ui-tooltip.tooltip-white{
      padding: 5px 7px;
      text-transform: uppercase;
  }
  .arrow {
    width: 10px; height: 9px;
    position: absolute;
    right: 0; top: 0;
    cursor: pointer;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow::after {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 0; height: 0;
    border: none;
    border-top: 9px solid var(--color-blue);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .active .arrow::after{
      border-bottom: 9px solid var(--color-blue);
      border-top: none
  }
  .arrow.top::after {
    bottom: -20px;
    top: auto;
  }
  
  .arrow-white {
    width: 16px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -8px;
  }
  .arrow-white.top {
    top: -16px;
    bottom: auto;
  }
  .arrow-white.left {
    left: 20%;
  }
  .arrow-white:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 16px;
    height: 16px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow-white.top:after {
    bottom: -20px;
    top: auto;
  }
  .owl-pager{
      text-align: center;
      font-size: 18px;
  }
  
  body .fancybox-opened {
    z-index: 999999;
}

.notification-icon{
    position: absolute;
    top: -4px; right: -8px;
    cursor: pointer;
}
.notification-icon > i{
    transform: translate3d(0, 0, 0);
}
.notification-icon.active > i{
    transform: translate3d(0, 0, 0);
    animation: shake 2s infinite;
    color: #8f0908;
}

/*** ***/
.fw-half{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.section{
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
.section h1{
    color: var(--color-black);
    text-transform: none;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
    margin: 0;
    font-size: 80px;
    line-height: 1em;
    font-weight: 800;
}

#contributers-page .section h1{
    color: var(--color-black);
    text-transform: none;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
    margin: 0;
    font-size: 60px;
    line-height: 1em;
    font-weight: 800;
    padding-left: 80px;
}

.section h2, h2.title{
    color: var(--color-black);
    text-transform: none;
    text-align: left;
    position: relative;
    padding-bottom: 40px;
    font-size: 42px;
    line-height: 1.3em;
}
h3.title{
    color: var(--color-orange);
    text-transform: none;
    text-align: left;
    position: relative;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 1.3em;
}
.section h2 .highlight, h2.title .highlight{
    color: var(--color-blue);
}
.section p, .description p{
    color: var(--color-black);
    padding-bottom: 15px;
}
.section p a{
    color: #2eb4a5;
}
.section p strong{
    color: black;
}
.section ul{
    list-style-type: circle;
    list-style-position: inside;
    padding-bottom: 10px;
}
.section ul li{
    font-size: 16px;
    line-height: 21px;
    color: #444;
    padding-bottom: 10px;
}
.section ul li::before{
    content: "";
    display: inline-block;
    width: 10px;
}
.section .half-left h2,
.section .half-right h2{
    text-align: left;
}
.section .half-left h2::before,
.section .half-right h2::before{
    left: 0;
    transform: none;
}
.home #about-us-section.section{
    padding-bottom: 0;
}
.curly-quotes {
    position: relative;
    padding: 0;
    margin: 0;
}
.curly-quotes::before, .curly-quotes::after {
    color: white;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 50px;
}
.curly-quotes::before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: -30px;
}
.curly-quotes::after {
    content: '\201D';
    position: absolute;
    bottom: 0;
    right: -30px;
}
.dropdown-multiple select{
    border: 1px solid #444;
    width: 100%; height: 100px;
    padding: 10px;
    
}
.dropdown{
    position: relative;
    border: none;
    background: transparent;
    border: 1px solid var(--color-blue);
}
.dropdown select{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    color: var(--gray);
    background: transparent;
    position: relative;
    -webkit-appearance:none;
    appearance:none;
      -moz-appearance:none;
      z-index: 2;
}
.dropdown select option{
    color: #444;
}
.dropdown i{
    width: 40px; height: 100%; 
    color: var(--color-orange);
    position: absolute;
    top: 0; right: 0; 
    padding: 9px 12px;
    box-sizing: border-box;
    font-size: 22px;
    z-index: 1;
}
.checkbox,
.radio{
    padding-bottom: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox input,
.radio input{
    position: absolute;
    opacity: 0;
}
.checkbox label,
.radio label{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.29em;
    padding-left: 28px;
    color: var(--color-black);
    padding-bottom: 0;
    position: relative;
}
.checkbox label::before{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 18px; height: 18px;
    background-color: var(--color-white);
    border: 1px solid var(--color-dark-gray);
    box-sizing: border-box;
}
.error .checkbox label::before{
    border-color: #BF3D3D;
}
.radio label::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 18px; height: 18px;
    background-color: var(--color-white);
    border: 1px solid var(--color-dark-gray);
    border-radius: 50%;
    box-sizing: border-box;
}
.checkbox:hover input ~ label::before,
.radio:hover input ~ label::before{
    border-width: 2px;
}
.checkbox input:checked ~ label::before,
.radio input:checked ~ label::before{
    background-color: var(--color-green);
    border-color: var(--color-green);
}
.checkbox input:checked ~ label::after,
.radio input:checked ~ label::after{
    content: "";
    display: block;
    position: absolute;
}
.checkbox input:checked ~ label::after{
    left: 6px; top: 2px;
    width: 4px; height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio input:checked ~ label::after{
    top: 5px; left: 8px;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: white;
}

.pagination{
    text-align: right;
    margin-bottom: 0;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.pagination li{
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
}
.pagination li.disabled span{
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    padding: 0 10px;
    color: #58390D;
    font-size: 22px;
    width: auto; height: auto;
}
.pagination li a{
    width: 45px; height: 45px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 7px;
    background: var(--color-orange);
    color: white;
    font-size: 18px;
    box-sizing: border-box;
}
.pagination li.active span{
    width: 45px; height: 45px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 7px;
    background: var(--color-blue);
    color: white;
    font-size: 18px;
    box-sizing: border-box;
}
.page-item.active .page-link{
    background: var(--color-blue);
}
.pagination li a[rel="prev"],
.pagination li a[rel="next"]{
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    padding: 0 10px;
    color: #58390D;
    font-size: 22px;
    width: auto; height: auto;
}

#breadcrumps{
    padding: 15px 0;
    margin-top: 10px; 
}
#breadcrumps .item{
    display: inline-block;
    vertical-align: middle;
    color: var(--color-white);
}
#breadcrumps .item a{
    color: var(--color-orange);
}
.page-link:hover{
    background: var(--color-blue);
    color: var(--color-white);
}
#breadcrumps .item::after{
    content: "/";
    padding: 0 5px;
    color: var(--color-white);
    display: inline-block;
}
#breadcrumps .item:last-child::after{
    content: none;
}
.notification-custom .dark.button{
    margin-top: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    background: #B20000;
    border: 0px solid #B20000;
    position: relative;
    display: inline-block;
    width: 270px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.notification-custom button{
    margin-top: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    line-height: 1.1;
    background: #005CAA;
    border: 0px solid #005CAA;
    position: relative;
    display: inline-block;
    width: 270px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.popup-window-wrapper, body #cookie-bar{
    position: fixed;
    background: rgba(45, 45, 45, 0.75);
    left: 0; top: 0;
    width: 100%; height: 100%; 
    z-index: 9998;
    display: none;
}
body #cookie-bar{
    display: block;
}
.popup-window{
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1000px; max-height: 100%;
    background: white;
    padding: 50px;
    z-index: 9999;
}
body #cookie-bar .content{
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1000px; max-height: 100%;
    background: white;
    padding: 50px;
    z-index: 9999;
}
.search-popup-window{
    position: absolute;
    top: 56px; left: 0;
    width: 100%;
    background: var(--color-white);
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 10;
    display: none;
}
.search-popup-window .close{
    top: -30px;
}
body #cookie-bar .content{
    background: var(--color-white);
}
body #cookie-bar .content .buttons{
    margin-top: 30px;
}
body #cookie-bar .cb-enable{
    display: inline-block;
    color: var(--color-green);
    background: transparent;
    border: 2px solid var(--color-green);
    font-size: 16px;
    line-height: 1.44em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 32px;
    text-align: center;
    cursor: pointer;
}
body #cookie-bar .cb-enable:hover{
    background: var(--color-green);
    color: white;
}

.popup-window.style-dark{
    background: var(--color-white);
}
.popup-window.style-orange{
    background: var(--color-orange);
}
.popup-window.style-medium{
     max-width: 750px; 
}
.popup-window.style-orange .close{
    background: transparent url(/images/assets/close-white.png) no-repeat center center;
    background-size: contain;
    opacity: 1;
}
.close{
    position: absolute;
    width: 24px; height: 24px;
    position: absolute;
    top: 30px; right: 30px;
    z-index: 10000;
    border: none;
    background: transparent url(/images/assets/close.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}
.close:hover{
    background-image: url(/images/assets/close-hover.png)
}
.loading{
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(45, 45, 45, 0.0) url(/images/assets/loader.gif) no-repeat center center;
    background-size: 50% auto;
    z-index: 99999;
    display: none;
}
.form-item{
    position: relative;
}

/*Changed field border width, changed max width from 430 - 428.5*/
input[type="text"], input[type="number"],
input[type="email"], input[type="password"],
textarea{
    background: white;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-blue);
    padding: 13px 17px;
    color: var(--gray);
    max-width: 430px;
    width: 100%;
    font-family: var(--main-font);
    border-radius: 0;
}
button{
    font-family: var(--main-font);
}
textarea{
    min-height: 120px;
    margin: 0;
    vertical-align: bottom;
    padding: 16px 19px;
}
input::placeholder, textarea::placeholder {
    color: var(--gray);
    opacity: 1;
}
input[type="text"]:hover, input[type="number"]:hover,
input[type="email"]:hover, input[type="password"]:hover,
textarea:hover{
}
input[type="text"]:focus:not([name="q"]), input[type="number"]:focus,
input[type="email"]:focus, input[type="password"]:focus,
textarea:focus{
    border-color: var(--color-black);
    border-radius: 0 !important;
    outline:none;
    z-index: 1000 !important;
    position: relative !important;
}

input[name="q"]:focus {
        border-width: 2px;
    padding: 16px 19px;
    border-color: var(--color-black);
    border-radius: 0 !important;
    outline:none;
}
.error input[type="text"], .error input[type="number"],
.error input[type="email"], .error input[type="password"],
.error textarea{
    border: 2px solid #BF3D3D;
    padding: 16px 19px;
}
input[type="text"]:disabled, input[type="number"]:disabled,
input[type="email"]:disabled, input[type="password"]:disabled,
textarea:disabled{
    background: #e5e5e5;
}
.form-item .label{
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 20px;
}
.form-item .input-text{
    background: transparent;
    border: 1px solid var(--color-dark-gray);
    padding: 17px 20px;
    color: var(--color-black);
    max-width: 430px;
    width: 100%;
}
.error-text{
    position: absolute;
    font-size: 12px;
    line-height: 1em;
    top: 5px; left: 20px;
    color: #BF3D3D;
    font-weight: 300;
    display: none;
}
.error-text-after{
    font-size: 12px;
    line-height: 1em;
    color: #BF3D3D;
    font-weight: 300;  
    text-align: left;
}
.error-text-after span{
    
}
.error .error-text{
    display: block;
}
button.submit{
    display: inline-block;
    background: var(--color-orange);
    font-size: 16px;
    line-height: 1.44em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    padding: 18.5px 50px;
    text-align: center;
    border: none;
    cursor: pointer;
    max-width: 430px;
    width: 100%;
    border-radius: 0;
}
button.submit.empty{
    color: var(--color-green);
    background: transparent;
    border: 2px solid var(--color-green);
    border-radius: 0;
}
.g-recaptcha > div > div{
  margin: 4px auto !important;
  text-align: center;
  width: auto !important;
  height: auto !important;
}
.dark{
    background: var(--color-white);
}

/*input field pop up*/
.popup-window .form-item input[type="text"], input[type="number"], input[type="email"], input[type="password"], textarea {
    border-radius:0;
    margin-top: -2px;
}


.form-item.w50 input[name="family"] {
    margin-left: -1.5px;
    max-width: 215px;
}

.form-item.w50 input[name="name"] {
    margin-right: -1.5px;
    max-width: 215px;
}

