/*
Theme Name: Division of Revenue
Theme URI: http://revenue.delaware.gov
Author: Delaware GIC - Matt Campbell, Julianne Solum
Author URI: http://gic.delaware.gov
Description: Custom WordPress theme designed exclusively for the Division of Revenue.
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_REVENUE_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)  */

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

/*==========  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-revenue-main-navigation {
z-index: 999;
}
.affix #menu-revenue-main-navigation {
position: absolute !important;
}
#menu-line {
position: absolute;
top: 0;
left: 0;
height: 3px;
background: #00627E;
-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: 'Raleway', sans-serif !important;
color: #0a4f7c !important;
font-size: 45px;
font-weight: 500;
margin-top: 10px;
}
#main_header h2, 
#main_content h2 {
font-family: 'Raleway';
font-weight: 300;
color: #1799ba !important;
margin-top:	12px;
padding-top: 12px;
font-size: 35px !important;
}
#main_content h3 {
font-family: 'Raleway', sans-serif !important;
font-size: 25px;
font-weight: 600;
color: #a2879d !important;
margin-top: 0px;
}
#main_content h4 {
font-family: 'Raleway', sans-serif !important;
font-size: 20px;
font-weight: 800;
color: #222 !important;
margin-top: 0px;
}
#main_content a, 
#main_content a:link, 
#main_content a:active, 
#main_content a:visited,
#taxServices a, 
#taxServices a:link, 
#taxServices a:active, 
#taxServices a:visited,
#latestNews a, 
#latestNews a:link, 
#latestNews a:active, 
#latestNews a:visited,
#protectionEnforce a, 
#protectionEnforce a:link, 
#protectionEnforce a:active, 
#protectionEnforce a:visited {
color: #0a4f7c;
text-decoration: none;
font-weight: bold;
}
#main_content a:hover,
#taxServices a:hover,
#latestNews a:hover,
#protectionEnforce a:hover {
color: #6e5d9c;
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: 200px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
position: relative;
padding-top: 50px;
border-bottom: 5px solid #0a4f7c;
}
#AgencyCarousel {
margin-top: 0px;
}
#AgencyCarousel .carousel-caption h2 {
font-family: 'Open Sans', sans-serif !important;
font-weight: 900;
display: inherit;
text-transform: normal;
text-align: left;
color: #fff !important;
}
#AgencyCarousel .carousel-caption p {
display: block;
font-size: 16px;
font-weight: normal;
text-align: left;
color: #fff !important;
}
#makePayment {
background-color: #d3eefe;
padding: 50px;
}
#whereRefund {
background-color: #6e5d9c;
border-top: 5px solid #a2879d;
border-bottom: 5px solid #a2879d;
padding: 40px;
color: #fff;
font-size: 20px;
}
#whereRefund h2 {
color: #fff !important;
font-family: 'Raleway', sans-serif !important;
font-size: 55px;
font-weight: 300;
}
#agencyFooter {
background-color: #f8f2ec;
color: #0a4f7c;
font-size: 15px;
line-height: 1.5em;
padding-top: 30px;
padding-bottom: 2.0em;
border-top: 3px solid #0a4f7c;
border-bottom: 10px solid #4bc1d2;
position: absolute;
bottom: 0;
width: 100%;
height: 892px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 908px;
}}
#agencyFooter a,
#agencyFooter a:link, 
#agencyFooter a:active, 
#agencyFooter a:visited {
color: #0a4f7c;
text-decoration: none
}
#agencyFooter a:hover {
color: #6e5d9c;
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 */



