html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #dee3e9 url(../images/bg_pattern.jpg);
}
body {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #55595d;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}


/* ==========================================================================
    Fix Styles for Bulma
========================================================================== */
*:focus{
    outline: none;
}
.sr-only{
    display: none;
}
.ccm-ui .input{
    border: none;
    padding: 0px;
    box-shadow: none;
    width: auto;
    height: auto;
    display: block;
}
.ccm-ui .input input,
.ccm-ui .input select{
    padding: 4px;
    height: auto;
    line-height: 1.0em;
}
.ccm-ui .input select{
    padding-right: 60px;
    height: auto;
    width: auto !important;
}
.ccm-message {
    font-weight: bold;
    color: #f86759;
}

/* ==========================================================================
    Text Elements
========================================================================== */
p{
    font-size: 1.125rem;
    font-weight: 400;
    color: #55595d;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 15px 0;
}
strong{
    color: inherit;
    font-weight: 700;
}
em{
    font-style: italic;
}
ul{
    list-style: disc;
    padding: 0 0 0 25px;
    margin: 0 0 15px 0;
}
ul li,
ul li li{
    font-size: 1.125rem;
    font-weight: 700;
    color: #55595d;
    line-height: 2;
}
.notification ul{
    margin: 0;
}
.notification ul li{
    color: #ffffff;
}
ol{
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}
ol li,
ol li li{
    font-size: 1.125rem;
    font-weight: 700;
    color: #55595d;
    line-height: 2;
    padding-left: 5px;
}
a,
a:visited{
    text-decoration: none;
}
a:hover,
a:active{
    text-decoration: underline;
}
img {
    border: none;
}


/* ==========================================================================
    Heading Elements
========================================================================== */

h1{
    font-size: 3.0rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
}
h2{
    font-size: 1.875rem;
    font-weight: 700;
    color: #55595d;
    line-height: 1.0em;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
}
h3,
.content h3{
    font-size: 1.5rem;
    font-weight: 700;
    color: #55595d;
    line-height: 1.0em;
    margin: 0 0 15px 0;
    padding: 0;
}
h3.conference-location{
    text-transform: none;
}
h3 a,
h3 a:visited,
.content h3 a,
.content h3 a:visited{
    color: inherit;
}
h4,
.content h4{
    font-size: 1.250rem;
    font-weight: 700;
    color: #55595d;
    line-height: 1.0em;
    margin: 0 0 15px 0;
    padding: 0;
}
h4 a,
h4 a:visited,
.content h4 a,
.content h4 a:visited{
    color: inherit;
}


/* ==========================================================================
    Form Styles
========================================================================== */
form{
    margin-bottom: 30px;
}


/* ==========================================================================
    Pagination Styles
========================================================================== */
ul.pagination{
    list-style: none;
    padding: 0;
    justify-content: center;

    li{
        padding: 0px 10px;
    }
}


/* ==========================================================================
    Button Styles
========================================================================== */

input[type="submit"],
input[type="button"],
a.register,
a.striped-button{
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #e1e8f0;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #f86759;
    padding: 20px 30px;
    -webkit-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active,
a.register:hover,
a.register:active,
a.striped-button:hover,
a.striped-button:active{
    cursor: pointer;
    color: #6ed3cf;
    background-color: #707880;
    text-decoration: none;
}

input[type="submit"],
input[type="button"],
button{
    border: none;
}


/* ==========================================================================
    Header Elements
========================================================================== */
header.header{
    background-color: #55595d;
    padding-top: 15px;
    padding-bottom: 20px;
}
header.header .columns{
    align-items: center;
}
header.header .logo img{
    max-width: 100%;
    height: auto;
}
header.header .site-search input{
	width: 100%;
    font-size: 1.500rem;
    font-weight: 700;
	color: #e1e8f0;
    line-height: 59px;
    text-transform: uppercase;
	background: transparent;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #e1e8f0;
	border-left: none;
}
header.header .site-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e1e8f0;
}
header.header .site-search input::-moz-placeholder { /* Firefox 19+ */
  color: #e1e8f0;
}
header.header .site-search input:-ms-input-placeholder { /* IE 10+ */
  color: #e1e8f0;
}
header.header .site-search input:-moz-placeholder { /* Firefox 18- */
  color: #e1e8f0;
  opacity: 1;
}
header.header .site-search form{
	margin: 0;
}
.header-links{
    text-align: right;
}
.header-links a{
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #e1e8f0;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #f86759;
    padding: 20px;
    -webkit-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);
}
.header-links a:hover,
.header-links a:active{
    color: #6ed3cf;
    background-color: #707880;
    text-decoration: none;
}
.mobile-menu-toggle{
    text-align: right;
}
a.menu-open{
    display: inline-block;
    height: 30px;
    width: 45px;
    text-align: left;
    text-indent: -9999px;
    background: transparent url(../images/icon_nav.png) center center no-repeat;
}


