/* Site Color: #399ECA */


/*Green: #00CD96*/


/*Light Blue: #399ECA*/


/*Yellow: #FFC93F*/

body {
    background-image: url("../img/bg.png");
}



/* Header Styles */

#upperHeader {
    background-color: #8ECFEB;
    min-height: .25rem;
}

#header {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

#headerMobile {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

a.headerPhone:link,
a.headerPhone:active,
a.headerPhone:visited {
    color: #1d1d1d;
    font-size: 1.2rem;
}

a.headerPhone:hover {
    color: #399ECA;
}

.phone {
    margin-top: 0;
    margin-bottom: 0rem;
    padding-top: 0;
    color: #399ECA;
    font-size: 1.2rem;
}

.lessBottomMargin {
    margin-bottom: -.25rem;
}

p.headerCallout {
    color: #1d1d1d;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 0;
}



/* Menu Styles */

.justice {
    text-align: justify;
    text-justify: inter-word;
}

.noSpace {
    padding: 0rem;
    margin: 0rem;
}

#nav {
    padding-bottom: .25rem;
}

.noPadding {
    padding-left: 0rem;
    padding-right: 0rem;
}

.navButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    padding: .5rem 0rem .5rem 0rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #1d1d1d;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .navButton {
    outline: 0;
}

.navButton:hover,
.navButton:focus {
    background: transparent;
    ;
    color: #399ECA
}

.navButton2 {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    font-weight: 600;
    padding: .5rem 0rem .5rem 0rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #00CD96;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .navButton2 {
    outline: 0;
}

.navButton2:hover,
.navButton2:focus {
    background: #399ECA;
    color: #fff
}

a.dropMenu:link,
a.dropMenu:visited,
a.dropMenu:active {
    font-size: 1rem;
    color: #1d1d1d;
    font-weight: 600;
    text-align: left;
    line-height: 1.3rem;
}

a.dropMenu:hover {
    color: #fff;
    background: #00CD96;
}



/* Nav Bar Styles */

.sticky {
    width: 100%;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    /*  SMALL ONLY = 39.9375em
        #menu is the original menu. */
    .js #menu {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
        position: fixed;
        width: 100%;
    }
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    border-top: 4px solid #FFC93F;
    background: #8ECFEB;
    /* mobile `slicknav` menu background color. */
    padding: 5px;
    z-index: 99;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #00CD96;
    /* mobile `slicknav` menu button color. */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}



/* Text Styles */

li {
    color: #1d1d1d;
}

p {
    font-size: 1rem;
    color: #1d1d1d;
}

h1 {
    color: #399ECA;
    font-size: 1.8rem;
    margin-bottom: 0;
}

h2 {
    color: #1d1d1d;
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
}



/* Home Page Styles */

#mainContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}



/* Image Callouts */

#imagecallouts {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.imagecalloutButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #399ECA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .calloutButton {
    outline: 0;
}

.imagecalloutButton:hover,
.imagecalloutButton:focus {
    background: #399ECA;
    color: #fefefe;
    border: 1px solid #fff;
}



/* Call Out Styles */


/*    old callout color background: #472D86;*/

#callout {
    background: #FF9900;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

#callout2 {
    background: #f0baea;
    padding-top: 1rem;
    padding-bottom: 0rem;
}


h1.calloutText {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    margin-bottom: -0rem;
    color: #fff;
}

p.calloutText {
    font-size: 1rem;
    margin-top: 0rem;
    color: #fff;
}

.calloutButton {
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    background: #5D4695;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .calloutButton {
    outline: 0;
}

.calloutButton:hover,
.calloutButton:focus {
    background: #F8991D;
    color: #fff;
    border: 1px solid #fff;
}



/* Footer Styles */

#footer {
    border-top: 4px solid #399ECA;
    background: #1b1b1b;
    padding-top: 5rem;
}

hr.footer {
    padding: 0.3rem;
    margin: 0;
    border-bottom-color: #aaa;
}

h1.footer {
    font-size: 1.4rem;
    color: #fff;
}

