/*
Theme Name: Delaware Corporate Law
Theme URI: https://corplaw.delaware.gov
Author: Delaware GIC - Matt Campbell & Julianne Solum
Author URI: https://gic.delaware.gov
Description: Custom WordPress theme designed exclusively for Delaware Corporate Law.
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_CORPLAW_theme
*/

/* ############################################################################################## */

/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S  */
/*  State of Delaware - CLF4 2016  */
/*  Developed by the GIC (Matt Campbell & Julianne Solum)  */

/* ############################################################################################## */

@font-face {
    font-family: 'museo_sans100_italic';
    src: url('fonts/museosans_100_italic-webfont.woff2') format('woff2'),
         url('fonts/museosans_100_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans100';
    src: url('fonts/museosans_100-webfont.woff2') format('woff2'),
         url('fonts/museosans_100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans300_italic';
    src: url('fonts/museosans_300_italic-webfont.woff2') format('woff2'),
         url('fonts/museosans_300_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans300';
    src: url('fonts/museosans_300-webfont.woff2') format('woff2'),
         url('fonts/museosans_300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans500_italic';
    src: url('fonts/museosans_500_italic-webfont.woff2') format('woff2'),
         url('fonts/museosans_500_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans500';
    src: url('fonts/museosans_500-webfont.woff2') format('woff2'),
         url('fonts/museosans_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans700_italic';
    src: url('fonts/museosans_700_italic-webfont.woff2') format('woff2'),
         url('fonts/museosans_700_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*==========  Bootstrap 3 Mobile First Method CSS  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

/* ============================= ELEMENTS ============================= */
html {
-webkit-font-smoothing: antialiased !important;
position: relative;
min-height: 100%;
}
body {
width: 100%;
min-height: 100%;
font-family: 'Open Sans', sans-serif !important;
font-weight: 400 !important;
font-size: 16px !important;
-webkit-font-smoothing: antialiased !important;
padding-bottom: 980px;
}
/* ============================= ID's ============================= */

/* BOOTSTRAP NAV-WALKER COMPENSATORY CSS  */
/* ID OF BELOW SELECTOR WILL CHANGE BASED ON WEBSITE */
#menu-corplaw-main-navigation {
z-index: 999;
}
.affix #menu-corplaw-main-navigation {
position: absolute !important;
}
#menu-line {
position: absolute;
top: 0;
left: 0;
height: 3px;
background: #3da8de;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
#main_header h1, 
#main_content h1 {
font-family: 'museo_sans100', sans-serif !important;
color: #176084 !important;
font-size: 45px;
margin-top: 10px;
}
#main_header h2, 
#main_content h2 {
font-family: 'museo_sans100';
color: #222 !important;
margin-top:	12px;
padding-top: 12px;
font-size: 24px;
}
#main_content h3 {
font-family: 'museo_sans100', sans-serif !important;
font-size: 30px;
color: #222 !important;
margin-top: 0px;
}
#main_content a, 
#main_content a:link, 
#main_content a:active, 
#main_content a:visited {
color: #056d9f;
text-decoration: none;
font-weight: bold;
}
#main_content a:hover {
color: #FFB800;
text-decoration: underline;
font-weight: bold;
}
#main_content ul, 
#main_content ol {
font-size: 0.9em;
line-height: 2.1em;
margin-top: 1.0em;
margin-bottom: 1.0em
}
#loading1 {
margin-left: auto;
margin-right: auto;
width: 100px
}
#loading2 {
margin-left: auto;
margin-right: auto;
width: 100px
}
#headerImage {
height: 700px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
border-bottom: 5px solid #3da8de;
margin-top: -20px;
position: relative;
padding-top: 100px;
}
#corplawReasons {
background-color: #176084;
border: 1px solid #e5e5e5;
color: #fff !important;
font-family: 'museo_sans100';
padding: 35px;
}
#corplawReasons h1 {
color: #fff !important;
}
#corplawReasons p {
color: #fff !important;
}
#corplawReasons a, 
#corplawReasons a:link, 
#corplawReasons a:active, 
#corplawReasons a:visited {
color: #fff;
text-decoration: none;
font-weight: bold;
}
#corplawReasons a:hover {
color: #FFB800;
text-decoration: underline;
font-weight: bold;
}
#languagesModal {
z-index: 100000;
}
#agencyFooter {
background-color: #176084;
color: #fff;
font-size: 15px;
line-height: 1.5em;
padding-top: 30px;
padding-bottom: 2.0em;
border-bottom: 10px solid #245194;
position: absolute;
bottom: 0;
width: 100%;
height: 322px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 322px;
}}
#agencyFooter a,
#agencyFooter a:link, 
#agencyFooter a:active, 
#agencyFooter a:visited {
color: #fff;
text-decoration: none
}
#agencyFooter a:hover {
color: #fff;
text-decoration: underline
}
#agencyFooter ul {
list-style-type: none;
margin-left: -38px;
}
/* ============================= Classes ============================= */


