

.form-control {
    text-transform: initial;
    margin-bottom: initial;
    line-height: 30px;
}

.select2-container--default .select2-selection--multiple {
    background: #f5f5f5;
    color: #999999;
    border:none;
    padding: 6px 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #6c97c9;
    border: none;
    color: white;
    padding: 2px 7px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.btn--bordered.btn--primary {
    color: white;
}

.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
    background: #477dbb !important;
}

.btn--primary{
    color: #fff;
    background-color: #6c97c9;
    border:none;

}

.navbar-toggle {
    border-color: #6c97c9;
}

.navbar-toggle .icon-bar {
    background-color: #6c97c9;
}

.header-fixed .affix {
    background: none;
    box-shadow: none;
}

.navbar-nav > li {
    margin-right: 0px;
    padding: 0px 16px;
}

#nav .active {
    transition: 0.5s;
    background: #6c97c9;
    color:white;
}

#nav .active::before {
    background-color: black;
    width: 100%;
}

.header-fixed .navbar.affix .navbar-nav > li > a:hover::before,
.header-fixed .navbar.affix .navbar-nav > li.active > a:before,
.navbar-nav > li > a:hover::before,
.navbar-nav > li.active > a:before {
    background-color: initial;

}

#nav li.active a{
    color: white;
}

.slider .slide--item {
    padding-top: 150px;
}

.slider {
    height: 600px;
}

.header-fixed .affix .container .nav-bg {
    background: white;

    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.header-fixed .container #nav {
    width: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav {
    display:inline-block;
    float: none;
}

.btn {
    z-index: 1;
}

::selection {
  background-color: #6c97c9;
  color: #ffffff;
  text-shadow: none;
}


@media only screen and (max-width: 991px) and (min-width: 768px){
    .header-fixed .container #nav {
        width: 100%;
    }

    .navbar-nav > li > a {
        color: black !important;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .navbar-nav > li > a {
        color: black !important;
    }
}

/* #6c97c9 */


.inputGroup label {
    padding: 12px 10px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color 200ms ease-in;
    overflow: hidden;
    border: 1px solid #dedede;
    background: #f5f5f5;
}

.inputGroup label:before {
    width: 20px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #6c97c9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}


.inputGroup input:checked ~ label {
    color: #fff;
}
.inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked ~ label:after {
    background-color: #54E0C7;
    border-color: #54E0C7;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}


nav h4 {
    position: absolute;
    margin-left: 15px;
}

nav h4 a {
    color: #6c97c9;
}

nav h4 a:hover {
    color: #477dbb !important;
}

nav h4.mobileLogo {
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
}

nav li .dropdown-menu .dropdown-item:hover {
    margin-right: 14px;
}

nav li .dropdown-menu .dropdown-item {
    color: black !important;
    margin-right: 10px;
    text-align: right;
    padding: 5px 0px;
    display: block;
    font-size:16px;

}

.btn-block{
    display: block;
    width:100%;
}

.btnContainer {
    margin-bottom: 15px;
}


.btnContainer button.active:before{
    content:"\A";
    border-style: solid;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 20px solid #3b618e;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%,0);
}

.btnContainer button.active {
    background-color: #3b618e !important;
}


.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 46%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.count-box .count-icon {
    font-size: 55px;
    color: #6c97c9;
}

.footer-widget .footer--widget-contact ul li i {
    color: #6c97c9;
}

.count-title {
    text-transform: initial;
}

.invalid-feedback {
    color: red;
}

.is-invalid {
    border: 1px solid red;
}

.is-invalid + .select2-container .select2-selection {
    border: 1px solid red !important;
}

@media only screen and (max-width: 1200px) {
    .slider .slide--headline {
        font-size: 50px;
    }


    .slider .slide--bio{
        font-size: 21px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px){
    .slider, .slider .slide--item {
        height: auto;
    }
    .slider .slide--bio{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
    nav h4 {
    	display: none;
    }
}

.video-modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.video-modal .video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .75);
}
.video-modal .video-modal-body {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    right: 0;
    width: 85%;
    max-width: 1000px;
}
.video-modal .video-modal-body .video-modal-close {
    position: absolute;
    right: 0;
    top: -28px;
    cursor: pointer;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.container.container-nav {
    width: 1440px;
}

@media (max-width: 1200px) {
    .container.container-nav {
        width: 100%;
    }
}