p.footer {
    padding-top: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #8f8e8e;
}

a.footer:link,
a.footer:visited,
a.footer:active {
    font-size: 0.9rem;
    color: #8f8e8e;
}

a.footer:hover {
    color: #00CD96;
}

.footerTop {
    padding-top: 3rem;
    padding-bottom: 0rem;
}

.footerBox {
    background-color: rgb(78, 186, 232);
    border-radius: 5px;
    position: relative;
    z-index: 9;
    margin-bottom: -3.25rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

h1.footerboxText {
    margin-top: .5rem;
    font-size: 1.5rem;
    margin-bottom: -.25rem;
}

p.footerboxText {
    margin-bottom: 0rem;
    padding-bottom: .5rem;
}

.footerButton {
    font-size: 1.3rem;
    line-height: 1;
    display: inline-block;
    margin: 1rem 0rem 1rem 0rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 5px;
    border: solid 2px #fff;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .footerButton {
    outline: 0;
}

.footerButton:hover,
.footerButton:focus {
    background: #00CD96;
    color: #fff;
    border-color: #00CD96;
}

.borderTB {
    border-top: 4px solid #399ECA;
    border-bottom: 4px solid #399ECA;
}

p.footer2 {
    padding-top: 0.5rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #8f8e8e;
}

/* Service Blocks */

#serviceblocks {
    background-image: url("../img/bg_5.jpg");
    border-top: 4px solid #FFC93F;
    border-bottom: 4px solid #FFC93F;
}

h2.serviceText {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: -.5rem;
}

.serviceblocksOverlay {
    background-color: rgba(0, 0, 0, .2);
    padding-top: 2rem;
    padding-bottom: 1rem;
}

a.serviceBlock:link,
a.serviceBlock:visited,
a.serviceBlock:active {
    color: #00CD96;
    font-size: 1rem;
}

a.serviceBlock:hover {
    color: #fff;
}

p.serviceblockText {
    margin-top: -1.7rem;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 99;
    margin-bottom: 1.5rem;
}

.serviceblockImg {
    padding: 0;
    margin: 0;
}



/* Additonal Features */

hr {
    padding: 0.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    border-color: #399ECA;
}

hr.w {
    padding: 0.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    border-color: #fff;
}

h2.two {
    padding: 1rem;
    margin-top: 0.4rem;
    margin-bottom: 1rem;
    border-color: red;
}

hr.colorbar {
    height: 4px;
    border: 0;
    border-top: 1px solid #399ECA;
    margin: 0.2rem 0rem 0.2rem 0rem;
    padding: 0;
    max-width: 5rem;
    text-align: left;
}

hr.colorbar2 {
    height: 4px;
    border: 0;
    border-top: 1px solid #fefefe;
    margin: 0.2rem 0rem 0.2rem 0rem;
    padding: 0;
    max-width: 5rem;
    text-align: left;
}

hr.skinny {
    border-color: #399ECA;
}

hr.white {
    margin: 0;
    padding: 0;
    border-color: transparent;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wrap {
    float: left;
    padding-right: 35px;
}

.wrapRight {
    float: right;
    padding-left: 35px;
}

.white {
    color: #fff;
}



/* Google Map CSS */

#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}



/* Slider Styles */

#slider {
    border-bottom: 4px solid #399ECA;
}

.sliderOverlay {
    background-color: rgba(0, 0, 0, 0.5);
}


/* Page Styles */

.overlayPage {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    content: " ";
    padding-top: 4%;
    padding-bottom: 4%;
    width: 100%;
    z-index: 2;
}

.pageBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("../img/bg_header_1.jpg");
    border-bottom: 4px solid #FFC93F;
}

.pageBannerDesktop {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/slide1.jpg");
}

.overlayPageDesktop {
    background-color: rgba(0, 0, 0, .3);
    position: relative;
    content: " ";
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
    z-index: 2;
}

h1.pagebannerTextDesktop {
    position: relative;
    font-size: 4rem;
    margin-top: 0;
    text-shadow: 1px 2px 3px #292929;
    letter-spacing: 0px;
    -webkit-text-stroke: 0px white;
    color: #fff;
}

