/*
@media (min-width: 768px) {
    .sppb-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 792px) {
    .sppb-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .sppb-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 368px) {
    .sppb-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .ssppb-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .sppb-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }    
    .groupsImageLayout .sppb-addon-image-layout-text {
        font-size: 2vw;
    }
}
*/
/*  End-@Media */
#offcanvas-toggler.offcanvas-toggler-secondary {
    display: none !important;
}
.btn-upload:hover {
    background-color: #27566A !important;
}
.sppb-addon-title {
    text-align: center;
    font-size: 13px !important;
}

.hideMe a{
    display:none;
}
.imageLayout .sppb-img-responsive {
    height: unset;
}
.imageLayout .sppb-addon-image-layout-text {
    font-size: 1.5vw;
}

.tooltip-inner {
    color: black;
    max-width:800px;
}
.standardButton {
    background-color: #3f8aaa;
    color: #fff;
}
.standardButton:hover {
    background-color: #27566A;
    color:#fff;
}

.iconTitle {
    font-size: 1.6vw;
}
.inputfile {
    margin-left: 100px;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: #3f8aaa;
    display: inline-block;
    cursor: pointer; 
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px 10px;
}

label.element-invisible.findersearchbox {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module .mod-languages ul {
    flex-direction: row;
}

.offcanvas-menu .offcanvas-inner .sp-module .mod-languages ul li {
    padding-right: 10px;
}

.iconStyle .sppb-icon-inner {
    -webkit-transition: unset;
    transition: unset;
}
.iconStyle{

    display: block;
    width: 120px;
    height: 120px;
    background: none;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 50% !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 20px;
    border: 1px solid white;
    margin: 0 auto;
    color: white;
 }
.iconStyle:hover{
    background: #dedede;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    color: #666666;
}
.iconStyle a  {
    color: unset;
}
.iconStyle1 a:hover {
    color: #666666;
}
.iconStyle img {
       max-height: 100%;
       max-width: 100%;
       padding-top: 3px;
    }
.iconStyle:hover img {
        filter: brightness(41%);
}
.iconStyle span i {
    font-size: 70px;
    padding-top: 5px;
}

.iconAndTitle{
    margin: 0 auto;
}

#sp-page-builder .sp-pagebuilder-page-edit1  {
    display:none !important; opacity: 0;
}

.searchbox .findersearchbox {
    width: 90%;
}
.moduletablefooterSearch .form-control::placeholder {
    color: white;
}
.moduletablefooterSearch .form-control {
    display: block;
    width: 17vw;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: .1;
    color: #ccc;
    background-color: #555;
    background-clip: padding-box;
    border: 1px solid #777;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: absolute;
    top: 0;
    left: 80px;
}


.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 26px;
    font-weight: bold;
    color: whitesmoke;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: white;
    font-size: 16px;
    display: block;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover {
    color: whitesmoke;
    transition: font-size .4s ease-out;
    -webkit-transition: font-size .4s ease-out;
    -moz-transition: font-size .4s ease-out;
    -o-transition: font-size .4s ease-out ;       
    /*font-size: 110%;*/
    transform-origin: center;
    box-shadow: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a::before, .offcanvas-menu .offcanvas-inner .sp-module ul > li span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0px;
    right: 0;
    background: whitesmoke;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: width .35s ease-in;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover::before, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover::before {
    visibility: visible;
    transform: scaleX(1);
    width: 100%;
    left: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:active, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:active {
    color: #cccccc;
    transition: font-size .4s ease-out;
    -webkit-transition: font-size .4s ease-out;
    -moz-transition: font-size .4s ease-out;
    -o-transition: font-size .4s ease-out ;       
    /* font-size: 125%; */
    transform-origin: center;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: whitesmoke;
}
.offcanvas-menu {
    background-color: #35555c;
}

.studentAccordion span,accordion span, .standardAccordion span {

    font-size: 1.6vw;

}
.accordion span {

    font-size: 30px;

}
.accordionText {

    font-size: 18px;

}

.body-innerwrapper
{
    overflow-x: visible;
}
#offcanvas-toggler {
    font-size: 25px;
    line-height: 45px;
}

#offcanvas-toggler > .fa {
    color: black;
}

#offcanvas-toggler > .fa:hover {

    color: #444444;
}

.toggler-invert .fa{
    color:white !important;

}
.toggler-invert .fa:hover{
    color: white !important;
}
.myheader
{
   /* position: absolute !important; */
    height: 0px !important;
    width: 100%;
    top: 0px;

z-index: 999;
}
#sp-footer {
    margin-top: -1vh;
}
#sp-footer, sp-bottom{
    background-color:#666666;
}
.myheader .row
{
    flex-wrap:nowrap;
    max-height: 45px;
}
.headerBGAlways{
    background-color: rgba(20,20,20,.3);
}

.headerbg {
    background-color: rgba(20,20,20,.3);
}
.headerbglanding {
    background-color: rgba(20,20,20,.3);
}
.asp_search_input
{
    visibility:hidden;
}
.commentGlyph1 .fa {
    font-size: 5vw;
    color: white;
    width: 8vw;
    height: 8vw;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 6vw;
    padding-top: 1.3vw;
}
.commentGlyph i {
    margin-top: -3px !important;
    margin-left: 3px;
}
.mymenu
{
    margin-right: 30px;

}
.social-icons
{
    position: absolute;
    top: -48px;
    width: 100%;
}
.social-icons ul
{
    margin: 0 auto !important;
}
.mylogin
{
    font-size:14px;
}
.logo-invert img{
   /* filter: invert(100%);*/
   color: inherit;
}
.mylogo
{
    padding-top:5px;
    margin-left: 10px;
}
.mylogo .logo {
    align-items: unset !important;
}
.imagetext {

    position: absolute;
    top: -110px;
    left: 30px;
    z-index:0;
}

.contactmap
{
    margin-left:20px;
}

.map-responsive{
    overflow:hidden;
    /*padding-bottom:56.25%;*/
    position:relative;
    height: 475px;
    /* height: 0; */
}
.map-responsive iframe{
    left: 4%;
    top: 0;
   /* height: 80%;*/
    width: 92%;
    position: absolute;
    z-index: 10;
    box-shadow: 0px 8px 26px 0px #999;
    border-radius: 22px;
}
