/*
Theme Name: Delaware Business First Steps
Theme URI: https://firststeps.delaware.gov
Author: Delaware GIC - Matt Campbell & Julianne Solum
Author URI: https://gic.delaware.gov
Description: Custom WordPress theme designed exclusively for Business First Steps
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_FIRSTSTEPS_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: 945px;
    }
    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: 2px solid #1a8fc5;
        margin-bottom: 20px;
        /*margin-top: -8px*/
    }
	ul.check-feedback
	{
	    list-style: none;
	}
	.noshow
	{
		display:none;
	}
    /* ============================= ID's ============================= */
    /* BOOTSTRAP NAV-WALKER COMPENSATORY CSS  */
    /* ID OF BELOW SELECTOR WILL CHANGE BASED ON WEBSITE */
    #menu-first-steps-main-navigation {
        z-index: 999;
    }
    .affix #menu-first-steps-main-navigation {
        position: absolute !important;
    }
    #menu-line {
        position: absolute;
        top: 0;
        left: 0;
        height: 3px;
        background: #147bb1;
        -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
    }
    #fs-wrapper {
        border-top:3px solid #4e9fba!important;
    }
    #main_header h1, #main_content h1 {
        font-family: 'Source Sans Pro';
        color: #147bb1;
        font-size: 50px;
        font-weight: 300;
    }
    #main_header h1, #main_content .idea_wrapper h1 {
        font-family: 'Source Sans Pro';
        color: #147bb1;
        font-size: 40px;
        margin-top:45px;
        font-weight: 400;
    }
    #main_header h2, #main_content h2 {
        font-family: 'Open Sans Condensed', sans-serif; 
        color: #0c4b6c;
        margin-top: 0px;
        font-size: 36px;
    }
    
    a:link {word-wrap:break-word;}
    
/** IDEA **/
    #main_content h2.idea {
    font-family:                'Open Sans Condensed', sans-serif !important;
    font-weight:                500;
    color:                      #72a32e !important;
    margin-top:                 0px;
}
   #main_content h2.idea a:link, #main_content h2.idea a:visited {
	color:						#72a32e !important;
	text-decoration:			none;
}
#main_content h2.idea a:hover {
	color:						#9bc152 !important;
	text-decoration:			underline;
}

/** PLAN **/
#main_content h2.plan {
    font-family:                'Open Sans Condensed', sans-serif !important;
    font-weight:                500;
    color:                      #cc8519 !important;
    margin-top:                 0px;
}

#main_content h2.plan a:link, #main_content h2.plan a:visited {
	color:						#cc8519 !important;
	text-decoration:			none;
}

#main_content h2.plan a:hover {
	color:						#d59237 !important;
	text-decoration:			underline;
}

/** IDEA **/
    #main_content h2.license {
    font-family:                'Open Sans Condensed', sans-serif !important;
    font-weight:                500;
    color:                      #d55d95 !important;
    margin-top:                 0px;
}

#main_content h2.license a:link, #main_content h2.license a:visited {
	color:						#d55d95 !important;
	text-decoration:			none;
}

#main_content h2.license a:hover {
	color:						#ac5987 !important;
	text-decoration:			underline;
}

/** OPEN **/

#main_content h2.open {
    font-family:                'Open Sans Condensed', sans-serif !important;
    font-weight:                500;
    color:                      #0091d4 !important;
    margin-top:                 0px;
}

#main_content h2.open a:link, #main_content h2.open a:visited {
	color:						#0091d4 !important;
	text-decoration:			none;
}

