html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:none;outline:0;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;text-decoration:none;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0}
blockquote:before,blockquote:after,q:before,q:after{content:""}
*{margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {display: block; }                                
ol, ul { list-style: none}
blockquote, q { quotes: none;}
:focus { outline: 0;}
table { border-collapse: collapse; border-spacing: 0;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
audio,video,canvas {max-width: 100%;}
.clear{clear:both; font-size:1px; display:table;}
/* ----------------------------------STYLE SHEET LAYOUT--------------------------------------------- */
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal !important;
    color: #063b5a;
}
figure {
    margin: 0 !important;
    padding: 0 !important;
}
.table th,
.table td {
    padding: 6px;
}
a {
    color: #063b5a;
    font-weight: bold;
}
a:active {
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    color: #c6dbf0;
    text-decoration: none;
}
.dark-bg{
    background-color: #CCCCCC;
}
.light-bg{
    background-color: #f1f1f1;
}

.hero {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-bottom: 250px;
    margin-bottom: -400px;
    z-index: 1;
}
.hero::before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    
    position: absolute;
    background: url("../images/sspm-hero.png")no-repeat;
    background-size: 80%;
    background-position: 50% 175px;
    opacity: 0.25;
    right: -200px;
    left: -200px;
    top: -200px;
    content: '';
    bottom: 0;
}
.hero-inner {
    padding: 0.5rem 4rem 4rem;
    margin-bottom: 75px;
}

.signin {
    display: block;
    max-width: 100%;
    width: 100%;
    z-index: 9999;
    padding: 15px 0;
    position: relative;
}
.signin a {
    display: block;
    background: #063b5a;
    color: #ffffff;
    padding: 10px 30px;
    float: right;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.navigation {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 15px 75px;
    position: relative;
    z-index: 99999;
    /*border-top: solid #c5c1bb 1px;*/
    clear: both;
}
.logo {
    display: block;
    float: left;
    max-width: 100%;
    width: 20%;
    height: auto;
}
.logo2 {
    display: block;
    float: right;
    max-width: 100%;
    width: 20%;
    height: auto;
}

.top-menu {
    margin: 0 auto;
    float: left;
    width: 60%;
}
.top-menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    height:  auto;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.top-menu ul li a, .dropbtn {
    display: inline-block;
    padding: 14px 16px;
}
.dropdown {
    display: inline-block;
    padding: 15px 25px;
    max-width: 100%;
    width: 32.5%;
    float: right;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999999;
}
.dropdown-content a, .dropdown-content p {
    padding: 12px 16px;
    display: block;
    text-align: left;
    float: left;
    clear: both;
    width: 100%;
}
.dropdown-content a:hover{
    background: #c6dbf0;
    color: #ffffff;
}
.dropdown:hover .dropdown-content {
    display: block;
    position: fixed;
    z-index: 99999;
}

.hero .container .row:last-child {
    width: 75%;
    margin: 0 auto;
    padding-top: 50px;
}
.hero .container .row .col-12 h1,
.more-info-area h1 {
    margin-bottom: 25px;
    color: #063b5a;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25em;
}
.hero .container .row .col-12 h2 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.75em;
    color: #063b5a;
    font-weight: bold;
}
.hero .container .row .col-12 p,
.more-info-area p {
    font-size: 15px;
    line-height: 1.6em;
    color: #063b5a;
}
#pricingTable7.container-fluid.light-bg {
    z-index: 9999 !important;
}

.button-area {
    margin: 0 auto 50px auto;
    padding: 3rem;
}

#more-info.row {
    padding-top: 25px;
}
.more-info-area .col-12 {
    padding: 0;
}
.more-info-area h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: #063b5a;
    font-weight: bold;
    margin-bottom: 25px;
}
.more-section {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 400px;
    padding: 0 0 0 10px;
    margin: 25px 0;
    background: rgba(197,193,187,0.2);
    /* box-shadow: 10px 10px 35px 5px rgba(0,0,0,0.2); */
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
}
.more-title {
    float: left;
    max-width: 100%;
    width: 25%;
    padding: 25px 0 25px 15px;
    height: 400px;
}
.more-title:first-child {
    background: url("../images/shutterstock_1769705072.jpg") no-repeat;
    background-size: 100%;
}
.more-title img {
    display: block;
    max-width: 100%;
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.more-section-inner {
    padding: 100px 25px 25px 25px;
    float: left;
    max-width: 100%;
    width: 75%;
    height: 380px;
    overflow-y: scroll;
    margin-top: 0px;
}
.more-section-inner h3 {
    font-size: 20px;
}
.more-section-inner li {
    list-style-type: disc;
    margin-left: 19px;
    line-height: 1.6em;
    font-size: 15px;
}

.disclaimer-area {
    display: block;
    overflow: auto;
    height: 200px;
    max-width:  100%;
    width: 100%;
    margin: 15px auto 50px;
    background: #fff;
}
.disclaimer-area .disclaimer p {
    line-height: 1.5em;
}
.disclaimer-area .disclaimer p span:first-child {
    font-size: 18px;
    font-weight: bold;
}



/* Media Queries */

@media only screen and (max-width: 1250px) {
    .hero {
        padding-bottom: 150px;
        margin-bottom: -325px;
    }
}
@media only screen and (max-width: 1150px) {
    .hero::before {
        background-size: 100%;
    }
    .navigation {
        padding: 15px 0;
    }
}
@media only screen and (max-width: 1000px) {
    .logo {
        width: 35%;
    }
    .top-menu {
        clear: both;
        width: 100%;
    }
    .dropdown {
        text-align: center;
    }
    .logo2 {
        display: block;
        float: right;
        max-width: 100%;
        width: 35%;
    }
    .hero .container .row:last-child {
        padding-top: 25px;
    }
    .more-title {
        width: 100%;
        clear: both;
        height: auto;
        padding-bottom: 0;
        padding-left: 25px;
    }
    .more-title h2 {
        margin-bottom: 5px;
        width: 60%;
        float: left;
    }
    .more-title img {
        width: 35%;
        float: right;
        padding-right: 25px;
        position: relative;
        top: -15px;
    }
    .more-section-inner {
        width: 100%;
        height: 150px;
        padding-top: 10px;
        margin-top:-20px;
    }
}
@media only screen and (max-width: 825px) {
    .hero::before {
        background-size: 110%;
    }
}
@media only screen and (max-width: 768px) {
    .hero::before {
        background-size: 125%;
    }
}
@media only screen and (max-width: 590px) {
    .hero::before {
        background-size: 140%;
    }
    .logo {
        width: 30%;
    }
    .more-info-area {
        padding: 0 30px;
    }
    .hero-inner {
        padding: 0.1rem 2rem 1rem;
        margin-bottom: 75px;
        clear:both;
    }

    .hero .container .row:last-child {
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .hero .container .row .col-12 h1,
    .more-info-area h1 {
        margin-bottom: 25px;
        color: #063b5a;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.25em;
    }

    .hero .container .row .col-12 h2 {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.75em;
        color: #063b5a;
        font-weight: bold;
    }

    .hero .container .row .col-12 p,
    .more-info-area p {
        font-size: 12px;
        line-height: 1.6em;
        color: #063b5a;
    }
    #pricingTable7.container-fluid.light-bg {
        z-index: 9999 !important;
        margin-top: 80px;
    }
    .more-info-area h2 {
        font-size: 22px;
        text-transform: capitalize;
        color: #063b5a;
        font-weight: bold;
        margin-bottom: 0px;
    }
}