﻿
html {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
}

body {margin: 0;padding: 0;}

img {border: none}

a {
	padding: 0;
	margin: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

* {
	box-sizing: border-box
}

/* HELPERS  
----------------------------------------------------------*/
.clear {clear: both;}
.clearfix {clear: both; height: 0;}
.clear5 {clear: both; height: 5px;}
.clear10 {clear: both; height: 10px;}
.clear15 {clear: both; height: 15px;}
.clear20 {clear: both; height: 20px;}
.clear25 {clear: both; height: 25px;}
.clear50 {clear: both; height: 50px;}
.clearbody {clear: both; height: 85px;}


.addressfixpositioncontent {z-index: 5;}


 /* HELPERS
----------------------------------------------------*/
.padtop10 {padding-top: 10px;}
.padbottom20 {padding-top: 20px;}

.nopadding {padding: 0 !important;}

.margin-b {margin-bottom: 10px  !important;}
.margin-b-less {margin-bottom: 5px  !important;}
.margin-b-more {margin-bottom: 16px  !important;}

.margin-t {margin-top: 10px  !important;}
.margin-t-less {margin-top: 5px  !important;}
.margin-t-more {margin-top: 15px  !important;}

.noborder {border: none !important;}
 

 /* BASE CONTAINER & GRID WIDTH
----------------------------------------------------*/
#basecontainer {
    clear: both; 
    position: relative;
    font-size: 14px !important; 
    font-family: 'Open Sans', Arial, sans-serif !important; 
    background-color: #ffffff;
    }

.basesectionwidth {
    clear: both; 
    position: relative; 
    }

.basegridwidth {
    position: relative;
    margin: 0 auto;
    }
    
.contentwidth {
    position: relative;
    margin: 0 auto;
    }

/* HEADER 
----------------------------------------------------*/
.header {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    }

.accentheaderline {
    position: fixed;
    left: 0;
    top: 118px;
    height: 8px;
    width: 100%;
    background-color: #FC4445;
    z-index: 101;
}

.socialmedia i {
    font-size: 22px;
}

.socialmedia a{
	position: relative;
	margin: 0 1px 0 0;
    font-family: 'FontAwesome';
	text-decoration: none;
	padding: 0 0 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }


  
a.youtube:before{
	text-decoration: none;
    position: absolute;
    font-size: 29px;
    top: -4px;
    left: 8px;
    content: "\f167";
    }
     
    
/* UTILITY NAV
---------------------------------------- */
.utilitynav {
    position: absolute; 
    text-transform: uppercase;
    }
    