#main_content  h2.open a:hover {
	color:						#01708e !important;
	text-decoration:			underline;
}

    
    
    #main_content a, #main_content a:link, #main_content a:active, #main_content a:visited {
        color: #337ab7;
        text-decoration: none;
        font-weight: none;
    }
    #main_content a:hover {
        color: #00557d;
        text-decoration: underline;
        font-weight: none;
    }
    #main_content ul, #main_content ol, #news_block ul, #news_block ol {
        font-size: 1em;
        line-height: 2.1em;
        margin-top: 1.0em;
        margin-bottom: 1.0em
    }
    #loading1 {
        margin-left: auto;
        margin-right: auto;
        width: 100px
    }
    #agencyFooter {
		background-color: #147bb1;
        color: #fff;
        font-size: 15px;
        line-height: 1.5em;
        padding-top: 12.5em;
        padding-bottom: 2.0em;
        border-top: 10px solid #245194;
        border-bottom: 10px solid #245194;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 675px;
        z-index: 1029;
    }
    @-moz-document url-prefix() {
        #agencyFooter {
            height: 509px;
        }
    }
    #agencyFooter ul {
        list-style-type: none;
        /*margin-left: -45px;*/
    }
    #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 h2 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        color: #f4f088 !important;
        margin-top: -5px;
        margin-bottom: -10px;
        font-size: 20px;
    }
    #interiorTitleWrapper {
        min-height:120px;
    }
    #headerImage {
        height: 400px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        margin-top: -20px;
    }
    #featureHero {
        height: 500px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 60%;
        margin-top: -30px;
        position: relative;
    }
    #homeIconsWrapper {
      
        width: 100%;
        padding-top: 65px;
        min-height:300px;
        color: white;
    }
    /*#homeIconsWrapper h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 26px;
        line-height:48px;
        margin-top:25px;
        color: white;
    }*/

    #homeIconsWrapper h2 a:hover {
        color:#e7e7e7 !important;
        text-decoration:none;
    }
    #homeIconsWrapper p {
        line-height:28px;
    }
    #servicesWrapper h2 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 36px;
        line-height:48px;
        color: #0c4b6c;
    }
	#feedback-button-area {
    	position: relative;
		z-index: 7;
		
		padding: 40px;
		
		background: #fff;

    	/* Set a specific height */
    	height: auto;

    	margin-bottom: -20px;
    }
    #feedback {
		position: relative;
		z-index: 7;
		
		padding: 40px;
		
		background: #eff0f2;

    	/* Set a specific height */
    	height: auto;
    	
    	border-top: 10px solid #245194;
    	
    	margin-top: 0px;
    }
	#feedback h2 {
    	font-size: 36px;
    	font-weight: 400;
    }
	#feedback h3 {
    	font-weight: 400;
    	color: #222;
    	font-family: 'Open Sans', sans-serif !important;
    	font-size: 26px !important;
    }

    /* ============================= 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 */
     .btn-info {
        color:white !important;		
		background-color:#337ab7;
		border-color: #337ab7;
     }
    .agencyFooter_logo {
        width: 100px;
        height: 100px;
        border: none;
        text-align: center;
    }
    .main-header-wrapper {
       height:275px;
    }
    h1.mainTitle {
        color: #4e9fba !important;
        font-size: 50px !important;
        font-family: 'Open Sans Condensed', sans-serif !important;
        font-weight: 400 !important;
        line-height: 1.2;
        margin-top:45px;
    }
    h1.interiorTitle {
        color: #21755d !important;
        font-size: 28px !important;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 400 !important;
        line-height: 1.2;
    }
    span.light {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }
    h1.mainTitle .thinFont {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 28px;
        color: #535353;
        font-weight: 200;
    }
    h1.mainTitle .office-of {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 18px;
        color: #21755d;
        font-weight: 300;
    }
    h1.interiorTitle .office-of {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 18px;
        color: #21755d;
        font-weight: 300;
    }
    h1.interiorTitle .thinFont {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 45px;
        color: #21755d;
        font-weight: 400;
    }
    .thinFont {
        color: #295498;
        font-size: 35px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }
    .tagline {
        color:#626262;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size:16px;
        font-weight:400;
    }
	.btn-success {
		color: white !important;
		background-color: #2c882c !important;
		text-decoration: none !important;
	}
	.popSearches {
		line-height: 2.8;
	}
 	.industryTitle {
        font-family: 'Open Sans Condensed', sans-serif !important;
        font-weight: 500;
        color: #147bb1;
        font-size: 40px;
	}
	/*-- CARRIED FROM NOTARY???
	.fa-xl {
       font-size:120px !important;
    }
    .fa-grey {
       color:#838383;
    }
	  
	.hr-pink {
       border:2px solid #90c1da !important;
       margin-top:5px !important;
       margin-bottom:5px !important;
    }
    .hr-short {
       width:10%;
       border:2px solid #295498 !important;
       margin-top:1px !important;
    }
    .services {
       padding-top:45px;
       padding-bottom:65px;
    }
    .services ul li {
       font-size:24px;
       list-style-type:none;
       margin-bottom:45px;
    }
    .services ul li a {
       color:#295498 !important;
       text-decoration:none !important;
    }
    .services ul li a:hover {
       color:#484848 !important;
       text-decoration:none !important;
    }
    .impressive {
        font-weight: 600;
    }
    .panel-title {
        font-family: 'Source Sans Pro', sans-serif;
        font-size:18px !important;
    }
    h2.message-failure {
        color: #861600 !important;
        text-align: center;
    }
    h2.message-success {
        color: #32502b !important;
        text-align: center;
		
    }*/
	     .idea-green {
     color: #72a32e; /* Change the color */
     /*margin-left:-25px;*/
     }
	 
	h1.license {
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #d55d95 !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	h1.plan {
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #cc8519 !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	h1.idea{
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #72a32e !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	h1.open{
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #0091d4 !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	
}
/* ======================  BEGINNING of First State Custom Styles   ======================  */

    .idea-wrapper {
       /*border:4px solid #72a32e !important;*/
	   border-top:3px solid #72a32e !important;
       padding:35px;
     }
     .idea-wrapper ul {
        list-style: none; /* Remove default bullets */
     }

     .idea-wrapper ul li::before {
        content: "\25CF";
        color: #72a32e; /* Change the color */
        font-weight: bold; 
        display: inline-block; 
        width: 1em; 
		;
        /*margin-left: -1em;*/
     }
	 


 /* -- IGNORE  THIS SEGMENT OF CODE --
.popSearches {
    line-height: 3.0em;
}
   p {
    margin: 0 0 10px;
}
* {
    margin: 0;
    padding: 0;
}*/