/* ==========================================================================
    Navigation Elements
========================================================================== */
#mainnav{
	background-color: #707880;
    padding-top: 0px;
    padding-bottom: 0px;
}
#mainnav ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#mainnav li{
	display: inline-block;
	padding: 7px 0;
	margin: 0;
	position: relative;
}
#mainnav a{
	display: block;
	font-size: 1.125rem;
    font-weight: 700;
	color: #e1e8f0;
    text-transform: uppercase;
	line-height: 1.0em;
	text-decoration: none;
	padding: 20px;
}
#mainnav a:hover,
#mainnav a.nav-path-selected,
#mainnav li.nav-path-selected a{
	color: #bff5f7;
	text-decoration: none;
}
#mainnav ul li.nav-hidden a{
    display: none;
}
#mainnav ul li ul {
	position: absolute;
	top: 100%;
    z-index: 999;
    height: 0px;
    min-width: 200px;
    width: auto;
    text-align: left;
    background-color: #55595d;
    overflow: hidden;
    opacity: 0; /* Hide sub level */
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}
#mainnav ul li:hover ul{
	height: auto !important;
    opacity: 1;
    overflow: hidden;
}
#mainnav ul li:hover ul li {
	display: block;
    padding: 0;
	margin: 0;
}
#mainnav ul li:hover ul li.nav-last{
    border-bottom: none;
}
#mainnav ul li li a,
#mainnav ul li li a:visited{
	font-size: 1.125rem;
	line-height: 1.5em;
	color: #6ed3cf;
    text-transform: none;
	padding: 5px 15px;
}
#mainnav ul li:hover li a:hover,
#mainnav ul li:hover li a:active,
#mainnav ul li:hover li.selected>a,
#mainnav ul li:hover li.path-selected>a{
	color: #ffffff;
}


/* ==========================================================================
    Nav Overlay Elements
========================================================================== */
.nav-overlay{
    position: fixed;
    top: -5000px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #55595d;
    transition-property: top;
    transition-duration: 0.50s;
    transition-timing-function: linear;
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
}
.nav-overlay::-webkit-scrollbar {
    display: none;
}
.nav-overlay.is-active{
    top: 0px;
}
.nav-overlay .nav-wrapper{
    position: relative;
    padding: 6rem 1.5rem 3rem 1.5rem;
}
.nav-overlay .nav-wrapper .menu-close{
    position: absolute;
    top: 20px;
    right: 1.5rem;
    height: 35px;
    width: 29px;
    text-align: left;
    text-indent: -9999px;
    background: transparent url(../images/icon_close.png) center center no-repeat;
}
.nav-overlay .nav-wrapper .menu-close:hover,
.nav-overlay .nav-wrapper .menu-close:active{
    color: #ffffff;
    text-decoration: none;
}
.nav-overlay .nav-wrapper{
    margin-bottom: 30px;
}
.nav-overlay .nav-wrapper ul{
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
}
.nav-overlay .nav-wrapper ul li{
    text-align: right;
    padding-right: 17px;
}
.nav-overlay .nav-wrapper ul li.nav-hidden{
    display: none;
}
.nav-overlay .nav-wrapper ul li a{
    position: relative;
    display: block;
    /*font-size: 1.500rem;*/
    font-size: 0.875rem;
    color: #c1f6f7;
    line-height: 2em;
    text-transform: uppercase;
}
.nav-overlay .nav-wrapper ul li a span {
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -5px;
    display: block;
    height: 10px;
    width: 11px;
}
.nav-overlay .nav-wrapper ul li a span:before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: transparent url(../images/mobile-carat.png) center center no-repeat;
}
.nav-overlay .nav-wrapper ul li a span.on:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.nav-overlay .nav-wrapper ul li a:hover,
.nav-overlay .nav-wrapper ul li a:active,
.nav-overlay .nav-wrapper ul li a.nav-path-selected{
    color: #ffffff;
    text-decoration: none;
}
.nav-overlay .nav-wrapper ul li ul{
    display: none;
    margin-right: 10px;
    margin-bottom: 0;
}
.nav-overlay .nav-wrapper ul li ul li{
    margin: 0;
    padding: 0;
}
.nav-overlay .nav-wrapper ul li ul li a{
    /*font-size: 1.125rem;*/
    font-size: 0.625rem;
    line-height: 2em;
    text-transform: none;
}
.nav-overlay .nav-wrapper .site-search input{
	width: 100%;
    /*font-size: 1.500rem;*/
    font-size: 0.875rem;
    font-weight: 700;
	color: #e1e8f0;
    line-height: 20px;
    text-transform: uppercase;
	background: transparent;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #e1e8f0;
	border-left: none;
}
.nav-overlay .nav-wrapper .site-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e1e8f0;
}
.nav-overlay .nav-wrapper .site-search input::-moz-placeholder { /* Firefox 19+ */
  color: #e1e8f0;
}
.nav-overlay .nav-wrapper .site-search input:-ms-input-placeholder { /* IE 10+ */
  color: #e1e8f0;
}
.nav-overlay .nav-wrapper .site-search input:-moz-placeholder { /* Firefox 18- */
  color: #e1e8f0;
  opacity: 1;
}