h2.pagebannerTextDesktop {
    position: relative;
    font-size: 2rem;
    margin-top: 0;
    text-shadow: 1px 2px 3px #292929;
    letter-spacing: 0px;
    -webkit-text-stroke: 0px white;
    color: #fff;
}

.overlayPageMobile {
    background-color: rgba(0, 0, 0, .3);
    position: relative;
    content: " ";
    padding-top: 15%;
    padding-bottom: 15%;
    width: 100%;
    z-index: 2;
}

.pageBannerMobile {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/slide1m.jpg");
}

h1.pageBannerTextMobile {
    position: relative;
    font-size: 2rem;
    margin-top: 0;
    text-shadow: 1px 2px 3px #292929;
    letter-spacing: 0px;
    -webkit-text-stroke: 0px white;
    color: #fff;
}

h2.pagebannerTextMobile {
    position: relative;
    font-size: 1rem;
    margin-top: 0;
    text-shadow: 1px 2px 3px #292929;
    letter-spacing: 0px;
    -webkit-text-stroke: 0px white;
    color: #fff;
}



/* Contact Page Styles */

.contactBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("http://placehold.it/1920x300/258dad/ffffff");
    border-bottom: 1px solid #aaa;
}

h1.pagebannerText {
    color: #fefefe;
    font-size: 1.8rem;
    text-align: center;
}

a.contactLink:link,
a.contactLink:active,
a.contactLink:visited {
    color: #1d1d1d;
}

a.contactLink:hover {
    color: #399ECA;
}



/* Form Fill */

p.success {
    background: green;
    color: #fefefe;
    font-size: 1.2rem;
}

.formButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #00CD96;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .formButton {
    outline: 0;
}

.formButton:hover,
.formButton:focus {
    background-color: #399ECA;
    border: 1px solid #fff;
    color: #fefefe;
}



/* Video Hero */

.videoButton {
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
    margin: 1rem 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border-radius: 5px;
    background-color: #00CD96;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .videoButton {
    outline: 0;
}

.videoButton:hover,
.videoButton:focus {
    background: #399ECA;
    color: #fff;
}

h1.videoText {
    font-size: 3rem;
    color: #fefefe;
    margin-bottom: -0.7rem;
    padding: 0;
}

h2.videoText {
    font-size: 1.5rem;
    color: #fefefe;
    margin-bottom: 0.7rem;
}

h1.videoTextm {
    font-size: 2rem;
    color: #fefefe;
    padding: 0;
    margin-bottom: -0.2rem;
}

h2.videoTextm {
    font-size: 1rem;
    color: #fefefe;
    margin-bottom: 0.7rem;
}

.videoContainer {
    position: relative;
    overflow: hidden;
}

.videoOverlay {
    background: transparent;
    position: relative;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 35rem;
    z-index: 1;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container .title-container {
    z-index: 2;
    position: relative;
    text-align: center;
    top: 37%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
    min-width: 100%;
}

video.fillWidth {
    min-width: 100%;
    top: -4rem;
}

.overlayVideo {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    content: " ";
    padding-top: 25%;
    padding-bottom: 25%;
    width: 100%;
    z-index: 2;
}

.videoBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("../img/file.jpg");
    border-bottom: 1px solid #aaa;
}



/*Orbit*/

.orbit-caption {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    margin-bottom: 0;
    color: #fefefe;
    background-color: rgba(10, 10, 10, 0.5);
}

.orbitText {
    min-height: 600px;
    padding-top: 225px;
}

.orbitText4 {
    position: right;
    min-height: 600px;
    padding-top: 225px;
}


.orbitTextM {
    padding-top: 20%;
    padding-bottom: 20%;
}

.orbitText2 {
    padding-top: 20%;
    padding-bottom: 20%;
}

.calloutBox {
    background-color: #FFC93F;
    padding: 1rem;
}

h1.box {
    font-size: 2rem;
    margin-top: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: 0px;
    color: #fff;
    text-align: center
}