img.fs-icon {
    width: 180px;
    height: 180px;
	margin: 0;
    padding: 0;
}


/* ====  Custom Template Pages for First Steps to Opening a Business ====  */
/* --- Write Your Business Plan ---- */
.plan-wrapper {
       border-top:4px solid #cc8519 !important;
       padding:35px;
}
.plan-wrapper ul {
        list-style: none;/* Remove default bullets */	
		
}
.plan-wrapper  ul li::before {
        /*content: "\2022";*/
		content: "\25CF";
        color: #cc8519; /* Change the color */
        font-weight: bold; 
        display: inline-block; 
        width: 1em; 
        margin-left: -1em;
}
.plan-gold {
     color: #cc8519; /* Change the color */
     margin-left: -25px;
}

/* --- Get Your Business License ---- */
.license-wrapper {
       border-top:4px solid #d55d95 !important;
       padding: 35px;
}
.license-wrapper ol ul {
        list-style: none; /* Remove default bullets */
}
.license-wrapper ul li::before {
        content: "\25CF";
        color: #d55d95 !important; /* Change the color */
        font-weight: bold; 
        display: inline-block; 
        width: 1em; 
        margin-left: -1em;
}

.license-fuchsia {
     color: #d55d95; 
     margin-left: -25px;
}/* Change the color */
/* --- Open Your Business ---- */
.open-wrapper {
       border-top:4px solid #0091d4 !important;
       padding: 35px;
}
.open-wrapper ul {
        list-style: none; 
		
}/* Remove default bullets */
.open-wrapper  ul li::before {
        /*content: "\2022";*/
		content: "\25CF";
        color: #0091d4 !important; /* Change the color */
        font-weight: bold; 
        display: inline-block; 
        width: 1em; 
        margin-left: -1em;
}
.open-blue {
     color: #0091d4; /* Change the color */
     margin-left: -25px;
}
/* ======================  END of First Steps Items Styles   ======================  */


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    /* ============================= ELEMENTS ============================= */
    .thinFont {
        color: #295498;
        font-size: 40px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }
    /* ============================= ID's ============================= */
    #headerImage {
        background-position: 50%;
        height: 900px;
    }



/* ============================= Classes ============================= */
	 
	h1.license {
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #d55d95 !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	h1.plan {
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #cc8519 !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	h1.idea{
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #72a32e !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	h1.open{
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #0091d4 !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	.btn-de-feedback
	{
        text-align: center;
        font-size: 24px;
        color: #fff !important;
        background-color: #245194;
        background-image: none;
        border-color: #245194;
        border-radius: 0px;
        width: 300px;
        padding: 30px;
        cursor: pointer;
    }
    .btn-de-feedback:hover
    {
        text-align: center;
        font-size: 24px;
        color: #fff !important;
        background-color: #245194;
        background-image: none;
        border-color: #245194;
        border-radius: 0px;
        width: 300px;
        padding: 30px;
        cursor: pointer;
    }
}