/* ==========================================================================
    Header Image
========================================================================== */
.hero-image{
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center center;
    background-size: cover;
}
.hero-image.home:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(191,245,247,0.6);
}
.hero-image.home .container{
    padding-top: 250px;
    padding-bottom: 250px;
}
.hero-image .container{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.hero-image .container p{
    font-size: 1.500rem;
    line-height: 1.5em;
}


/* ==========================================================================
    Main Styles
========================================================================== */

.sidebar-register{
    margin-bottom: 40px;
}


/* ==========================================================================
    Breadcrumb Styles
========================================================================== */
#breadcrumbs-wrap{
    padding-bottom: 40px;
    font-size: 0.875rem;
    line-height: 1.0em;
    text-transform: uppercase;
}


/* ==========================================================================
    Secondary Nav Styles
========================================================================== */
.secondary-navigation{
    margin-bottom: 40px;
}
.secondary-navigation h3{
    text-transform: uppercase;
}
.secondary-navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.secondary-navigation ul li{
    line-height: 1.0em;
    margin-bottom: 7px;
}
.secondary-navigation a,
.secondary-navigation a:visited{
    text-transform: uppercase;
}
.secondary-navigation a:hover,
.secondary-navigation a:active,
.secondary-navigation a.nav-selected{
    color: #6ed3cf;
    text-decoration: underline;
}


/* ==========================================================================
    Homepage Conferences/Online Courses
========================================================================== */
.conference-list.homepage,
.video-list.homepage{
    margin-top: 100px;
}
.conference-list,
.video-list{
    margin-bottom: 100px;
    text-align: center;
}
.conference-list h2,
.video-list h2{
    margin-bottom: 40px;
}
.conference-list .conference {
    position: relative;
    height: 255px;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    padding: 20px 20px 10px 20px;
    display: flex;
    align-items: center;
}
.conference-list .conference:before{
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(144, 104, 190, 0.20);
}
.conference-list .conference .text{
    position: relative;
}
.conference-list .conference h3{
    font-size: 1.250rem;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #ffffff;
}
.conference-list .conference p{
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #ffffff;
}
.video-list .video{
    position: relative;
    padding: 20px;
    height: 255px;
    background: url(../images/video-image.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
	cursor: pointer !important;
}
.video-list .video .text{
    position: relative;
}
.video-list h3{
    font-size: 1.500rem;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0;
}
.video-list .video p{
    font-size: 1.250rem;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
}

.video-category{
    text-align: right;
    margin-bottom: 30px;
}

.video-container {
    position:relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ==========================================================================
    Video Survey
========================================================================== */

#survey-form .question-group .answers{
    margin-bottom: 20px;
}
#survey-form .question-group .answers label{
    margin-right: 20px;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: left;
}
#survey-form .question-group .answers label.error{
    display: block;
    color: red;
    font-weight: bold;
}
#survey-form .question-group.radio_vertical-question .answers label{
    display: block;
}
#survey-form .question-group input[type="text"],
#survey-form .question-group textarea {
    width: 600px;
}
#survey-form .question-group textarea {
    height: 100px;
}


