/********BASIC STYLES**********/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
 }

.clear_bg{
    background: #fff;
    width: 100%;
}

.pattern_bg{
    background: url('/Portals/0/images/pattern-bg.jpg') 0 0 repeat #fff;
    width: 100%;
    padding: 80px 0 80px 0;
}

.pattern_lg{
    background: url('/Portals/0/images/pattern-lg.png') 0 0 repeat #081219;
    width: 100%;
    padding: 30px 0 0 0;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}



/********TYPOGRAPHY**********/

h1, h2, h3, h4, h5, h6, p{
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 25px 0;
}

h1{
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    color: #4ac0e1;
}

h2{
    font-weight: 300;
    font-size: 25px;
    line-height: 28px;
    color: #4b4b4b;
}

h3{
    font-weight: 400;
    font-size: 20px;
    /***color: #4b4b4b;***/
}

h4{
    font-weight: 400;
    font-size: 18px;
    color: #4b4b4b;
}

h5{
    font-weight: 400;
    font-size: 18px;
    color: #4ac0e1;
}

h6{
    font-weight: 700;
    font-size: 18px;
    color: #4ac0e1;
}

h1.web-design-heading{
    color: #fff;
}

h2.client_portal{
    color: #fff;
}

p{
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 20px 0;
    text-align: justify;
}

p.client_portal{
    color: #fff;
}

p img{
    margin: 0;
}

em{
    font-style: italic;
}

strong{
    font-weight: bold;
}

blockquote{
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 1px solid #f00;
}

blockquote, blockquote p{
    font-size: 18px;
    font-style: italic;
    color: #081219;
}

blockquote cite{
    display: block;
    font-size: 14px;
    color: #081219;
}