/* WordPress Core CSS */
.alignnone {
margin: 5px 20px 20px 0
}
.aligncenter, 
div.aligncenter {
display: block;
margin: 5px auto 5px auto
}
.alignright {
float:right;
margin: 5px 0 20px 20px
}
.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px
}
a img.alignnone {
margin: 5px 20px 20px 0
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0
}
.wp-caption.alignright {
margin: 5px 0 20px 20px
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000 /* Above WP toolbar */
}
img.alignright { 
float: right;
margin: 0 0 1em 1em
}
img.alignleft { 
float: left;
margin: 0 1em 1em 0
}
img.aligncenter { 
display: block; 
margin-left: auto;
margin-right: auto
}
.alignright { 
float: right
}
.alignleft { 
float: left
}
.aligncenter { 
display: block; 
margin-left: auto; 
margin-right: auto
}
/* End WP Core Classes */


.agencyFooter_logo {
width: 90px;
height: 90px;
border: none;
text-align: center;
}
.reasonsImage {
width: 200px;
height: 200px;
text-align: center;
}
hr.clf {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-image: none;
border: 1px solid #5c6770;
margin-bottom: 25px;
margin-top: 10px
}
hr.gray {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-image: none;
border: 1px solid #e9eae5;
margin-bottom: 20px;
margin-top: 20px
}
.border_none {
border: none;
}
.button-link a, .button-link a:link, .button-link a:active, .button-link a:visited {
color: #fff !important;
text-decoration: none;
font-weight: none;
}
.button-link a:hover {
color: #fff !important;
text-decoration: underline;
font-weight: none;
}
.corplawTitle {
color: #fff;
font-size: 60px;
font-family: 'museo_sans100', sans-serif;
line-height: 1.0;
padding-top: 20px !important;
padding-bottom: 15px !important;
}
.otherTitle {
color: #fff;
font-size: 60px;
font-family: 'museo_sans100', sans-serif;
line-height: 1.0;
padding-top: 20px !important;
padding-bottom: 15px !important;
}
.blue-color {
color: #3da8de;
}
.globe-icon {
margin-top: 50px;
}
.small-top {
font-size: 18px;
color: #fff;
padding: 0px;
line-height: 30px;
}
.interiorTitle {
color: #fff;
font-size: 25px;
font-family: 'museo_sans100', sans-serif;
line-height: 1.0;
padding-top: 30px !important;
padding-bottom: 15px !important;
background-color: #3da8de;
}
.interior-title-wrapper {
margin-top:-20px;
background-color: #3da8de;
}
.jumbo {
font-size: 45px;
}
.modal-title {
font-family: 'museo_sans500';
color: #3da8de !important;
font-size: 25px;
}
.modal-backdrop {
z-index: 3040;
}
.bottom-pic {
margin-bottom: -200px;
}
@-moz-document url-prefix() { 
.bottom-pic {
margin-bottom: -200px;
}}}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */

/* ============================= Classes ============================= */

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */
#headerImage {
height: 700px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
margin-top: -20px;
position: relative;
padding-top: 100px;
}
#main_header h2, 
#main_content h2 {
font-family: 'museo_sans100';
color: #222 !important;
margin-top:	12px;
padding-top: 0px;
font-size: 20px;
}
#agencyFooter {
padding-top: 2.0em;
padding-bottom: 2.0em;
height: 160px;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 160px;
}}