/* ==========================================================================
    Video Quiz
========================================================================== */

#quiz-form .question-group .answers{
    margin-bottom: 20px;
}
#quiz-form .question-group .answers label{
    display: block;
    font-size: 1.125rem;
    text-align: left;
}


/* ==========================================================================
    Certificates
========================================================================== */
.certificate-list{
    margin-bottom: 40px;
}
.certificate-list .certificate{
    margin-bottom: 20px;
}


/* ==========================================================================
   Form Styles
========================================================================== */
form{
    margin-bottom: 40px;
}
fieldset{
    border: none;
}
label{
    font-size: 1.30rem;
    color: #55595d;
    line-height: 1.5em;
}
label.required:after{
    content: ' *';
}
.ccm-required{
    display: none;
}
input, select, textarea{
    font-size: 1.50rem;
    font-weight: 700;
    color: #55595d;
    line-height: 1.0em;
    padding: 5px 10px;
    border: 1px solid #000000;
    background-color: #ffffff;
    max-width: 100%;
}
select{
    color: #55595d;
    text-transform: uppercase;
    padding-right: 60px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url(../images/select-arrow.jpg) no-repeat right center;
}
#card-element {
    padding: 12px 10px;
    border: 1px solid #000000;
    background-color: #ffffff;
    width: 100%;
    max-width: 400px;
}
.control-group{
    display: block;
    margin-bottom: 20px;
    clear: both;
}
.control-group label{
    float: left;
    width: 300px;
    text-align: right;
}
.control-group .controls{
    margin-left: 320px;
}
.control-group.address label{
    float: none;
    display: block;
}
.control-group.address .controls{
    margin-left: 0px;
}
.control-group.address .controls label{
    float: left;
}
.control-group label.error{
    display: block;
    float: none;
    width: auto;
    text-align: left;
    color: red;
}
.control-group.address .controls .controls{
    margin-left: 320px;
}
.control-group .controls.radio{
    margin-left: 20px;
}
.control-group .controls.radio label{
    float: none;
    width: auto;
    font-size: 1.125rem;
    text-align: left;
}
.actions{
    margin-left: 320px;
    margin-top: 20px;
}

form.login-form .control-group label{
    width: 150px;
}
form.login-form .control-group .controls{
    margin-left: 170px;
}
form.login-form .actions{
    margin-left: 170px;
}