blockquote cite:before{
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a: visited{
    color: #081219;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}




/********LINKS**********/

a, a:visited{
    color: #4ac0e1;
    text-decoration: none;
}

a:hover, a:focus{
    color: #348ea3;
    text-decoration: underline;
}

p a, p a:visited{
    line-height: inherit;
}




/********LISTS**********/

ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%; 
}

ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p { 
    line-height: 21px;
}

ul.buttons{
    list-style: none outside;
    margin-bottom: 0px !important;
}

ul.buttons li{
    display: inline-block;
}



/********X-SMALL BUTTONS**********/

a.client_portal_btn{
    margin: 0 10px 0 0;
}

a.xsm_orange {
    background: #e97600;
    border-radius: 3px;
    border-bottom: 2px solid #c66005;
    padding: 7px 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

a.xsm_orange:hover {
    background: #bf5b00;
    border-bottom: 2px solid #934200;
}


a.xsm_blue {
    background: #4ac0e1;
    border-radius: 3px;
    border-bottom: 2px solid #40a7bf;
    padding: 7px 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

a.xsm_blue:hover {
    background: #2e8ba0;
    border-bottom: 2px solid #217893;
}


a.xsm_ltgray {
    background: #e9e9e9;
    border-radius: 3px;
    border-bottom: 2px solid #bebebe;
    padding: 7px 15px;
    color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

a.xsm_ltgray:hover {
    background: #aaaeaf;
    border-bottom: 2px solid #8e9495;
}


a.xsm_dkgray {
    background: #4b4b4b;
    border-radius: 3px;
    border-bottom: 2px solid #2b2b2b;
    padding: 7px 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

a.xsm_dkgray:hover {
    background: #373737;
    border-bottom: 2px solid #2b2b2b;
}





/********SMALL BUTTONS**********/

a.sm_orange {
    background: #e97600;
    border-radius: 3px;
    border-bottom: 2px solid #c66005;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
}

a.sm_orange:hover {
    background: #bf5b00;
    border-bottom: 2px solid #934200;
}


a.sm_blue {
    background: #4ac0e1;
    border-radius: 3px;
    border-bottom: 2px solid #40a7bf;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
}

a.sm_blue:hover {
    background: #2e8ba0;
    border-bottom: 2px solid #217893;
}


a.sm_ltgray {
    background: #e9e9e9;
    border-radius: 3px;
    border-bottom: 2px solid #bebebe;
    padding: 15px 20px;
    color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
}

a.sm_ltgray:hover {
    background: #aaaeaf;
    border-bottom: 2px solid #8e9495;
}


a.sm_dkgray {
    background: #4b4b4b;
    border-radius: 3px;
    border-bottom: 2px solid #2b2b2b;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
}

a.sm_dkgray:hover {
    background: #373737;
    border-bottom: 2px solid #2b2b2b;
}




/********MEDIUM BUTTONS**********/

a.md_orange {
    background: #e97600;
    border-radius: 3px;
    border-bottom: 2px solid #c66005;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    float: left;
}

a.md_orange:hover {
    background: #bf5b00;
    border-bottom: 2px solid #934200;
}


a.md_blue {
    background: #4ac0e1;
    border-radius: 3px;
    border-bottom: 2px solid #40a7bf;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    float: left;
}

a.md_blue:hover {
    background: #2e8ba0;
    border-bottom: 2px solid #217893;
}


a.md_ltgray {
    background: #e9e9e9;
    border-radius: 3px;
    border-bottom: 2px solid #bebebe;
    padding: 15px 20px;
    color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    float: left;
}

a.md_ltgray:hover {
    background: #aaaeaf;
    border-bottom: 2px solid #8e9495;
}


a.md_dkgray {
    background: #4b4b4b;
    border-radius: 3px;
    border-bottom: 2px solid #2b2b2b;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    float: left;
}

a.md_dkgray:hover {
    background: #373737;
    border-bottom: 2px solid #2b2b2b;
}


a.md_ghost {
    background: #4ac0e1;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}

a.md_ghost:hover {
    background: #fff;
    color: #4ac0e1;
}




/********LARGE BUTTONS**********/

a.lg_orange {
    background: #e97600;
    border-radius: 3px;
    border-bottom: 2px solid #c66005;
    padding: 15px 35px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-decoration: none;
}

a.lg_orange:hover {
    background: #bf5b00;
    border-bottom: 2px solid #934200;
}


a.lg_blue {
    background: #4ac0e1;
    border-radius: 3px;
    border-bottom: 2px solid #40a7bf;
    padding: 15px 35px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-decoration: none;
}

a.lg_blue:hover {
    background: #2e8ba0;
    border-bottom: 2px solid #217893;
}


a.lg_ltgray {
    background: #e9e9e9;
    border-radius: 3px;
    border-bottom: 2px solid #bebebe;
    padding: 15px 35px;
    color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-decoration: none;
}

a.lg_ltgray:hover {
    background: #aaaeaf;
    border-bottom: 2px solid #8e9495;
}


a.lg_dkgray {
    background: #4b4b4b;
    border-radius: 3px;
    border-bottom: 2px solid #2b2b2b;
    padding: 15px 35px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-decoration: none;
}

a.lg_dkgray:hover {
    background: #373737;
    border-bottom: 2px solid #2b2b2b;
}




/********FORM**********/

form {
    margin-bottom: 5px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

select {
    padding: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2);
}

textarea {
    min-height: 60px;
}

label, legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

select {
    width: 220px;
}

input[type="checkbox"] {
    display: inline;
}

label span, legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

html body .white-papers h2 {
    line-height: 1.5!important;
}

html body .white-papers input {
    margin-bottom: 20px!important;
}

/********MISC**********/

.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

.breadcrumb{
    background: #f9f9fb;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #4b4b4b;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}



/********ADDITIONAL STYLES**********/

.navigation_container{
    width: 100%;
    background: #1b1c1c;
}

.logo{
    float: left;
    position: relative;
    /*bottom: 5px;*/
}

/*.links{
    float: right;
    padding: 0 0 5px 0;
}*/

ul.crown{
    height: 35px;
}

ul.crown li{
    float: right;
    list-style: none;
    padding: 0 0 0 2px;
}

ul.navigation{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

ul.navigation li{
    float: left;
    list-style: none;
}

ul.navigation li a{
    color: #ebebeb;
    padding: 15px;
}

ul.navigation li a:hover{
    color: #4ac0e1;
    text-decoration: none;
    background: #4b4b4b;
}

ul.navigation li.quote{
}

ul.navigation li.quote a{
    color: #4ac0e1;
    background: #081219;
}

ul.navigation li.quote a:hover{
    background: #4b4b4b;
}

ul.secondary_navigation{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0 50px 0;
    overflow: hidden;
}

ul.secondary_navigation li{
    list-style: none;
    float: left;
    padding: 0 20px 0 0;
}

ul.secondary_navigation li a{
    color: #888888;
}

ul.secondary_navigation li a:hover, ul.secondary_navigation li a:active{
    text-decoration: none;
    border-bottom: 4px solid #4ac0e1;
    color: #4b4b4b;
}

li.secondary_active a{
    color: #4b4b4b !important;
    border-bottom: 4px solid #4ac0e1;
}

.banner{
    width: 100%;
}

.solid{
    background: #081219;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    padding: 85px 0;
}

.pattern{
    background: url('/Portals/0/images/Clarity-Pattern-BG.jpg') 50% 0 no-repeat #020508;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    padding: 85px 0;
}

.banner_copy{
    max-width: 1170px;
    margin: 20px auto 0 auto;
    padding: 0 35px;
}

.content{
    margin: 35px 0 0 0;
}

.details_container{
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow: hidden;
}

.details_subheading{
    font-size: 18px;
    color: #4ac0e1;
    padding: 20px 0 10px 20px;
}

.details_content{
    font-size: 14px;
    color: #4b4b4b;
    padding: 0 20px 30px 20px;
    text-align: justify;
}

.footer_container{
    width: 100%;
    background: #1b1c1c;
    padding: 35px 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    color: #848484;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

ul.footer_links{
    float: left;
}

ul.footer_links li{
    list-style: none;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    margin-bottom: 0px !important;
}

ul.footer_links li a{
    color: #848484;
}

.social_container{
    overflow: hidden;
    min-height: 85px;
}

.twitter_block{
    background: #4dcbff;
    padding: 10px 5px 5px 5px;
    width: 20px;
    min-height: 85px;
    text-align: center;
    float: left;
}

.social_block{
    overflow: hidden;
    border-bottom: 1px solid #4b4b4b;
}

.social_footer{
    background: #4b4b4b;
    padding: 10px 5px 5px 5px;
    width: 20px;
    min-height: 85px;
    text-align: center;
    float: right;
}

ul.social_footer {
    margin-bottom: 0px !important;
}


ul.social_footer li{
    margin-bottom: 0px !important;
    padding: 0 0 8px 0;
}

.site_info{
    font-family: 'Open Sans', sans-serif;
    color: #848484;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    padding: 10px 0 0 0;
}