.revenue-logo {
width: 300px;
height: 113px;
border: none;
text-align: center;
}
h3.taxServices {
font-size: 20px !important;
}
.item {
    height: 460px;
}
.slide-one {
    background-color: #014378;
}
.slide-two {
    background-color: #6e5d9c;
}
.slide-three {
    background-color: #1799ba;
}
.agencyFooter_logo {
width: 130px;
height: 130px;
border: none;
text-align: center;
}
.emphasis {
font-weight: bold;
}
.anchors { 
margin-top: -100px;  /* Size of fixed header */
padding-bottom: 100px; 
display: block; 
}
.noshow {
display: none;
}
.red {
color:#cd0d1f;
}
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 #1799ba;
margin-bottom: 25px;
margin-top: 10px;
}
hr.homepage {
border: 0;
width: 200px;
height: 5px;
background-image: url('img/finance-hr.jpg');
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
text-align: center;
}
hr.two {
border: 1px solid #e1e1e1;
color: #e1e1e1;
width: 50px;
margin-top: 0px;
padding: auto;
margin: 0 auto;
margin-left: auto;
}
.border_none {
border: none;
}
.small-top {
font-size: 20px;
color: #fff;
line-height: 30px;
}
.interiorTitle {
color: #0a4f7c;
font-size: 25px;
font-weight: 400;
font-family: 'Raleway', sans-serif;
line-height: 1.0;
padding-top: 30px !important;
padding-bottom: 15px !important;
background-color: #f8f2ec;
border-bottom: 3px solid #0a4f7c;
}
.interior-title-wrapper {
margin-top:-20px;
background-color: #f8f2ec;
}
.jumbo {
font-size: 40px;
font-weight: 800;
}
.btn-rev {
color: white !important;
font-weight:bold;
text-decoration: none !important;
background-color: #1799ba;
border-color: #1799ba;
}
.btn-rev:hover {
color: white !important;
font-weight:bold;
text-decoration: none !important;
background-color: #10738c;
border-color: #10738c;
}
.btn-blue {
color: white !important;
font-weight:bold;
text-decoration: none !important;
background-color: #0a4f7c;
border-color: #0a4f7c;
}
.btn-blue:hover {
color: white !important;
font-weight:bold;
text-decoration: none !important;
background-color: #043b5f;
border-color: #043b5f;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 0px !important;
    border: none !important;
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
    width: 30px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 0px !important;
}
.carousel-caption {
    top: 0 !important;
    padding-top: 20px;
    padding-bottom: 30px;
    text-shadow: none !important;
}
.revenueTitle {
color: #1799ba;
font-size: 45px;
font-family: 'Raleway', sans-serif;
font-weight: 300;
line-height: 1.1;
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.news_date {
color: #6e5d9c;
border-top: 1px solid #6e5d9c;
border-bottom: 1px solid #6e5d9c;
font-size: 14px;
padding: 5px;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
padding-right: 110px;
}
.news_title, .news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
font-size: 20px;
padding-top: 8px;
padding-bottom: 8px;
font-weight: 800;
display: block;
text-align: left;
font-family: 'Raleway', sans-serif;
color: #0a4f7c;
text-decoration: none;
}
.news_title a:hover {
font-size: 20px;
padding-top: 8px;
padding-bottom: 8px;
font-weight: 800;
display: block;
text-align: left;
font-family: 'Raleway', sans-serif;
color: #6e5d9c;
text-decoration: underline;
}
.news_desc {
line-height: 1.5em;
text-align: left;
}
.news_wrapper {
padding-bottom: 40px;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 5px; /* 5px rounded corners */
}

/* On mouse-over, add a deeper shadow */
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.card-container {
padding: 2px 16px;
background-color: #fff;
}

/* Add rounded corners to the top left and the top right corner of the image */
img.card-image {
  border-radius: 5px 5px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
}

@media (min-width: 992px){.no-padding{padding:0 !important}.fullwidth{padding:100px 0}}

/* 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: 600px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
position: relative;
padding-top: 50px;
}
#AgencyCarousel .carousel-caption h2 {
font-size: 25px;
}
#AgencyCarousel .carousel-caption p {
display:none;
}
#agencyFooter {
padding-top: 2.0em;
padding-bottom: 2.0em;
height: 412px;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 420px;
}}

/* ============================= Classes ============================= */
.revenueTitle {
color: #1799ba;
font-size: 45px;
font-family: 'Raleway', sans-serif;
font-weight: 300;
line-height: 1.1;
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.carousel-caption {
margin-left: -20px;
}
.news_date {
padding-right: 190px;
}
.small-top {
font-size: 22px;
color: #fff;
line-height: 30px;
}
.item {
height: 500px;
}}

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

/* ============================= ID's ============================= */
#headerImage {
height: 500px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
position: relative;
padding-top: 50px;
}
#AgencyCarousel .carousel-caption p {
display: block;
}
#agencyFooter {
background-color: #f8f2ec;
color: #0a4f7c;
font-size: 15px;
line-height: 1.5em;
padding-top: 2.0em;
padding-bottom: 2.0em;
border-bottom: 10px solid #4bc1d2;
position: absolute;
bottom: 0;
width: 100%;
height: 325px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 330px;
}}

/* ============================= Classes ============================= */
.revenueTitle {
color: #1799ba;
font-size: 45px;
font-family: 'Raleway', sans-serif;
font-weight: 300;
line-height: 1.1;
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.carousel-caption {
margin-left: -20px;
}
.news_date {
padding-right: 60px;
}
.small-top {
font-size: 20px;
color: #fff;
line-height: 40px;
}
.item {
height: 500px;
}}

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

/* ============================= ID's ============================= */
#headerImage {
height: 500px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
position: relative;
padding-top: 50px;
}
#AgencyCarousel .carousel-caption p {
display: block;
}
#agencyFooter {
background-color: #f8f2ec;
color: #0a4f7c;
font-size: 15px;
line-height: 1.5em;
padding-top: 2.0em;
padding-bottom: 2.0em;
border-bottom: 10px solid #4bc1d2;
position: absolute;
bottom: 0;
width: 100%;
height: 325px;
z-index: 1029;
}
@-moz-document url-prefix() { 
#agencyFooter {
height: 330px;
}}

/* ============================= Classes ============================= */
.revenueTitle {
color: #1799ba;
font-size: 45px;
font-family: 'Raleway', sans-serif;
font-weight: 300;
line-height: 1.1;
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.carousel-caption {
margin-left: -50px;
}
.news_date {
padding-right: 100px;
}
.small-top {
font-size: 25px;
color: #fff;
line-height: 40px;
}
.item {
height: 500px;
}}