#subNav {
    padding-top: .25rem;
    padding-bottom: .25rem;
    background-color: #399ECA;
}

a.subNav:link,
a.subNav:active,
a.subNav:visited {
    color: #fff;
    font-size: 1.8rem;
    padding-left: 1rem;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    padding-top: 0rem;
    margin-top: 0rem;
}

a.subNav:hover {
    color: #00CD96;
}

.googlePadding {
    padding-top: .25rem;
}

.subNavButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: -.5rem 0rem .25rem 1rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 5px;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .subNavButton {
    outline: 0;
}

.subNavButton:hover,
.subNavButton:focus {
    background: #00CD96;
    color: #fff;
    border-color: #00CD96;
}

#reasons {
    background-image: url("../img/bg_1.jpg");
}

#news {
    padding-top: 2rem;
    margin-bottom: -2rem;
}

.newsBox {
    border: solid 1px #ccc;
    padding: 1rem;
    min-height: 215px;
    background-color: #fff;
}

p.newsText {
    font-size: .9rem;
}

img.newsLogo {}

a.newsLink:link,
a.newsLink:active,
a.newsLink:visited {
    color: #00CD96;
    font-size: .9rem;
    font-weight: 600;
}

a.newsLink:hover {
    color: #399ECA;
}



/* Call Out 2 Styles */

#callout2 {
    background: #216daf;
    padding-top: 1rem;
    padding-bottom: 0rem;
}

h1.callout2Text {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    margin-bottom: -0rem;
    color: #fff;
}

p.callout2Text {
    font-size: 1rem;
    margin-top: 0rem;
    color: #fff;
}

.callout2Button {
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #00CD96;
    border-radius: 3px;
    background: #399ECA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .calloutButton {
    outline: 0;
}

.callout2Button:hover,
.callout2Button:focus {
    background: #399ECA;
    color: #fff;
    border: 1px solid #fff;
}

.fullscreen-image-slider .orbit-image {
    width: 100%;
    height: 100vh;
}

.fullscreen-image-slider .orbit-caption {
    bottom: 60%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background: none;
    text-align: center;
    color: #fefefe;
    font-weight: bold;
}



/*NewSliderText*/

h1.slideText {
    font-size: 2.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

p.slideText {
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6)
}

h1.slideText2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

