html {
    background-color:#002b49;
    overflow-x:hidden;
    }   

body { 
    font-family:'Gill Sans Nova W01';
    font-weight:400;
    background:#ffffff;
    height:100%;
    overflow-x:hidden;
    margin:0 auto;
    padding:0;   
    font-size:1.125em; /*1.05em*/
    color:#333333;
    }

.bgmaincolor {
    background-color:#002b49;
    }

.bgmaincoloralt, .bgaltcolor {
    background-color:#c2c4c6;
    }

.buttongroup a:first-child {padding-right:10px;}

@media only screen and (max-width : 541px) {
    p.buttoncap, p.buttongroup {margin:0;line-height:70px;}

    .buttongroup a:first-child {padding-right:0;}
    }

.center {
    text-align:center;
    }

.nonavbar {
    height:38px;
    font-family:'Gill Sans Nova W01';
    font-weight:400;
    text-align:center;
    background-color:#002b49;
    padding-top:10px;
    }

    .nonavbar a, .nonavbar a:visited {
        color:#ffffff;
        }

    .nonavbar a:hover, .nonavbar a:active {
        color:#ececec;
        }

.container {
    background-color:#ffffff;
    padding-left: 2%;
    padding-right: 2%;
    }


    .header {
        padding-top:20px;
        padding-bottom:15px;
        }

    .content {
        margin:40px 0;
        /*font-size:1.05em;*/
        line-height:1.5em;
        }

        .highlights {
            /*float:right;*/
            height:325px;
            padding-top:90px;
            }

    img { max-width:100%;}

    .breadcrumbs, .breadcrumbs span, .breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:visited {
        font-family:'Neue Helvetica eText W01';
        font-size:.875em; /*.85em;	*/
        color:#808080;
        }

    /* headings */

     h1.apptitle, legend h1 {
        font-size:44px; /*40px*/
        font-family:'Adobe Garamond W01';
        font-weight:400;
        margin-top:5%;
        }

    h1 	{
        font-family:'Adobe Garamond W01';
        font-weight:400;
        font-size:2.2222222222222223em; /*40px*/
        text-align:left;
        color:#002b49;
        padding-top:.5em;
        }

    h2 	{
        font-family:'Adobe Garamond W01';
        font-weight:400;
        font-size:1.7777777777777777em; /*32px*/
        text-align:left;
        color:#002b49;
        padding-top:1em;
        }

    h3 	{
        font-family:'Adobe Garamond W01';
        font-weight:400;
        font-size:1.5555555555555556em; /*28px*/
        text-align:left;
        color:#002b49;
        padding-top:1em;
        }

    h4 	{
        font-family:'Adobe Garamond W01';
        font-size:1.3333333333333333em; /*24px*/
        font-weight:400;
        text-align:left;
        color:#002b49;
        padding-top:1em;
        }

    h5 	{
        font-family:'Adobe Garamond W01';
        font-size:1.1111111111111112em; /*20px*/
        font-weight:400;
        text-align:left;
        color:#002b49;
        padding-top:1em;
        }

    /* page elements */

    p   {
        margin-top:1em;
        margin-bottom:1.5em;
        text-align:left;
        }

      table {
        border-collapse:collapse;
        }

    td {
       vertical-align:middle;
       padding:10px;
       line-height:1.4em;
       }

    td.50pc {
        width:50%;
        vertical-align:top;
        }

    td.topics {
        vertical-align:top;
        }

    td.spacer {
        width:30px;
       }

    td.tablehead {
        font-family:'Gill Sans Nova W01';
        background-color:#002b49;
        border:0;
        color:#ffffff;
        text-align:center;
        font-weight:400;
        padding:10px 20px;
        vertical-align:middle;
        }

    th {
        font-family:'Gill Sans Nova W01';
        background-color:#002b49;
        color:#ffffff;
        text-align:center;
        font-weight:400;
        padding:10px 20px;
        vertical-align:middle;
        }

    td.tablehead-nocenter {
        background-color:#002b49;
        color:#ffffff;
        text-align:left;
        }

    td.tablesubhead {
        font-family:'Gill Sans Nova W01';
        background-color:#014773;
        color:#ffffff;
        font-weight:400;
        vertical-align:middle;
        }

    table td:first-child {
        border-left: 0;
        }

    td.alt, tr.alt {
        background-color:#f6f6f6;
        }

    /* lists */

    ol li, li ol li {
        list-style-type:decimal;
        text-align:left;
        }

    ul li {
        list-style-type:disc;
        text-align:left;
        }

    li.sorting {
        cursor: pointer;
        list-style: none;
        text-align: left;
        background-color: #e7e7e7;
        margin: 10px;
        padding:10px;
        }

    /* links */

    a, a:visited 	{ 
        font-weight:500;
        color:#db5833;
        text-decoration:underline;
        }

    a:hover, a:active	{ 
        font-weight:500; 
        color:#e56d41; 
        text-decoration:underline;
        } 

    a.offwhite, a.offwhite:visited {
        font-weight:500;
        color:#c2c4c6;
        text-decoration:underline;
        }

    a.offwhite:hover, a.offwhite:active {
        font-weight:500; 
        color:#d4d6d7; 
        text-decoration:underline;
        }


    /* buttons */

    a.button, a.button:visited  { 
        font-family:'Gill Sans Nova W01';
        font-weight:400;
        background:#db5833;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 25px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        }

    a.button:hover, a.button:active { 
        background-color:#e56d41;
        color:#ffffff;
        text-decoration:none;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        }

    input.button {
        font-family:'Gill Sans Nova W01';
        font-size:16px;
        font-weight:400;
        background:#db5833;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 20px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        min-width: 200px;
        -webkit-appearance: none;
        }

    input.button:hover {
        background-color:#e56d41;
        color:#ffffff;
        }

    .fixed {
        width:175px;
        }

    div.inactivebutton {
        font-family:'Gill Sans Nova W01';
        font-weight:400;
        background:#d4f4eb;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 20px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        }

    a.smallbutton, a.smallbutton:visited { 
        font-family:'Gill Sans Nova W01';
        font-size:12px;
        font-weight:400;
        background:#db5833;
        border:none;
        color:#ffffff;
        padding:5px 10px;
        text-align:center;
        text-decoration:none;
        display:inline-block;    
        }

    a.smallbutton:hover, a.smallbutton:active { 
        background-color:#e56d41;
        color:#ffffff;
        text-decoration:none;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        }

    input.btnStyle {
        font-family:'Gill Sans Nova W01';
        font-size:18px;
        font-weight:400;
        background:#db5833;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 20px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        }

    input.btnStyle:hover {
        background-color:#e56d41;
        color:#ffffff;
        }

    #top { 
        bottom:20px;
        right:20px;
        padding:10px 20px;
        float:right;
        z-index: 9999;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 30px;
        background: #00385d;
        color: #ffffff;
        cursor: pointer;
        border: 0;
        border-radius: 2px;
        text-decoration: none;
        transition: opacity 0.2s ease-out;
        opacity:0;
        }

        #top:hover {
            background:#e56d41;
            }

        #top.show {
            opacity: 1;
            }

    .footer-wrapper {
        background-color:#002b49;
        }

        .footer {
            background-color:#002b49;
            color:#ffffff;
            padding-bottom:20px;
            }

            .footer h4 {
                color:#ffffff;
                }

            .footer a, .footer a:visited 	{
                font-weight:500;
                color: #ffffff;
                text-decoration:underline;
                }

            .footer a:hover, .footer a:active	{
                font-weight:500;
                color: #cccccc;
                text-decoration:underline;
                }

   /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
         .highlights {
            padding-top:0;
            }

        .emailsignup-head {
            text-align:center;
            }
        }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

        h1.apptitle {
            text-align:center;
            }

        .content, .footer, .emailsignup {
            padding-left:2%;
            padding-right:2%;
            }

        .highlights {
            text-align:center;
            float:none;
            }

        .subfooter p { 
            text-align:center;
            /*display:block;
            margin:auto;*/
            }
        
        h3.tiles {
            text-align: center;
            }
        }

    @media only screen and (max-width:1024px) {

        .hide {
            display:none;
            }

        .logo {
            display:block;
            margin:auto;
            }       

        .content {
            margin-bottom:40px;
            }

        }

    /* Print */

    @media print {
        body {
            font-family:Arial, sans-serif !important;
            text-align:center;
            margin:0;
            padding:0;
            }

        p  {
            text-align:left;
            }

        a 	{
            font-weight:600;
            color: #00407c;
            text-decoration:underline;
            }

        .container {
            width:100%;
            }

        #top, .header, .social, .navbar, #cssmenu, .highlights, .pullquote, .kdwrapper,
        #kd-thin, .emailsignup-wrapper, .footer-wrapper, .footer {
            display:none;
            }

        .jcontainer { display: block !important;}
        }

        /**************************
        * Accordion
        **************************/

        .accordion {
            margin-bottom:20px;
            background-color:#009d70;
            color:#ffffff;
            padding-right:48px;
            padding:1em;
            display:block;
            font-family:'Gill Sans Nova W01';
            font-size: 1em;
            font-weight:500;
            cursor:pointer;
            }

        .accordion:after {
            display:inline-block;
            float:right;
            font-family:FontAwesome;
            font-style:normal;
            font-weight:normal;
            /*line-height:1;*/
            -webkit-font-smoothing:antialiased;
            color:#ffffff;
            font-size:1em;
            margin-right:10px;
            right:0;
            top:23px;
            content:"\f055";
            }

        .accordion-open:after {
            content: "\f056";
            }

        .jAccordion .jcontainer {
            margin:-20px 0 20px;
            padding:0;
            }

        .jAccordion .jcontent {
            margin:0;
            padding:.9375em;
            }

        .jAccordion h3 {
            color:#0099FF;
            margin:0;
            padding:0;
            }

        .jAccordion p {
            margin-bottom:.25em;
            }

        .jAccordion a {
            font-family:'Gill Sans Nova W01';
            font-weight:400;
            }

    /* misc */

    label 	{
        width: 10em;
        float: none;
        margin:3px 0 0;
        text-align:right;
        }

    label.mainlong {
        width: 14em;
        float: left;
        text-align: right;
        margin-right: 0.5em;
        display: block;
        }

    label.long {
        width: 30em;
        float: left;
        }

    label.longest {
        width: 60em;
        text-align:left;
        float:left;
        display:block;
        margin-right: 0.5em;
        }

    label.error {
        color: #C00;
        float:none;
        padding-left: .2em;
        vertical-align: top;
        font-weight:400;
        font-variant:small-caps;
        display: none;
        }

    .mediumwhite {
        font-size: 1.5em;
        color:white;
        font-weight:300;
        }

    /* Forms */

    select, textarea, input[type="text"],input[type="password"] {
        font-weight:300;
        font-family: inherit;
        font-size: .875em;
        background-color:#f6f6f6;
        width: auto;
        }

    fieldset {
        padding:10px;
        margin-top:20px;
        }

    legend {
        font-family:'Gill Sans Nova W01';
        font-weight:500;
        font-size:1.4em;
        text-align:left;
        color:#002b49;
        }

    .submitted {
        color:#002b49;
        }

