@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
/* ========================

@Swatch Colors
-------------

Blue: #003e8a
Gray: #707070

======================== */

/*
|-----------------------------------------------
| @SetUp Tags
|-----------------------------------------------
*/

#main{
    position: relative;
}

.main-container{
    text-align: left;
    overflow: hidden;
    min-height: 500px;
}

.inner-container{
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    
}

.inner-container.w-pd{
    width: 100%;
    padding: 80px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
     font-family: 'Roboto', sans-serif; 
}

p{
    /*color: #707070;*/
    font-size: 1em;
}

.xl-t{
    font-size: 1.6em;
}

.xxl-t{
    font-size: 2.5em;
}

.sm-t{
    font-size: .9em;
}

.blue-t{
    color: #003e8a;
}

.gray-t{
    color: #707070;
}

.white-t{
    color: #fff;
}

.blue-bg{
    background-color: #003e8a;
}

.white-bg{
    background-color: #fff;
}

/*
|-----------------------------------------------
| @Buttons
|-----------------------------------------------
*/
button.btn-m{
    min-width: 80px;
    color: #003e8a;
    background-color: #fff;
    cursor: pointer;
    border: 0px;
    outline : none;
    padding: 6px 0px;
    font-size: .9em;
    border:2px solid #fff;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
    border-radius: 2px;        
}

button.btn-m:hover{
    background-color: #003e8a;
    border:2px solid #fff;
    color: #fff;
}

/*
|-----------------------------------------------
| @Input
|-----------------------------------------------
*/

input, textarea{
    max-width: 100%;
    outline: none;
    border: 0;
    border-bottom: 2px solid #b6b6b6;
    padding: 5px;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}

input:focus, textarea:focus{
    border-bottom: 2px solid #003e8a;
    color: #003e8a;
}

/*
|-----------------------------------------------
| @General (Reusable) 
|-----------------------------------------------
*/

.gen-frame1-slider{
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.gen-frame1-content{
    width: 100%;
    min-height: 854px;
    background-color: rgba(000,000,000, 0.7);
    text-align: center;
}

.gen-frame1-content.long{
    min-height: 700px;
}

.gen-frame1-content-inner{
    width: 750px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    padding: 11.6% 80px 50px 80px;
    /*background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 31%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(31%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 31%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 31%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 31%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 31%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gen-frame1-content img.icon{
    width: 30px;
    display: inline-block;
}

.gen-frame1-content-inner h1,
.gen-frame1-content-inner p{
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 15px 0px;
    display: inline-block;
}

.gen-frame1-content-inner img{
    width: 230px;
}


.gen-frame1-content-inner p{
    width: 450px;
}


.gen-icon-card-holder{
    width: 25%;
    max-width: 100%;
    min-height: 50px;
    display: inline-block;
    vertical-align: top;
    /*background-color: green;*/
}

.gen-icon-card{
    width: 100%;
    margin: auto;
    text-align: center;
}

.gen-icon-img,
.gen-icon-content{
    display: inline-block;
    /*vertical-align: top;*/
}

.gen-icon-img{
    width: 60px;
    min-height: 100px;
}

.gen-icon-content{
    width: 100%;
    padding: 0px 10px;
    text-align: center;
}

.gen-row{
    width: 100%;
}

h1.gen-sp-header{
    width: 27%;
    font-weight: bold;
    color: #003e8a;
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #003e8a;
    word-wrap: break-word;
    text-align: center;
}

h2.gen-sp-header{
    width: 27%;
    font-weight: bold;
    color: #003e8a;
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #003e8a;
    word-wrap: break-word;
    text-align: center;
}

.right-border-t{
    width: 70%;
    min-height: 50px;
    padding: 5px 5px 5px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    /*border-left: 2px solid #003e8a;*/
}

.right-border-t > p {
    width: 90%;
    margin: auto;
}

.modal-trigger{
    cursor: pointer;
}

#modal-close{
    width: 20px;
    height: 20px;
    color: gray;
    font-size: 1.1em;
    cursor: pointer;
    position: absolute;
    top: -16px;
    right: -5px;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px;
    -webkit-box-shadow: -1px 4px 18px -6px rgba(0,0,0,0.65);
    -moz-box-shadow: -1px 4px 18px -6px rgba(0,0,0,0.65);
    box-shadow: -1px 4px 18px -6px rgba(0,0,0,0.65);
}
}