p.slideText2 {
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

h1.slideText3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

p.slideText3 {
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

h1.slideText4 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

p.slideText4 {
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

h1.slideText5 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

p.slideText5 {
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}



h1.slideTextm {
    font-size: 1.4rem;
    padding-left: 1rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

p.slideTextm {
    color: #fff;
    padding-left: 1rem;
    font-size: 1rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6)
}

h1.slideText2m {
    padding-left: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

p.slideText2m {
    padding-left: 1rem;
    color: #fff;
    font-size: 1rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

h1.slideText3m {
    padding-left: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

p.slideText3m {
    padding-left: 1rem;
    color: #fff;
    font-size: 1rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

h1.slideText4m {
    padding-left: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

p.slideText4m {
    padding-left: 1rem;
    color: #fff;
    font-size: 1rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

h1.slideText5m {
    padding-left: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}

p.slideText5m {
    padding-left: 1rem;
    color: #fff;
    font-size: 1rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4)
}


.slideBG1 {
    width: 100%;
    background-image: url("../img/slide1.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
    min-height: 500px;
}

.slideBG2 {
    width: 100%;
    background-image: url("../img/slide23.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
    min-height: 500px;
}

.slideBG3 {
    width: 100%;
    background-image: url("../img/slide5.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
    min-height: 500px;
}

.slideBG4 {
    width: 100%;
    background-image: url("../img/slide13.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
    min-height: 500px;
}

.slideBG5 {
    width: 100%;
    background-image: url("../img/slide3.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
    min-height: 500px;
}


.slideBG1m {
    width: 100%;
    background-image: url("../img/slide1m.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    height: 300px;
}

.slideBG2m {
    width: 100%;
    background-image: url("../img/slide23m.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    height: 300px;
}

.slideBG3m {
    width: 100%;
    background-image: url("../img/slide3m.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    height: 300px;
}

.slideBG4m {
    width: 100%;
    background-image: url("../img/slide14m.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    height: 300px;
}

.slideBG5m {
    width: 100%;
    background-image: url("../img/slide99m.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    height: 300px;
}


.slideButton {
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border-radius: 3px;
    background-color: #0095E5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
}


.slideButtonm {
    font-size: 1.1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border-radius: 3px;
    background-color: #0095E5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
}

h1.calloutText3 {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    margin-bottom: -0rem;
    color: #fff;
}

p.calloutText3 {
    font-size: 1rem;
    margin-top: 0rem;
    color: #fff;
}

#callout3 {
    background: #e688d4;
    padding-top: 1rem;
    padding-bottom: 0rem;
}

#callout9 {
    background: #FFFFFF;
    padding-top: 1rem;
    padding-bottom: 0rem;
}




.calloutButton3 {
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #00CD96;
    border-radius: 3px;
    background: #c379d4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .calloutButton {
    outline: 0;
}

.calloutButton3:hover,
.calloutButton3:focus {
    background: #399ECA;
    color: #fff;
    border: 1px solid #fff;
}



/* --- "Reviews" section. */

.reviewsoverlayPage {
    position: relative;
    content: " ";
    padding-top: 04%;
    padding-bottom: 04%;
    width: 100%;
    z-index: 2;
}

.reviewspageBanner {
    border-top: 6px solid #ff90ff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url("../img/notes2.jpg");
}

.topBlueBorder {
    border-top: 6px solid #1a3382;
}

.bottomBlueBorder {
    border-bottom: 6px solid #1a3382;
    width: 100%;
}

.largeBlueText {
    font-size: 4rem;
    color: #399ECA;
}

.largeBlueTextMobile {
    font-size: 2rem;
    color: #1a3382;
    margin-bottom: .8rem;
}

.largeBlueH2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 1px #bc7baf
}

.largeBlueH5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ae63bc;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.largeBlueH2Mobile {
    font-size: 1.6rem;
    color: #1a3382;
}

.largeBlue2 {
    font-size: 1rem;
    margin-top: 0rem;
    color: #fff;
}

.largeBlue2Mobile {
    color: #1a3382;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    font-weight: bolder;
}

a.largeBlue2:link,
a.largeBlue2:active,
a.largeBlue2:visited {
    color: #fefefe;
    text-decoration: none;
}

a.largeBlue2:hover {
    color: #399ECA;
    text-decoration: none;
}

a.largeBlueLink,
a.largeBlueLink:link,
a.largeBlueLink:active,
a.largeBlueLink:visited {
    font-size: 2.4rem;
    color: #1a3382;
    letter-spacing: .1rem;
}

a.largeBlueLink:hover,
a.largeBlueLink:focus {
    font-size: 2.4rem;
    color: #db9f00;
    text-decoration: underline;
    letter-spacing: .1rem;
}

a.largeBlueLinkMobile,
a.largeBlueLinkMobile:link,
a.largeBlueLinkMobile:active,
a.largeBlueLinkMobile:visited {
    font-size: 1.4rem;
    color: #1a3382;
    letter-spacing: .1rem;
}

a.largeBlueLinkMobile:hover,
a.largeBlueLinkMobile:focus {
    font-size: 1.4rem;
    color: #db9f00;
    text-decoration: underline;
    letter-spacing: .1rem;
}

.whiteBox {
    background-color: rgba(222, 135, 222, 0.54);
    padding: 1rem;
    border-radius: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.storyBox {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 1rem;
}

.pink {
    color: #AE63BC;
}

.calcBox {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 1rem;
}


.calcButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;


    font-weight: 600;
    padding: .75rem 2rem .75rem 2rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #00CD96;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .calcButton {
    outline: 0;
}

.calcButton:hover,
.calcButton:focus {
    background: #399ECA;
    color: #fff
}

.green {
    color: #00CD96;
    font-weight: 600;
}

.landingpageFooter {
    padding-bottom: 1rem;
    background-color: #1B1B1B;
}