/* ============================= Classes ============================= */
.corplawTitle {
color: #fff;
font-size: 60px;
font-family: 'museo_sans100', sans-serif;
line-height: 0.9;
padding-top: 300px !important;
padding-bottom: 15px !important;
}
.otherTitle {
color: #fff;
font-size: 60px;
font-family: 'museo_sans100', sans-serif;
line-height: 0.9;
padding-top: 300px !important;
padding-bottom: 15px !important;
}
.globe-icon {
margin-top: 50px;
}
.small-top {
font-size: 18px;
color: #fff;
padding: 0px;
line-height: 30px;
}
.bottom-pic {
margin-bottom: -165px;
}
@-moz-document url-prefix() { 
.bottom-pic {
margin-bottom: -165px;
}}}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */
#headerImage {
height: 700px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
margin-top: -20px;
position: relative;
padding-top: 80px;
}
#main_header h2, 
#main_content h2 {
font-family: 'museo_sans100';
color: #222 !important;
margin-top:	12px;
padding-top: 0px;
font-size: 24px;
}
#employment {
background-color: #fcfcfc;
border: 1px solid #e5e5e5;
color: #222;
font-size: 28px;
font-family: 'museo_sans100';
padding: 34px;
}
#agencyFooter {
background-color: #176084;
color: #fff;
font-size: 15px;
line-height: 1.5em;
padding-top: 2.0em;
padding-bottom: 2.0em;
border-bottom: 10px solid #245194;
position: absolute;
bottom: 0;
width: 100%;
height: 160px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 160px;
}}

/* ============================= Classes ============================= */
.corplawTitle {
color: #fff;
font-size: 76px;
font-family: 'museo_sans100', sans-serif;
line-height: 0.9;
padding-top: 300px !important;
padding-bottom: 15px !important;
}
.otherTitle {
color: #fff;
font-size: 76px;
font-family: 'museo_sans100', sans-serif;
line-height: 0.9;
padding-top: 300px !important;
padding-bottom: 15px !important;
}
.globe-icon {
margin-top: -100px;
}
.small-top {
font-size: 21px;
color: #fff;
padding: 0px;
line-height: 40px;
}
.bottom-pic {
margin-bottom: -116px;
}
@-moz-document url-prefix() { 
.bottom-pic {
margin-bottom: -116px;
}}}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
/* ============================= ELEMENTS ============================= */

/* ============================= ID's ============================= */
#headerImage {
height: 650px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
margin-top: -20px;
position: relative;
padding-top: 100px;
}
#main_header h2, 
#main_content h2 {
font-family: 'museo_sans100';
color: #222 !important;
margin-top:	12px;
padding-top: 0px;
font-size: 24px;
}
#agencyFooter {
background-color: #176084;
color: #fff;
font-size: 15px;
line-height: 1.5em;
padding-top: 2.0em;
padding-bottom: 2.0em;
border-bottom: 10px solid #245194;
position: absolute;
bottom: 0;
width: 100%;
height: 160px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 160px;
}}

/* ============================= Classes ============================= */
.corplawTitle {
color: #fff;
font-size: 90px;
font-family: 'museo_sans100', sans-serif;
line-height: 0.9;
padding-top: 300px !important;
padding-bottom: 15px !important;
}
.otherTitle {
color: #fff;
font-size: 80px;
font-family: 'museo_sans100', sans-serif;
line-height: 0.9;
padding-top: 300px !important;
padding-bottom: 15px !important;
}
.globe-icon {
margin-top: -150px;
}
.small-top {
font-size: 20px;
color: #fff;
padding: 40px;
line-height: 40px;
}
.bottom-pic {
margin-bottom: -116px;
}
@-moz-document url-prefix() { 
.bottom-pic {
margin-bottom: -116px;
}}}

/* ============================= CUSTOM MEDIA QUERIES ============================= */

@media (max-width: 874px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-44px;
opacity: 1;
font-size: 20px;
font-weight: bold;
color: #3da8de;
}}
@media (min-width: 875px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-44px;
opacity: 0;
font-size: 20px;
font-weight: bold;
color: #3da8de;
}}
@media (min-width: 1100px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-100px;
opacity: 0;
font-size: 20px;
font-weight: bold;
color: #3da8de;
}}
@media (min-width: 1300px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-100px;
opacity: 0;
font-size: 20px;
font-weight: bold;
color: #3da8de;
}}
/* ============================= END CUSTOM MEDIA QUERIES ============================= */

/* Bootstrap overrides for color contrast accessibility */
.label-success {
background-color: #477C41;
}