/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    /* ============================= ELEMENTS ============================= */
    /* ============================= ID's ============================= */
    #agencyFooter {
		background-color: #147bb1;
        color: #fff;
        font-size: 15px;
        line-height: 1.5em;
        padding-top: 5.7em;
        padding-bottom: 2.0em;
        border-bottom: 10px solid #245194;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 300px;
        z-index: 1029;
    }
    @-moz-document url-prefix() {
        #agencyFooter {
            height: 300px;
        }
    }
    #headerImage {
        background-position: 50%;
        height: 900px;
    }
    #featureHero {
        height: 700px;
    }
    /* ============================= Classes ============================= */
    .main-header-wrapper {
       height:200px;
    }
    h1.mainTitle {
        color: #4e9fba!important;
        font-size: 70px !important;
        font-family: 'Open Sans Condensed', sans-serif !important;
        font-weight: 400 !important;
        line-height: 1.2;
        margin-top:45px;
    }
    .tagline {
      font-size:20px;
    }
    .news_wrapper {
        text-align: center !important;
    }
    .thinFont {
        color: #295498;
        font-size: 60px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }
	.btn-de-feedback
	{
        text-align: center;
        font-size: 24px;
        color: #fff !important;
        background-color: #245194;
        background-image: none;
        border-color: #245194;
        border-radius: 0px;
        width: 300px;
        padding: 30px;
        cursor: pointer;
    }
    .btn-de-feedback:hover
    {
        text-align: center;
        font-size: 24px;
        color: #fff !important;
        background-color: #245194;
        background-image: none;
        border-color: #245194;
        border-radius: 0px;
        width: 300px;
        padding: 30px;
        cursor: pointer;
    }
	
	
}




/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    /* ============================= ELEMENTS ============================= */
    /* ============================= ID's ============================= */
    #agencyFooter {
		background-color: #147bb1;
        color: #fff;
        font-size: 15px;
        line-height: 1.5em;
        padding-top: 3.7em;
        padding-bottom: 2.0em;
        border-bottom: 10px solid #245194;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 250px;
        z-index: 1029;
    }
    @-moz-document url-prefix() {
        #agencyFooter {
            height: 250px
        }
    }
    #headerImage {
        height: 900px;
    }
    #featureHero {
        height: 800px;
    }
    /* ============================= Classes ============================= */
    .main-header-wrapper {
       height:250px;
    }
    h1.mainTitle {
        color: #4e9fba!important;
        font-size: 70px !important;
        font-family: 'Open Sans Condensed', sans-serif !important;
        font-weight: 400 !important;
        line-height: 1.2;
        margin-top:45px;
    }
    h1.mainTitle .office-of {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 45px;
        color: #21755d;
        font-weight: 300;
    }
    h1.interiorTitle {
        color: #21755d !important;
        font-size: 60px !important;
        font-family: 'Open Sans Condensed', sans-serif !important;
        font-weight: 400 !important;
        line-height: 1.2;
    }
    h1.interiorTitle .office-of {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 45px;
        color: #21755d;
        font-weight: 300;
    }
    .tagline {
        color:#626262;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size:18px;
        font-weight:400;
    }
   .agency-seal {
        width: 155px;
        height: 155px;
        margin-top:35px;
    }
    .news_wrapper {
        text-align: left !important;
    }
    .thinFont {
        color: #295498;
        font-size: 60px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }
	.btn-de-feedback
	{
        text-align: center;
        font-size: 24px;
        color: #fff !important;
        background-color: #245194;
        background-image: none;
        border-color: #245194;
        border-radius: 0px;
        width: 300px;
        padding: 30px;
        cursor: pointer;
    }
    .btn-de-feedback:hover
    {
        text-align: center;
        font-size: 24px;
        color: #fff !important;
        background-color: #245194;
        background-image: none;
        border-color: #245194;
        border-radius: 0px;
        width: 300px;
        padding: 30px;
        cursor: pointer;
    }
}