.utilitynav a {
    float: left;
    margin-left: 1px;
    color: #ffffff; 
    background-color: #1B4F7E;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }
    
.utilitynav a:hover {
    background-color: #FC4445;
    }
  
/* SUB PARENT TITLE
----------------------------------------*/
.subparenttitle {
    position: absolute;
    width: 100%;
    }

.subparenttitle h1 {
    color: #ffffff;
    text-transform: uppercase;
    }

.tagline {
    clear: both;
    color: #ffffff;
} 

/* CONTENT GRID - SUBPAGES  
----------------------------------------*/
.contentgrid {
    position: relative;
    padding: 17px 0 0 0;
    }

/* SUBNAV - LEFT 
----------------------------------------*/
.subnavarea { /* STYLE IS RESPONSIVE */ }
 
.sidesubnav {
    width: 100%;
    padding: 0 0 0 0;
    background-color: #1B4F7E;
    border: 1px solid #FC4445;
    overflow: hidden;
    margin-right: 0;
    box-shadow: 5px 5px 9px rgb(0,0,0,.5);
    }

.sidesubnav a {
    position:relative;
    display: inline-block;
    font-weight: 400; 
    color: #fff;
    border: 1px solid #1B4F7E;
    font-size: 14px; 
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 21px 10px 21px;;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }

.sidesubnav a:nth-child(2) {
    margin-left: -5px;
    }

.sidesubnav a:nth-child(3) {
    margin-left: -5px;
    }

.sidesubnav a:hover {
    background-color: #FC4445;
    color: #ffffff; 
    }
  
.sidesubnav a.activeSub {
    background-color: #FC4445;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }
               
/* CONTENT AREA RIGHT 
----------------------------------------*/
.contentarea .pagetitle h2, .contentarea .pagetitle h3 {
    font-size: 30px;
    line-height: 30px; 
    font-weight: 700; 
    color: #FC4445;
    text-transform: uppercase; 
    margin: 0;
    padding: 0;
    }    

.contentblock { /* STYLE IS RESPONSIVE */ }
  
/* CONTENT FORM 
----------------------------------------------------*/
.contentform {
    clear: both;
    padding: 5px 0 0 0;
    }



/* GET STARTED SUBSCRIBE 
----------------------------------------------------*/
.subscribegrid {
    width: 100%;
    border-top: 1px solid #FC4445;
    border-bottom: 1px solid #FC4445;
    background-color: #F3F6F8;
    margin: 0 auto;
    text-align: center;
    margin-top: 44px;
}

.subscriptionpage h2 {
    text-align: center;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #1B4F7E !important;
    font-size: 24px !important;
    line-height: 32px !important;
    padding: 0 5% 0 5% !important;
}

.subscribespacing {
    padding: 20px 40px;
    text-align: center;
    margin: 0 auto;
}

.makeachoice {
    text-align: center;
}

.makeachoice .amount {
    width: 100%;
    height: 125px;
    line-height: 125px;
    color: #ffffff;
    font-size: 59px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
    background-color: #1B4F7E;
    cursor: pointer;
    background-image: url('/themes/default/content/images/bg-amount.png');
    background-repeat: repeat;
    text-shadow: 3px 3px 1px #043867;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    outline-style: solid;
    outline-color: rgba(255, 255, 255, 0.6);
    outline-offset: -10px;
    outline-width: 1px;
}

.makeachoice.free a {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    height: auto !important;
    line-height: normal;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
    background-color: #1B4F7E;
    cursor: pointer;
    padding: 16px 40px 20px 40px;
    background-image: url('/themes/default/content/images/bg-amount.png');
    background-repeat: repeat;
    text-shadow: 3px 3px 1px #043867;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3);
    border: 2px solid #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    outline-style: solid;
    outline-color: rgba(255, 255, 255, 0.4);
    outline-offset: -10px;
    outline-width: 1px;
    text-decoration: none;
}

.makeachoice.free a:hover {
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    outline-color: rgba(255, 255, 255, .7);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.makeachoice .amounttitle {
    clear: both;
    color: #1B4F7E;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    padding-top: 18px;

}

.subscribenotes {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 20px 0 !important;

}

.subscribenotes h3 {
    color: #1B4F7E;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    padding: 0 0 0 0;
}

.subscribenotes a {
    color: #FC4445; 
    text-decoration: underline;
}

.subscribenotes a i {
    font-size: .65em;
    text-decoration: none !important;
    margin-left: 4px;
}

.subscribenotes a:hover {
    color: #497298; 
}

.subscribedasheddivide {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    border-top: 2px dashed #B4C5D5;
    margin: 50px 0 20px 0;
}

.aboutapp {
    clear: both;
}

.aboutapp a {
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
    width: 350px;
    display: block;
    padding: 8px 0 10px 0;
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #FC4445;
    outline-style: solid;
    outline-width: 1px;
    outline-offset: -4px;
    outline-color: #FEB4B5;
    box-shadow: 3px 3px 5px #999999;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.aboutapp a:hover {
    background-color: #1B4F7E;
    outline-color: #fff;
    color: #ffffff;
    box-shadow: 1px 1px 2px #666666;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.subscribeinstructions {
    width: 100%;
    display: block;
    clear: both;
    padding: 20px 0;
    color: #1B4F7E;
    font-size: 18px;
    text-align: center;
}

.noactivegrid {
    width: 100%;
    font-size: 24px;
    border-top: 1px solid #FC4445;
    background-color: #F3F6F8;
    margin: 0 auto;
    padding: 45px 0;
    text-align: center;
    color: #FC4445;
    font-weight: 600;
}

.subscriptionissue {
    background-color: #1B4F7E;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 20px;

}

/* LOGIN CONTROL
----------------------------------------------------*/
.logincontrol {
    width: 75%;
    background-color: #F3F6F8;
    margin: 0 auto;
    min-height: 420px;
    _height: 420px;
    text-align: center;
}


.controlinstructions {
    width: 100%;
    display: block;
    clear: both;
    padding: 20px 0;
    color: #1B4F7E;
    font-size: 14px;
    text-align: left;
}


/* READMORE LINKS 
----------------------------------------------------*/
.readmore {
    position: relative;
    margin-top: 20px;
    }

.readmore a {
    width: 150px;
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #FC4445;
    box-shadow: 3px 3px 5px #999999;
    outline-style: solid;
    outline-width: 1px;
    outline-offset: -4px;
    outline-color: #FEB4B5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.readmoredarkbg a {
    box-shadow: 3px 3px 5px #000000;
}

.readmore a:hover {
    box-shadow: 1px 1px 2px #666666;
}

.readmoredarkbg a:hover {
    box-shadow: 1px 1px 2px #000000;
}


.readmore a:hover:after {
    border: 1px solid #ffffff;
}


/* FOOTER SERVICES
----------------------------------------------------*/

.servicesfooterlevel {
    height: 244px;
    background-color: #013564;
    background-image: url('/themes/default/content/images/home-service-banner.jpg');
    background-position: center -44px
}

.servicesfootertopline {
    position: absolute;
    top: 4px;
    height: 6px;
    width: 100%;
    background-color: #FC4445;
    z-index: 99;
}

.servicesfooterlevelgrid {
    width: 100%;
    max-width: 1100px;
    clear: both;
    display: block;
    min-height: 385px;
    _height: 385px;
    margin: 0 auto;
    color: #ffffff;
}

.servicesfooterlevelgrid .titlegrid {
    clear: both;
    padding-top: 40px;
}

.servicesfooterlevelgrid .servicesfooterleftline {
    padding-left: 10px;
    border-left: 1px dashed #7D99B3;
}

.servicesfooterlevelgrid .titlegrid .title {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: .08em;
}

.servicesfooterlevelgrid .titlegrid .descrip {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 36px;
    line-height: 40px;
    color: #ffffff; 
    font-weight: 800;
}

.servicesfooterlevelgrid .servicesfooterlink {
    padding-left: 10px;
}

/* FOOTER 
----------------------------------------------------*/
#footer {
    position: relative;
    clear: both; 
    width: 100%; 
    color: #1B4F7E;
    background-color: #ffffff;
    z-index: 5;
    font-weight: 500;
    text-transform: uppercase;
    }

.footertopline {
    position: absolute;
    top: -8px;
    height: 6px;
    width: 100%;
    background-color: #FC4445;
    z-index: 99;
}
    
.footerleft { /* STYLE IS RESPONSIVE */ }
.footerright { /* STYLE IS RESPONSIVE */ }

.footerright .footernav a {
    color: #1B4F7E;
    text-transform: uppercase;
    text-decoration: none;
}

.footerright .footernav a:hover {
    color: #FC4445;
}

.bydf {
    clear: both;
    padding-top: 25px;
}
     
a.dficon:before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'df-icomoon';
    content: "\e6a9";
    color: #1B4F7E;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding: 0 5px 0 5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }

a.dficon {
    color: #1B4F7E;
    line-height: 0;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }

a.dficon:hover, a.dficon:hover:before {
    color: #FC4445;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }
     


/*  PADDING TOP    ==== */
.padtop-tiny        {padding-top: 5px;}
.padtop-xsmall      {padding-top: 10px;}
.padtop-small       {padding-top: 20px;}
.padtop-default     {padding-top: 25px;}
.padtop-med         {padding-top: 30px;}
.padtop-large       {padding-top: 40px;}
.padtop-xlarge      {padding-top: 50px;}
.padtop-2xlarge     {padding-top: 60px;}
.padtop-3xlarge     {padding-top: 70px;}

/*  PADDING LEFT    ==== */
.padleft-tiny      {padding-left: 5px;}
.padleft-xsmall    {padding-left: 10px;}
.padleft-small     {padding-left: 20px;}
.padleft-default   {padding-left: 25px;}
.padleft-med       {padding-left: 30px;}
.padleft-large     {padding-left: 40px;}
.padleft-xlarge    {padding-left: 50px;}
.padleft-2xlarge   {padding-left: 60px;}
.padleft-3xlarge   {padding-left: 70px;}
 
/*  PADDING BOTTOM    ==== */
.padbot-tiny       {padding-bottom: 5px;}
.padbot-xsmall     {padding-bottom: 10px;}
.padbot-small      {padding-bottom: 20px;}
.padbot-default    {padding-bottom: 25px;}
.padbot-med        {padding-bottom: 30px;}
.padbot-large      {padding-bottom: 40px;}
.padbot-xlarge     {padding-bottom: 50px;}
.padbot-2xlarge    {padding-bottom: 60px;}
.padbot-3xlarge    {padding-bottom: 70px;}

/*  PADDING RIGHT    ==== */
.padright-tiny           {padding-right: 5px;}
.padright-xsmall         {padding-right: 10px;}
.padright-snall          {padding-right: 20px;}
.padright-default        {padding-right: 25px;}
.padright-med            {padding-right: 30px;}
.padright-large          {padding-bottom: 40px;}
.padright-xlarge         {padding-bottom: 50px;}
.padright-2xlarge        {padding-bottom: 60px;}
.padright-3xlarge        {padding-bottom: 70px;}
 

.goleft {text-align: left !important;}
.goright {text-align: right !important;}
.gocenter {text-align: center !important;}

.pushleft {float: left !important}
.pushright {float: right !important}