/* ============================= 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: #0a4f7c;
}}
@media (min-width: 875px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-44px;
opacity: 0;
font-size: 20px;
font-weight: bold;
color: #0a4f7c;
}}
@media (min-width: 1100px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-100px;
opacity: 0;
font-size: 20px;
font-weight: bold;
color: #0a4f7c;
}}
@media (min-width: 1300px) {
.menu_text {
position: absolute;
margin-left: 60px;
margin-top:	-100px;
opacity: 0;
font-size: 20px;
font-weight: bold;
color: #0a4f7c;
}}
/* ============================= END CUSTOM MEDIA QUERIES ============================= */
#public-meetings a, 
#public-meetings a:link, 
#public-meetings a:active, 
#public-meetings a:visited {
color: #feb024;
text-decoration: none;
font-weight: bold;
}
#public-meetings a:hover {
color: #00b4eb;
text-decoration: none;
font-weight: bold;
}
ul.meeting-container > li {
  list-style-type: none;
}
.meeting-container {
  text-align: center;
  padding:0px;
}
span.meeting-title {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #606060;
}
span.meeting-agency {
  display:none;
}
span.meeting-date {
  font-style: italic !important;
  color: #7e8082;
  font-weight: bold;
  font-size: 17px;
}
span.meeting-time {
  font-style: italic !important;
  color: #7e8082;
  font-weight: bold;
  font-size: 17px;
}
span.meeting-end {
  font-style: italic !important;
  color: #7e8082;
  font-weight: bold;
  font-size: 17px;
}
span.meeting-purpose {
  display:none;
}
span.meeting-address {
    color: #7e8082;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 4px;
    display:block;
}
a.map-link, 
a.map-link:link, 
a.map-link:active, 
a.map-link:visited,
a.info-link, 
a.info-link:link, 
a.info-link:active, 
a.info-link:visited {
  color: #feb024;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #feb024;
  border-radius: 30px;
  padding: 15px 35px;
}
a.info-link:hover, a.map-link:hover {
  color: #fff !important;
  background-color: #feb024;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #feb024;
  border-radius: 30px;
  padding: 15px 35px;
}
/*  =============== END OF PMC STYLESHEET  ==============*/



/*************** LICENSES SEARCH STYLES ***************/
.btn-blue {
background-color: #0a4f7c !important
color:#FFF;
font-family: 'Raleway', sans-serif !important;
font-style: italic;
}
.btn-clearAll {
background-color: #fff;
color: #275996 !important;
font-weight: bold;
}
.btn-clearAll:hover {
color:#c99c28 !important;
}
.search-wrapper .input-lg {
height:66px;
border-color:#2899d5;
border-radius:1px;
}
.filter-wrapper .input-lg {
border-color:#2899d5;
}
.search-wrapper .btn-lg {
padding:20px;
border:1px solid #2899d5;
border-radius:1px;
}
.search-wrapper .btn-lg:hover {
background-color:#f88126;
color:#FFF !important;
}
.filter-wrapper .btn-filter {
border-radius:1px;
padding-left:45px;
padding-right:45px;
}
.filter-wrapper .btn-filter:hover {
background-color:#6e5d9c;
color:#FFF !important;
}
.applied-filters {
background-color:#FFF;
padding:25px;
}
.filter-row {
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
display: flex;   
flex-wrap: wrap;
}
.label-blue {
background-color:#fcf1e8;
color:#54554b;
padding:125;
font-size:14px;
}
.label-blue .close {
float:none;
opacity:.4;
line-height:2;
}
.blue {
color:#275996;
}
.brp-cards .topicBlock {
width: 97%;
margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
border: 2px solid #e3e3e3;
background: #FFF;
overflow: hidden;
height:430px;
border-radius: 6px;
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.10);
}
.brp-cards .year-program {
background-color: #f5f5f5;
padding:20px;
margin-left:-15px;
margin-right:-15px;
font-weight:700;
color:#54564c;
text-transform:uppercase;
min-height:90px;
}
.brp-cards .name {
color:#e37222;
font-family: 'Tahoma', sans-serif !important;
font-size:20px;
margin-top:15px;
line-height:28px;
min-height:140px;
background-color:#f5f5f5;
margin-left:-15px;
margin-right:-15px;
margin-top:0px;
padding:10px;
}
.brp-cards .detail {
color:#54564c;
font-weight:600;
padding-top:15px;
}
.brp-pagination .btn {
border-radius:0;
font-weight:800;
color:#275996;
border-color:#275996;
}
.brp-pagination span.btn.btn-warning {
background-color:#275996;
color:#FFF;
}

#fromValidation {
color:#a94442;
margin-top:10px;
font-weight:bold;
}
#toValidation {
color:#a94442;
margin-top:10px;
font-weight:bold;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    .brp-cards .topicBlock {
        width:100%%;
        height:350px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{    
    .brp-cards .topicBlock {
        width:23.9%;
        height: 515px !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
    .brp-cards .topicBlock {
        width:24.1%;
        height: 465px !important;
    }
}
/*************** END of LICENSES SEARCH STYLES ***************/