/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    /* ============================= ELEMENTS ============================= */
    /* ============================= ID's ============================= */
    #featureHero {
        background-position: 0% 50%;
        height: 800px;
    }
    #interiorTitleWrapper .agency-seal {
        width: 185px;
        height: 185px;
        margin-top:25px;
    }
    #agencyFooter {
		background-color: #147bb1;
        color: #fff;
        font-size: 15px;
        line-height: 1.5em;
        padding-top: 3.7em;
        padding-bottom: 2.0em;
        border-bottom: 10px solid #245194;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 250px;
        z-index: 1029;
    }
    @-moz-document url-prefix() {
        #agencyFooter {
            height: 250px;
        }
    }
    /* ============================= Classes ============================= */
    .main-header-wrapper {
       height:320px;
    }
    .seal-text-wrapper {
    margin-top:25px;
    }
    h1.mainTitle {
        color: #4e9fba!important;
        font-size: 82px !important;
        font-family: 'Open Sans Condensed', sans-serif !important;
        font-weight: 400 !important;
        line-height: 1.2;
    }
    h1.mainTitle .office-of {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 45px;
        color: #21755d;
        font-weight: 300;
    }
    h1.interiorTitle {
        color: #21755d !important;
        font-size: 60px !important;
        font-family: 'Open Sans Condensed', sans-serif !important;
        font-weight: 400 !important;
        line-height: 1.2;
    }
    h1.interiorTitle .office-of {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 45px;
        color: #21755d;
        font-weight: 300;
    }
    .mainTitle {
       margin-top: 65px;
    }
    .tagline {
        color:#626262;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size:20px;
        font-weight:400;
    }
    .agency-seal {
        width: 215px;
        height: 215px;
        margin-top:35px;
    }
    .news_wrapper {
        text-align: left !important;
    }
    .thinFont {
        color: #295498;
        font-size: 60px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }
		h1.license {
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #d55d95 !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	h1.plan {
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #cc8519 !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	h1.idea{
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #72a32e !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	h1.open{
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight: 500;
		color: #0091d4 !important;
		margin-top: 0px;
		font-size: 65px !important;
	}
	
	.btn-de-feedback
	{
        text-align: center;
        font-size: 24px;
        color: #fff !important;
        background-color: #245194;
        background-image: none;
        border-color: #245194;
        border-radius: 0px;
        width: 300px;
        padding: 30px;
        cursor: pointer;
    }
    .btn-de-feedback:hover
    {
        text-align: center;
        font-size: 24px;
        color: #fff !important;
        background-color: #245194;
        background-image: none;
        border-color: #245194;
        border-radius: 0px;
        width: 300px;
        padding: 30px;
        cursor: pointer;
    }
	
}