.scroll-style::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /*background-color: #F5F5F5;*/
}

.scroll-style::-webkit-scrollbar
{
    width: 10px;
    /*background-color: #F5F5F5;*/
}

.scroll-style::-webkit-scrollbar-thumb
{
    background-color: #fff;
    /*border: 2px solid #555555;*/
}

/*
|-----------------------------------------------
| @Helper Tags 
|-----------------------------------------------
*/
body{
    overflow-x:hidden;
    /*text-align: center;*/
}

body.public{
    background-color: #ecf0f5;
}

.sm{
    font-size: .9em;
}

.xs{
    font-size: .8em;
}

.xxs{
    font-size: .7em;
}

.center-t{
    text-align: center;
}

.left-t{
    text-align: left;
}

.right-t{
    text-align: right;
}

.bold-t{
    font-weight: bold;
}

.italic-t{
    font-style: italic;
}

.norm-t{
    font-weight: normal;
}

.allcaps{
    text-transform: uppercase;
}

.text-shadow {
    text-shadow: 1px 1px 5px #000;
}

.no-border{
    border: 0px;
}
.no-margin{
    margin: 0px;
}

.mrgn-la{
    margin-left:auto;
}

.mrgn-ra{
    margin-right:auto;
}

.mrgn-a{
    margin:0 auto;
}

.mrgn-t1{
    margin-top:10px;
    margin-bottom: 10px;
}

.mrgn-t2{
    margin-top:20px;
    margin-bottom: 20px;
}

.mrgn-t3{
    margin-top:30px;
}

.mrgn-t4{
    margin-top:40px;
}

.mrgn-t5{
    margin-top:50px;
}

.mrgn-b1{
    margin-bottom:10px;
}

.mrgn-b2{
    margin-bottom:20px;
}

.mrgn-b3{
    margin-bottom:30px;
}

.mrgn-b4{
    margin-bottom:40px;
}

.mrgn-b5{
    margin-bottom:50px;
}

.mrgn-l1{
    margin-left:10px;
}

.mrgn-l2{
    margin-left:20px;
}

.mrgn-l3{
    margin-left:30px;
}

.mrgn-l4{
    margin-left:40px;
}

.mrgn-l5{
    margin-left:50px;
}

.mrgn-r1{
    margin-right:10px;
}

.mrgn-r2{
    margin-right:20px;
}

.mrgn-r3{
    margin-right:30px;
}

.mrgn-r4{
    margin-right:40px;
}

.mrgn-r5{
    margin-right:50px;
}

.w100{
    width: 100%;
}

.w50{
    width: 49%;
}

.pd-10px,
.pd-20px{
    padding: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pd-20px{
    padding: 20px;
}

.bx-size{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.dsp-iblk{
    display: inline-block;
}

.dsp-blk{
    display: block;
}

.va-top{
    vertical-align: top;
}

.va-mid{
    vertical-align: middle;
}

.va-btm{
    vertical-align: bottom;
}

#form-message{
    width: 96% !important;
    height: auto;
    position: relative;
    background-color: rgba(0,0,0,0.9);
    padding: 11px;
    margin: 3% 0;
    color: #fff;
    text-align: center;
    bottom: 0;
    display: none;
}

.c-dropdown-holder{
    width: 110px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.c-dropdown-list{
    width: 100%;
    display: none;
    background-color: #003e8a;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.c-dropdown-list.show{
    display: block;
}

.c-dropdown-list.show.current{
    display: none;
}