/* ==========================================================================
   Testimonial Styles
========================================================================== */
.testimonial{
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(../images/bg_testimonial.jpg) center center no-repeat;
    background-size: cover;
}
.testimonial .container{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.testimonial p{
    font-size: 2.75rem;
    font-weight: 700;
    color: #fdfdfe;
    line-height: 1.5em;
}


/* ==========================================================================
   Pre-Footer Styles
========================================================================== */
.pre-footer{
    padding-top: 0px;
    padding-bottom: 0px;
}
.pre-footer .container{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pre-footer p{
    font-size: 1.500rem;
    font-weight: 700;
    line-height: 1.5em;
}


/* ==========================================================================
   Footer Styles
========================================================================== */
.footer{
    background-color: #707880;
    text-align: center;
    padding-bottom: 3em;
}
.footer .footer-phone{
    font-size: 2.0rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5em;
    text-transform: uppercase;
}
.footer .footer-phone a.phone{
    color: #ffffff;
}
.footer ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.footer ul li{
    display: inline-block;
}
.footer ul li a{
    padding: 0 10px;
    color: #ffffff;
    text-transform: uppercase;
}
.footer p{
    font-size: 1.0rem;
    color: #e1e8f0;
    line-height: 1.5em;
    text-transform: uppercase;
}
.footer p a.phone{
    color: #e1e8f0;
}

/* ==========================================================================
   Small Desktop Only Styles
========================================================================== */
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .conference-list .conference {
        height: 300px;
    }
}

/* ==========================================================================
   Tablet Only Styles
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 999px) {
    .mobile-header-links{
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #707880;
    }
    table.formBlockSurveyTable tr td textarea{
        max-width: 350px !important;
    }
    .conference-list .conference{
        height: 255px;
        max-width: 300px;
        margin: 0 auto;
    }
    .video-list .video{
        height: 255px;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* ==========================================================================
   Phone Only Styles
========================================================================== */
@media only screen and (max-width: 767px){
    input[type="submit"],
    input[type="button"],
    a.register,
    a.striped-button{
        font-size: 0.750rem;
        line-height: 1em;
    }
    h1{
        font-size: 1.750rem;
        line-height: 1em;
    }
    h2{
        font-size: 1.50rem;
        line-height: 1em;
    }
    h3{
        font-size: 1.125rem;
        line-height: 1em;
    }
    h4{
        font-size: 1.0rem;
        line-height: 1em;
    }
    p{
        font-size: 0.875rem;
        line-height: 1.5em;
    }
    ul li,
    ul li li{
        font-size: 0.875rem;
        line-height: 2;
    }
    ol li,
    ol li li{
        font-size: 0.875rem;
        line-height: 2;
    }
    .mobile-header-links{
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #707880;
    }
    .header-links{
        text-align: center;
    }
    .header-links a,
    .header-links a:visited{
        font-size: 0.750rem;
        line-height: 1em;
    }
    .hero-image.home .container{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hero-image .container p{
        font-size: 1.125rem;
        line-height: 1.5em;
    }
    #breadcrumbs-wrap{
        display: none;
    }
    .intro-text{
        font-size: 1.125rem;
        line-height: 1.5em;
    }
    .conference-list.homepage,
    .video-list.homepage{
        margin-top: 50px;
    }
    .conference-list,
    .video-list{
        margin-bottom: 50px;
    }
    .conference-list .conference{
        height: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .conference-list .conference .text h3{
        font-size: 1.0rem;
        line-height: 1.5em;
    }
    .conference-list .conference .text p{
        font-size: 0.875rem;
        line-height: 1.5em;
    }
    .video-list h3{
        font-size: 1.00rem;
        line-height: 1.5em;
    }
    .video-list .video{
        height: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .video-list .video p{
        font-size: 0.875rem;
        line-height: 1.5em;
    }
    table.formBlockSurveyTable tr td {
        display: block;
    }
    table.formBlockSurveyTable tr td textarea{
        max-width: 250px !important;
    }
    label{
        font-size: 1.125rem;
        line-height: 1.5em;
    }
    input, select, textarea{
        font-size: 1.125rem;
        line-height: 1.0em;
        max-width: 250px !important;
    }
    .control-group label{
        float: none;
        width: auto;
        text-align: left;
    }
    .control-group .controls{
        margin-left: 0;
    }
    .control-group.address .controls label{
        float: none;
    }
    .control-group.address .controls .controls{
        margin-left: 0;
    }
    .actions{
        margin-left: 0;
    }
    form.login-form .control-group label{
        width: 150px;
    }
    form.login-form .control-group .controls{
        margin-left: 170px;
    }
    form.login-form .actions{
        margin-left: 170px;
    }
    form.login-form .control-group label{
        width: auto;
    }
    form.login-form .control-group .controls{
        margin-left: 0;
    }
    form.login-form .actions{
        margin-left: 0;
    }
    .margin-bottom-mobile{
        margin-bottom: 40px;
    }
    .reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
    .testimonial .container{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .testimonial p{
        font-size: 2.0rem;
        line-height: 1.5em;
    }
    #survey-form .question-group .answers label{
        margin-right: 0;
        display: block;
    }
    .pre-footer .container{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pre-footer p{
        font-size: 1.000rem;
        line-height: 1.5em;
    }
    .footer .footer-phone{
        font-size: 1.750rem;
        line-height: 1.5em;
    }
    .footer p{
        font-size: 0.750rem;
        line-height: 1.5em;
    }
}