/* ============================= 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: #147bb1;
    }
}

@media (min-width: 875px) {
    .menu_text {
        position: absolute;
        margin-left: 60px;
        margin-top: -44px;
        opacity: 0;
        font-size: 20px;
        font-weight: bold;
        color: #147bb1;
    }
}

@media (min-width: 1100px) {
    .menu_text {
        position: absolute;
        margin-left: 60px;
        margin-top: -100px;
        opacity: 0;
        font-size: 20px;
        font-weight: bold;
        color: #147bb1;
    }
}

@media (min-width: 1300px) {
    .menu_text {
        position: absolute;
        margin-left: 60px;
        margin-top: -100px;
        opacity: 0;
        font-size: 20px;
        font-weight: bold;
        color: #147bb1;
    }
}


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



/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
.btn-fs-search {
    background-color:           #6bc4e2;
    border-color:               #259dc6;
    color:                      #FFFFFF;
    height:                     100px;
    margin-top:                 10px;
    width:                      100%;
    -webkit-transition:         all 0.5s ease-in-out;
    -moz-transition:            all 0.5s ease-in-out;
    -o-transition:              all 0.5s ease-in-out;
    transition:                 all 0.5s ease-in-out;
}}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.btn-fs-search {
    background-color:           #6bc4e2;
    border-color:               #259dc6;
    color:                      #FFFFFF;
    height:                     100px;
    margin-top:                 10px;
    width:                      100%;
    -webkit-transition:         all 0.5s ease-in-out;
    -moz-transition:            all 0.5s ease-in-out;
    -o-transition:              all 0.5s ease-in-out;
    transition:                 all 0.5s ease-in-out;
}}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.btn-fs-search {
    background-color:           #6bc4e2;
    border-color:               #259dc6;
    color:                      #FFFFFF;
    height:                     100px;
    margin-top:                 10px;
    width:                      100px;
    -webkit-transition:         all 0.5s ease-in-out;
    -moz-transition:            all 0.5s ease-in-out;
    -o-transition:              all 0.5s ease-in-out;
    transition:                 all 0.5s ease-in-out;
}}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.btn-fs-search {
    background-color:           #6bc4e2;
    border-color:               #259dc6;
    color:                      #FFFFFF;
    height:                     100px;
    margin-top:                 10px;
    width:                      100px;
    -webkit-transition:         all 0.5s ease-in-out;
    -moz-transition:            all 0.5s ease-in-out;
    -o-transition:              all 0.5s ease-in-out;
    transition:                 all 0.5s ease-in-out;
}}

.btn-fs-search:hover, .btn-fs-search:focus {
    color: #259dc6 !important;
    text-decoration:none !important;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
.form-fs-search {
    background-color:           #FFFFFF;
    background-image:           none;
    border:                     8px solid #90c1da;
    border-radius:              8px 8px 8px 8px;
    box-shadow:                 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color:                      #555555;
    display:                    block;
    font-size:                  35px;
    height:                     100px;
    line-height:                1.42857;
    margin-top:                 10px;
    margin-left:                auto;
    margin-right:               auto;
    padding:                    6px 25px;
    transition: border-color    0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align:             middle;
    width:                      100%;
    transition:                 all 0.5s linear 0s;
    -o-transition:              all 0.5s linear 0s;
    -moz-transition:            all 0.5s linear 0s;
    -webkit-transition:         all 0.5s linear 0s;
    }}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.form-fs-search {
    background-color:           #FFFFFF;
    background-image:           none;
    border:                     8px solid #90c1da;
    border-radius:              8px 8px 8px 8px;
    box-shadow:                 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color:                      #555555;
    display:                    block;
    font-size:                  35px;
    height:                     100px;
    line-height:                1.42857;
    margin-top:                 10px;
    margin-left:                auto;
    margin-right:               auto;
    padding:                    6px 25px;
    transition: border-color    0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align:             middle;
    width:                      603px;
    transition:                 all 0.5s linear 0s;
    -o-transition:              all 0.5s linear 0s;
    -moz-transition:            all 0.5s linear 0s;
    -webkit-transition:         all 0.5s linear 0s;
    }}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.form-fs-search {
    background-color:           #FFFFFF;
    background-image:           none;
    border:                     8px solid #90c1da;
    border-radius:              8px 8px 8px 8px;
    box-shadow:                 0 1px 1px rgba(0, 0, 0, 0.075) inset; 
    color:                      #555555;
    display:                    block;
    font-size:                  35px;
    height:                     100px;
    line-height:                1.42857;
    margin-top:                 10px;
    margin-left:                auto;
    margin-right:               auto;
    padding:                    6px 25px;
    transition: border-color    0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align:             middle;
    width:                      585px;
    transition:                 all 0.5s linear 0s;
    -o-transition:              all 0.5s linear 0s;
    -moz-transition:            all 0.5s linear 0s;
    -webkit-transition:         all 0.5s linear 0s;
    }}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.form-fs-search {
    background-color:           #FFFFFF;
    background-image:           none;
    border:                     8px solid #90c1da;
    border-radius:              8px 8px 8px 8px;
    box-shadow:                 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color:                      #555555;
    display:                    block;
    font-size:                  35px;
    height:                     100px;
    line-height:                1.42857;
    margin-top:                 10px;
    margin-left:                auto;
    margin-right:               auto;
    padding:                    6px 25px;
    transition: border-color    0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align:             middle;
    width:                      710px;
    transition:                 all 0.5s linear 0s;
    -o-transition:              all 0.5s linear 0s;
    -moz-transition:            all 0.5s linear 0s;
    -webkit-transition:         all 0.5s linear 0s;
    }}
	
	
/* ===============  BEGIN STYLE FOR THE "SUCCESS" LABEL - RELATED TOPICS TAG   ============== */
	.label-success {
	background-color: #477C41;
	}
/* ===============  END STYLE FOR THE "SUCCESS" LABEL - RELATED TOPICS TAG   ============== */	