﻿/* careers page */
.job-posting {
	border-top:1px solid #ddd;
}
.job-posting:last-of-type {
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
.job-posting a {
	display:block;
	text-decoration:none !important;
	transition:0.15s ease all;
	padding:10px;
	
}
.job-posting a:before {
	content:'' !important;
	display:none !important;
}
.job-posting a:hover .job-title,
.job-posting a:focus .job-title {
	text-decoration:underline !important;
}
.job-posting .job-title {
	color:#006699;
	font-size:19px;
	font-weight:500;
}
.job-posting .job-title .badge {
	color:#fff;
	background:#28a0cb;
	margin-left:7px;
}
.job-posting .job-location {
	color:#333;
}
.job-posting .job-closing-date {
	color:#333;
}
.job-posting .job-title,
.job-posting .job-location,
.job-posting .job-closing-date {
	display:block;
}

@media only screen and (min-width: 100px) {

.btn-warning {
  vertical-align:sub;
  border-radius:10px;
  margin-right:5px;	
  }
  


.welcome {
	background-image:url('../PublishingImages/ViewFromUnderTree.jpg');
	background-position:center center;
	background-size:cover;
	min-height:320px;
	position:relative;
}
.welcome .welcome-copy {
	background:rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
	padding:70px 20px 20px 20px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.welcome .welcome-copy h3,
.welcome .welcome-copy p {
	color:#fff !important;
	text-shadow:1px 1px 3px #333;
}


/* Temporary -  for TaxAnswers Banner*/
.taxAnswersBanner {
    background: #A0C8C9;
}

.taxAnswersBanner > a {
    text-align: center;
    text-decoration: none;
}

.taxAnswersBanner > a > h4 {
    margin: 0;
    padding: 15px;
    color: #000000;
}
.message-area {
    margin-top: 20px;
}
/* END Temporary -  for TaxAnswers Banner*/


  body {
    background-color: #ffffff;
    color: #333333;
  }
  #bodyContent {
    /* The navigation dropdowns were getting large, and when there was no content on the page, you couldnt get to the items in the dropdown. We can remove this later. */
    min-height: 550px;
    padding: 10px 15px;
    background: #fff;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #333333;
  }
  h3,
  h4,
  h5,
  h6 {
    clear: both;
  }
  hr {
    border-top: 1px solid #ddd;
    clear: both;
  }
  span.viewing {
    display: none !important;
    visibility: hidden !important;
  }
  /*
  .navbar-default .navbar-brand {
    height: auto;
    padding-left: 0px;
  }
  .navbar-brand > img {
    height: 70px;
    margin: 0px auto;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
  }
  header .header-title-description {
    color: #fff;
    text-indent: -1000em;
    display: none;
  }
  header .headerRow .container {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    padding: 0;
    max-height: 70px;
    min-height: 70px;
  }
  header .agency-header-logo {
    height: 150px;
    max-height: 150px;
    position: absolute;
    left: -76px;
    top: -16px;
  }
  header .agency-header-text {
    display: block;
    max-height: 40px;
    margin: 0px auto;
    top: 12px;
    position: relative;
  }
  */
  .navbar-portalbar-v3 .icon-stack .icon-kygov-text {
    color: #ffffff;
    text-shadow: -1px 1px 1px #333333;
  }
  .navbar-portalbar-v3 .governor {
    color: #ffffff;
  }
  .navbar-portalbar-v3 {
    background-color: #2a77d1;
    background: linear-gradient(to bottom, #2a77d1 0%, #215fa7 100%);
    border-color: #19477c;
  }
  .navbar-portalbar-v3 .navbar-toggle,
  .navbar-portalbar-v3 .navbar-toggle:hover,
  .navbar-portalbar-v3 .navbar-toggle:active,
  .navbar-portalbar-v3 .navbar-toggle:focus {
    background: #215fa7;
    background: rgba(33, 95, 167, 0.4);
  }
  .navbar-portalbar-v3 .navbar-nav > li > a {
    color: #ffffff;
    text-shadow: 0 1px 0px #19477c;
  }
  .navbar-portalbar-v3 .navbar-brand {
    color: #ffffff;
    text-shadow: -1px 1px 1px #333333;
  }
  .navbar-portalbar-v3 .navbar-nav > li > a:hover,
  .navbar-portalbar-v3 .navbar-nav > .open > a,
  .navbar-portalbar-v3 .navbar-nav > .open > a:hover,
  .navbar-portalbar-v3 .navbar-nav > .open > a:focus {
    background: #215fa7;
    background: rgba(33, 95, 167, 0.4);
    color: #ffffff;
    text-shadow: 0 1px 0px #19477c;
  }
  .navbar-portalbar-v3 .search-toggle,
  .navbar-portalbar-v3 .login-toggle {
    color: #ffffff;
  }
  .navbar-portalbar-v3 .navbar-text-kytagline {
    color: #ffffff;
    text-shadow: -1px 1px 1px #333333;
  }
  .navbar-portalbar-v3 .input-group .form-search-text {
    border: 1px solid #444444;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .navbar-portalbar-v3 .input-group .input-group-btn button {
    background-color: #444444;
    border-color: #444444;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .navbar-portalbar-v3 .input-group .input-group-btn i {
    color: #ffffff;
  }
  a.btn {
    color: #333;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  a.btn.btn-primary {
    color: #fff !important;
    text-shadow: -1px 1px 1px #333333;
    background-color: #2a77d1;
    border: 1px solid #2770c4;
    text-decoration: none;
  }
  a.btn.btn-primary:hover,
  a.btn.btn-primary:focus,
  a.btn.btn-primary:active {
    background-color: #3d84d8;
  }
  /*
  .header-row .navbar-toggle {
    background-color: #444444;
    color: #ffffff;
    position: absolute;
    top: 22px;
    right: 0;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 8px 8px 3px 8px;
    color: #fff;
    z-index: 50;
    font-size: 12px;
    transition: top .4s ease;
    display: block;
  }
  
  
  .header-row .navbar-toggle:hover {
    background-color: #3c3c3c;
  }
  .header-row .navbar-toggle .icon-bars span,
  .header-row .navbar-toggle .icon-bars span:before,
  .header-row .navbar-toggle .icon-bars span:after {
    background: #ffffff;
    cursor: pointer;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 2px;
    width: 20px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    margin: 0 5px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .header-row .navbar-toggle .icon-bars {
    display: block;
    margin: 5px 0 0 0;
  }
  .header-row .navbar-toggle .icon-bars span:before {
    top: -6px;
    margin: 0;
  }
  .header-row .navbar-toggle .icon-bars span:after {
    bottom: -6px;
    margin: 0;
  }
  .header-row .navbar-toggle .menu {
    display: block;
    text-align: center;
    margin-top: 16px;
  }
  .header-row .navbar-toggle:not(.collapsed) .icon-bars span {
    background-color: transparent;
  }
  .header-row .navbar-toggle:not(.collapsed) .icon-bars span:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-row .navbar-toggle:not(.collapsed) .icon-bars span:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-row .navbar-toggle:not(.collapsed) .icon-bars span:before,
  .header-row .navbar-toggle:not(.collapsed) .icon-bars span:after {
    top: 0;
  }
    */
  .mainNavRow .container {
    background-color: transparent;
  }

  .mainNavRow,
  .navbar-default {
    box-shadow: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-color: #04256C;
  }
  
  
  #mainNavContent #mainNav {
    padding: 0 15px;
    background-color: #ddd;
    border-top: 0;
    font-size: 18px;
  }

  .mainNavRow.sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 0 8px 0 #000;
  }
  
  #mainNavContent .navbar-header {
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mainNavContent .navbar-brand {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    order: -1;
    height: auto;
    float: none;
    line-height: inherit;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
  }
  header .agency-header-logo {
    display: inline-block;
    float: none;
    width: auto;
    height: 56px;
    padding: 3px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #333;
  }
  .agency-header__title {
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 37px;
  }
  .agency-header__subtitle {
    display: block;
    font-size: 12px;
    margin-left: 2px;
  }
  
  #mainNavContent .navbar-header .navbar-toggle {
    margin: 0;
    align-self: stretch;
    float: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.2);
    padding: 32px 20px;
    color: #fff;
  }
  
  #mainNavContent .navbar-header .navbar-toggle__text {
	display: block;
  }
  
  #mainNavContent .navbar-header .navbar-toggle:focus,
  #mainNavContent .navbar-header .navbar-toggle:hover,
  #mainNavContent .navbar-header .navbar-toggle:not(.collapsed) {
    background-color: #ddd;
    color: #222;
  }
  
  #mainNavContent .navbar-header .navbar-toggle:focus {
    outline: auto;
  }

  #mainNavContent #mainNav .nav > .dropdown {
    background-color: transparent;
    transition: background .3s ease-out;
  }
  
  #mainNavContent #mainNav .nav>li>a {
    padding: 15px;
    color: #222!important;
    position: relative;
    font-weight: 400;
  }
  
  #mainNavContent #mainNav .nav>li.active>a,
  #mainNavContent #mainNav .nav>li>a:focus,
  #mainNavContent #mainNav .nav>li>a:hover {
	background-color: transparent
  }
  
  #mainNavContent #mainNav .nav>li.open>a {
    background-color: #2a77d1;
    color: #fff !important;
    text-shadow: -1px 1px 1px #333333;
  }
  
  #mainNavContent #mainNav .nav>li.active>a:after,
  #mainNavContent #mainNav .nav>li>a:focus:after,
  #mainNavContent #mainNav .nav>li>a:hover:after,
  #mainNavContent #mainNav .nav>li.open>a:after {
    position: absolute;
    content: "";
    height: 4px;
    left: 10px;
    right: 10px;
    bottom: 0;
    background-color: #2770c4;
  }
  
  #mainNavContent #mainNav .nav>li.active>a {
    font-weight: 700;
  }
  
  #mainNavContent #mainNav .nav>li.active>a:after,
  #mainNavContent #mainNav .nav>li>a:focus:after,
  #mainNavContent #mainNav .nav>li>a:hover:after {
    background-color: #2770c4;
  }
  
  #mainNavContent #mainNav .nav>li.open>a:after {
    background-color: #1d5595;
    height: 2px;
  }

  #mainNavContent #mainNav .dropdown-menu {
    min-width: 200px;
    width: 100%;
    margin: 0 0 20px;
    padding-top: 0;
    border: 0;
    border-radius: 0;
    border: none;
    background-color: #f5f5f5;
    -webkit-animation: fade-in-fwd .2s cubic-bezier(.39,.575,.565,1) both;
    animation: fade-in-fwd .2s cubic-bezier(.39,.575,.565,1) both;
    font-size: 15px;
  }
  
  #mainNavContent .caret.navbar-toggle {
    margin: 0 0 0 2px;
    padding: 0;
	border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    float: none;
    border-radius: 0;
  }
  /*
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li.active > a:hover,
  .navbar-default .navbar-nav > li.active > a:focus,
  .navbar-default .navbar-nav > li.active > a:active,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #2a77d1;
    color: #ffffff;
  }
  .navbar-default .navbar-nav > li .caret {
    display: none;
  }
  
  .navbar-default .navbar-nav > li > a {
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    text-shadow: -1px 1px 1px #333333;
  }

  .navbar-default .navbar-nav > li.dropdown > a:after,
  .navmenu-fixed-right.offcanvas.in li.dropdown > a:after,
  .navmenu-fixed-right.offcanvas.in .dropdown-submenu > a:after {
    font-size: 11px;
    top: 13px;
    right: 9px;
    content: "\f107" !important;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: 'fontawesome';
    float: right;
    border: none;
    margin: 0px;
  }
  
  .navbar-default .navbar-nav li.dropdown-home {
    padding: 0;
  }
  .navbar-default .navbar-nav li.dropdown-home a {
    font-size: 16px;
    background-color: #2a77d1;
    color: #fff !important;
    padding: 6px 20px;
  }
  .navbar-default .navbar-nav li.dropdown-home a i {
    margin-right: 5px;
  }
  
  .navbar-default .navbar-nav .dropdown-menu {
    border: none;
    background: #444444;
  }
  
  .navmenu-fixed-right.offcanvas.in {
    background-color: #444444;
    border-color: #3c3c3c;
  }
  .navmenu-fixed-right.offcanvas.in .has-submenu:after {
    border-top-color: #ffffff;
  }
  .navmenu-fixed-right.offcanvas.in a,
  .navmenu-fixed-right.offcanvas.in .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navmenu-fixed-right.offcanvas.in a:hover,
  .navmenu-fixed-right.offcanvas.in a:focus,
  .navmenu-fixed-right.offcanvas.in .active a {
    background-color: #3c3c3c;
  }
  .navmenu-fixed-right.offcanvas.in .dropdown-menu,
  .navmenu-fixed-right.offcanvas.in .active.dropdown {
    background-color: #3c3c3c;
  }
  .navmenu-fixed-right.offcanvas.in .navbar-nav .open .dropdown-menu > li > a:hover,
  .navmenu-fixed-right.offcanvas.in .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
  }
  .navmenu-fixed-right.offcanvas.in .dropdown.open .dropdown-submenu .has-submenu.highlighted,
  .navmenu-fixed-right.offcanvas.in .dropdown.open .dropdown-submenu .dropdown-menu a,
  .navmenu-fixed-right.offcanvas.in .dropdown.active .dropdown-submenu .has-submenu.highlighted,
  .navmenu-fixed-right.offcanvas.in .dropdown.active .dropdown-submenu .dropdown-menu a {
    background: #353535;
  }
  */
    
  .navbar-default .navbar-nav.nav .dropdown-menu>li>a {
	color: #333;
  }
    
  .navbar-default .navbar-nav.nav .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav.nav .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav.nav .dropdown-menu>.active>a,
  .navbar-default .navbar-nav.nav .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav.nav .dropdown-menu>.active>a:hover {
	background-color: #2a77d1;
	color: #fff;
	text-shadow: -1px 1px 1px #333333;
  }
  
  .navbar-default .navbar-nav li.dropdown-home a {
    font-size: 16px;
    background-color: #2a77d1;
    color: #fff !important;
    padding: 8px 20px 6px;
    text-shadow: -1px 1px 1px #333333;
  }
  .navbar-default .navbar-nav li.dropdown-home a i {
    margin-right: 5px;
  }
  
  .navbar-default .scroll-up,
  .navbar-default .scroll-down {
	position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #222 !important;
    height: 30px;
    }
    
  .navbar-default .scroll-up-arrow,
  .navbar-default .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
  }
  
  .navbar-default .scroll-down-arrow {
    top: 12px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
  }
    
  .list-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .list-social li a:active,
  .list-social li a:focus,
  .list-social li a:hover {
    background-color: rgba(255,255,255,.20);
    color:#FFF;
  }
  .list-social a {
    display: inline-block;
    padding: 8px 12px;
    transition: all .3s ease;
    color:#eeeef7;
    font-size:16.5px;
  }
  .list-social i,
  .list-social img {
    color: #293a60;
    font-size: 22px;
  }
  .list-social a:hover i,
   .list-social a:focus i,
    .list-social a:active i {
	color:#FFF;
	}
	.list-social a:hover svg,
   .list-social a:focus svg,
    .list-social a:active svg {
	fill:#FFF;
}
  .list-social>li:last-child i,
  .list-social>li:last-child img {
    margin-right: 0;
  }
  .list-social img {
    vertical-align: top;
    height:22px;
    width:22px;
  }
  /*
  .list-social .fa-youtube-play {
    color: red;
  }
  .list-social .fa-twitter {
    color: #1d9bf0;
  }
  .list-social .fa-calendar {
    color: #04256c;
  }
  */
  .panel-default .panel-heading a {
    color: #333333;
  }
  footer {
    background-color: #444444;
  }
  footer a,
  footer a:link {
    color: #eeeeee;
    text-shadow: 1px 1px 1px #333;
  }
  footer a:visited {
    color: #eeeeee;
    text-shadow: 1px 1px 1px #333;
  }
  .footerRow > .container {
    background: #444444;
    border-top: 1px solid #373737;
    color: #eeeeee;
  }
  .alert-warning {
    background-color: #ffd22f;
    border-color: #ffd22f;
  }
  .alert-warning h3,
  .alert-warning h4,
  .alert-warning p,
  .alert-warning i {
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
  }
  .alert-danger {
    background-color: #dd0000;
    border-color: #dd0000;
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
  }
  .alert-danger h3,
  .alert-danger h4,
  .alert-danger p,
  .alert-danger i {
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
  }
  .alert-success {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
  }
  .alert-success h3,
  .alert-success h4,
  .alert-success p,
  .alert-success i {
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
  }
  .alert-info {
    background-color: #2a77d1;
    border-color: #2a77d1;
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
  }
  .alert-info h3,
  .alert-info h4,
  .alert-info p,
  .alert-info i {
    color: #ffffff;
  }
  #homepage-alert {
    margin: 10px 0;
  }
  /* Homepage Custom Styles */
  .homepage-cards {
    margin: -4px -4px 4px -4px;
  }
  .homepage-cards:after {
    content: '';
    display: table;
    clear: both;
  }
  .homepage-cards .card {
    position: relative;
    display: inline;
    overflow: hidden;
    float: left;
    width: 50%;
    text-align: center;
    height: 123px;
    border: 4px solid #ffffff;
  }
  .homepage-cards .card img {
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 0.4s ease;
    transform: scale(1.15);
    width: 100%;
  }
  .homepage-cards .card:hover img {
    transform: scale(1.3);
  }
  .homepage-cards .card:hover .overlay {
    transition: all 0.4s ease;
    background-color: rgba(18, 82, 156, 0.5);
  }
  .homepage-cards .card .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(18, 82, 156, 0.75);
    z-index: 2;
  }
  .homepage-cards .card.Yes .overlay {
	background-color:rgba(255, 152, 0, 0.85);
   }
  /*For Taxanswers homepage-card*/
  /*.homepage-cards .card:nth-of-type(1) .overlay {
    background: rgba(161, 201, 203, 0.75);
  }*/
  .homepage-cards .card .card-title {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-shadow: -1px 1px 1px #333333;
  }
  .tab-pane {
    padding: 20px;
    overflow: hidden;
  }
  .tab-pane ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
  }
  .tab-pane ul li {
    display: block;
    padding: 5px 0;
  }
  .panel {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  .activity-stream {
    height: 327px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .dan {
    background: #02246B;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    position: relative;
  }
  .dan img {
    margin: -40px 0 0 0;
    width: 100%;
    height: auto;
  }
  .dan h3 {
    color: #fff;
    display: inline-block;
    border-bottom: 3px solid #1188D7;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 4px;
  }
  .dan h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .dan blockquote {
    color: #fff;
    border-left: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    float:none !important;
    width: 100% !important;
    border-top:none !important;
  }
  .dan blockquote:before {
    content: '\201C';
    margin-right: -10px;
    position: relative;
    right: 12px;
    font-size: 24px;
    top: 6px;
  }
  .dan blockquote:after {
    content: ' \201D';
    margin-left: -15px;
    position: relative;
    left: 10px;
    font-size: 24px;
    top: 6px;
  }
  .dan .btn {
    position: relative;
    z-index: 1;
  }
  .bluebar {
    text-align: center;
    background: #2671c4;
    padding: 30px 0;
  }
  .bluebar h3 {
    color: #fff;
    margin-top: 0;
    text-shadow: -1px 1px 1px #333333;
  }
  .bluebar p {
    font-size: 16px;
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
  }
  .bluebar .btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff !important;
    text-shadow: -1px 1px 1px #333333;
    margin-top: 10px;
    font-size: 16px;
  }
  .carousel .item {
    padding: 0;
  }
  .Homepage-Layout #bodyContent {
    min-height: 0px;
    padding: 0px;
  }
  .carouselContainer {
    background-image: url('Images/background-dome-mobile.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .carouselContainer .homepage-message {
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .carouselContainer .homepage-message span {
    display: block;
  }
  .carouselContainer .homepage-message .hp-title-small {
    font-size: 18px;
    font-family: 'Franklin Gothic Medium';
    letter-spacing: 2.6px;
  }
  .carouselContainer .homepage-message .hp-title-large {
    font-size: 50px;
    font-family: 'Franklin Gothic Medium';
    letter-spacing: 12px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .carouselContainer .homepage-message .hp-message {
    font-size: 16px;
    max-width: 360px;
    line-height: 23px;
  }
  .carouselContainer .homepage-message .hp-signature {
    text-align: right;
    font-size: 16px;
    max-width: 360px;
    line-height: 23px;
  }
  .Homepage-Layout .mainContentArea-middle {
    background-color: #02246B;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .Homepage-Layout .mainContentArea-middle .welcome {
    position: relative;
    margin-bottom: 15px;
  }
  .Homepage-Layout .mainContentArea-middle .welcome img {
    max-width: 300px;
    position: relative;
    right: 50px;
  }
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-message-block {
    position: absolute;
    top: 15%;
    right: 5%;
    color: #fff !important;
    text-align: right;
  }
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-title {
    font-size: 36px;
    border-bottom: 3px solid #1188D7;
    display: block;
    font-family: 'Franklin Gothic Medium';
  }
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-desc {
    display: block;
    margin-bottom: 10px;
    font-family: 'Franklin Gothic Medium';
    font-size: 17px;
    letter-spacing: 1px;
  }
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-link {
    display: block;
  }
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-link a,
  .Homepage-Layout .mainContentArea-middle .news-area a.CTA-link {
    color: #fff !important;
    border: 1px solid #fff;
    padding: 4px 10px;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 17px;
    font-family: 'Franklin Gothic Medium';
    background: transparent;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-link a:hover,
  .Homepage-Layout .mainContentArea-middle .news-area a.CTA-link:hover,
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-link a:active,
  .Homepage-Layout .mainContentArea-middle .news-area a.CTA-link:active,
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-link a:focus,
  .Homepage-Layout .mainContentArea-middle .news-area a.CTA-link:focus {
    background: #006699;
  }
  .Homepage-Layout .mainContentArea-middle .news-area {
    padding-top: 5px;
  }
  .Homepage-Layout .mainContentArea-middle .news-area h3 {
    color: #008DFF ;
    text-shadow: -1px 1px 1px #333333;
  }
  .Homepage-Layout .mainContentArea-middle .news-area h3 span {
    color: #fff;
  }
  .homepage-news {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
  }
  .homepage-news li {
    margin-bottom: 0px;
  }
  .homepage-news a {
    display: inline-block;
    padding: 5px 0px;
    margin-bottom: 5px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
  .homepage-news a:focus,
  .homepage-news a:hover,
  .homepage-news a:active {
    text-decoration: none !important;
    border-bottom: 1px solid #eee;
  }
  .homepage-news li .fa {
    color: #fff !important;
    margin-right: 4px;
  }
  .homepage-news .hp-title {
    color: #ffffff !important;
  }
  .homepage-news .hp-byline {
    color: #008DFF !important;
    padding-left: 10px;
  }
  .Homepage-Layout .mainContentArea-bottom {
    background-color: #fafafa;
    background-image: url('Images/billie-holiday.png');
    padding: 20px 0px;
  }
  .Homepage-Layout .mainContentArea-bottom .cta-hp {
    text-align: center;
    padding: 30px 0px;
    display: block;
    text-decoration: none;
  }
  .Homepage-Layout .mainContentArea-bottom .cta-hp .CTA-icon i {
    color: #008DFF !important;
    font-size: 35px;
  }
  .Homepage-Layout .mainContentArea-bottom .cta-hp .CTA-title {
    color: #555 !important;
    border-bottom: 3px solid #008DFF;
    font-size: 18px;
    margin-left: 5px;
    vertical-align: top;
    position: relative;
    bottom: 3px;
    font-weight: 500;
  }
  .CTA-container {
    margin-bottom: 20px;
  }
  .CTA-container .cta {
    padding: 25px 5px;
    background: #eee;
    display: inline-block;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    height: 150px;
    position: relative;
    background-position: center;
    background-size: cover;
  }
  .CTA-container .cta span.CTA-title {
    font-family: 'Franklin Gothic Medium';
    font-size: 26px;
    line-height: 26px;
    text-shadow: -1px 1px 1px #333333;
    color: #FFF;
    font-weight: 700;
    position: absolute;
    top: 30%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    letter-spacing: 0.5px;
  }
  .CTA-container .cta span.CTA-button {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
  }
  .CTA-container .cta .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #333;
    opacity: .35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  .CTA-container .cta a:hover .overlay,
  .CTA-container .cta a:focus .overlay,
  .CTA-container .cta a:active .overlay {
    opacity: .55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  }
  .CTA-container .cta .btn {
    font-size: 16px;
    border-radius: 4px;
    box-shadow: -0.5px 1px 4px 1px #333333;
    text-shadow: -1px 1px 1px #333333;
    text-transform: none;
    font-family: 'Franklin Gothic Medium';
    letter-spacing: 0.5px;
  }
  .topics {
    margin-bottom: 20px;
  }
  .main-news {
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .main-news li {
    margin-bottom: 3px;
    list-style: none;
  }
  .main-news li a {
    display: block;
    padding: 4px 8px;
    border-left: 4px solid #008DFF;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background: transparent;
  }
  .main-news li a:hover,
  .main-news li a:focus,
  .main-news li a:active {
    border-color: #006699;
    background: #fafafa;
  }
  .main-news li span.hp-title {
    display: block;
    color: #006699;
    font-size: 16px;
  }
  .main-news li span.hp-byline {
    display: block;
    color: #555;
  }
  .well-search {
    margin-bottom: 15px;
  }
  .well-search.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
  }
  .well-search .input-group {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .well-search .input-group .input-group-addon {
    border-radius: 0px;
    min-width: 60px;
    background: #eee;
  }
  .well-search .input-group select.form-control {
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    min-width: 150px;
    background: transparent;
  }
  .well-search .input-group:after {
    font-family: 'fontawesome';
    content: '\f0dc';
    color: #000;
    position: absolute;
    right: 9px;
    top: 7px;
    z-index: 1;
  }
  .well-search .input-group.last-input-group:after {
    content: '';
  }
  .well-search select:focus,
  .well-search select:active,
  .well-search select:hover {
    box-shadow: none;
  }
  .well-search .btn-search {
    text-decoration: none;
    text-transform: none;
    color: #fff !important;
  }
  .well-search select::-ms-expand {
    display: none;
  }
  /* page layouts - breadcrumbs styles */
  .pageTitle {
    color: #ffffff;
    text-shadow: -1px 1px 1px #333333;
    margin-bottom: -5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .breadcrumb,
  .breadcrumbRow .container {
    background-color: transparent;
  }
  .breadcrumb a,
  .breadcrumb a:visited,
  .breadcrumb > .active,
  .breadcrumb > li + li:before {
    color: #f2f2f2;
    text-shadow: -1px 1px 1px #333333;
  }
  .breadcrumbRow {
    background: #2770c4;
    padding: 20px 0px;
  }
  /* Custom Styles */
  .table-ib {
    display: inline-block;
  }
  .table-pub thead {
    display: none;
  }
  .table-pub tr td:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  .table-pub a[href$=".doc"]:before,
  .table-pub a[href$=".docx"]:before {
    font-family: 'fontawesome';
    content: "\f1c2";
    margin-right: 6px;
  }
  .table-pub a[href$=".pdf"]:before {
    font-family: 'fontawesome';
    content: "\f1c1";
    margin-right: 6px;
  }
  .table-pub a[href$=".xls"]:before,
  .table-pub a[href$=".xlsx"]:before {
    font-family: 'fontawesome';
    content: "\f1c3";
    margin-right: 6px;
  }
  .table-panel caption {
    color: #fff;
    font-size: 16px;
    text-shadow: -1px 1px 1px #333333;
    padding: 8px 15px;
    background-color: #2a77d1;
    font-weight: 500;
  }
  .table-panel thead {
    display: none;
  }
  .table-panel tr td {
    padding: 0 !important;
  }
  .table-panel tr td a {
    padding: 10px 15px;
    display: block;
  }
  .table-panel tr td a:hover,
  .table-panel tr td a:focus {
    background-color: #fafafa;
  }
  .bootstrap-override .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .formcontrol-comments_x002f_evidence {
    height: 100px !important;
  }
  .formcontrol-description_x0020_and_x0020_info {
    height: 200px !important;
  }
  .btn-success {
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: none !important;
    background-color: #2a77d1;
    border-color: #215fa7;
    border-radius: 6px;
  }
  .btn-success:focus,
  .btn-success.focus {
    color: #ffffff;
    background-color: #2a77d1;
    border-color: #215fa7;
  }
  .btn-success:hover {
    color: #ffffff;
    background-color: #2a77d1;
    border-color: #215fa7;
  }
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #2a77d1;
    border-color: #215fa7;
  }
  .btn-success span {
    vertical-align: middle;
  }
  .panel-default {
    box-shadow: 0 1px 1px rgba(40, 40, 40, 0.35);
  }
  .panel-revenue .panel-body {
    padding: 0px;
  }
  .panel-revenue .nav {
    list-style-type: disc;
  }
  .panel-revenue .nav li {
    border: 1px solid #eee;
    border-top: none;
    margin-top: 0px;
  }
  .panel-revenue .nav li a {
    text-decoration: none;
  }
  .panel-revenue .nav li span.title {
    display: block;
    text-decoration: underline;
  }
  .panel-revenue .nav li span.content {
    color: #333;
    text-decoration: none;
    display: block;
  }
  .panel-revenue .nav .oneStop {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .panel-revenue .nav .oneStop img {
    max-height: 110px;
    display: block;
    margin: 0 auto;
  }
  .CTA-mini {
    margin-bottom: 10px;
  }
  .CTA-mini a {
    padding: 10px;
    display: block;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    color: #333 !important;
  }
  .CTA-mini a i {
    margin-right: 5px;
  }
  .CTA-mini a i span {
    vertical-align: middle;
  }
  .alert {
    padding: 10px 12px;
  }
  img.pull-left {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  /* IRS Logo */
  .irs {
    text-align: center;
    margin-bottom: 10px;
  }
  .irs a {
    display: block;
    padding: 15px;
    background: #eee;
  }
  /* End IRS Logo */
  /* Local Information Styles - Find yo PVA */
  #locations ul {
    padding-left: 0px;
  }
  #locations li {
    list-style: none;
  }
  #locations .btn-taxrate {
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    margin: 10px 0px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 15px;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    color: #006699 !important;
  }
  #locations .btn-taxrate:hover,
  #locations .btn-taxrate:active,
  #locations .btn-taxrate:focus {
    background: #EEE;
  }
  #locations address {
    background: #fafafa;
    padding: 8px 12px;
    border-left: 2px solid #333;
    margin: 0px 0px 10px 0px;
  }
  /* end local */
  /* service centers map page */
  .table-map {
    display: none !important;
  }
  .loc-title {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
  }
  .row-locations address {
    margin: 0px 0px 10px 0px;
    padding: 8px 14px;
    background: #fafafa;
    border-left: 3px solid #ccc;
  }
  .loc-href {
    margin-top: 10px;
    display: block;
  }
  /* end service centers map page */
  .well-contact .form-group {
    margin-bottom: 10px;
  }
  .list-contact li {
    padding: 10px 15px;
  }
  .list-contact a {
    padding: 10px 15px;
    margin: -10px -15px;
    text-decoration: none;
    display: block;
  }
  .list-contact span.file-icon {
    display: inline-block;
    text-align: left;
    width: 35px;
    vertical-align: top;
  }
  .list-contact span.file-icon i {
    font-size: 20px;
    margin-top: 1px;
  }
  .list-contact span.copy {
    display: inline-block;
  }
  .list-contact span.label {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding: 0;
    text-align: left;
  }
  .list-contact address {
    margin: 0;
  }
  .list-contact address + address {
    margin-top: 10px;
  }
  .list-contact span.action {
    font-size: 16px;
  }
  /* Free File Offers */
  .card-image {
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .card-image .card-header img {
    width: 100%;
    height: auto;
  }
  .card-image .card-header .card-title {
    background: rgba(0, 0, 0, 0.65);
    padding: 8px 15px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    display: block;
  }
  .card-image .card-content {
    padding: 15px 15px 35px 15px;
    position: relative;
  }
  .card-image p a {
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
  .panel-group .panel-heading {
    padding: 0px;
  }
  .panel-group .panel-heading .accordion-toggle {
    text-decoration: none;
    padding: 10px 8px;
    display: block;
  }
  .panel-group .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'fontawesome';
    /* essential for enabling glyphicon */
    content: "\f107";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
  }
  .panel-group .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f105";
    /* adjust as needed, taken from bootstrap.css */
  }
  .panel-revenue.panel-default {
    border: none;
    box-shadow: none;
  }
  .panel-revenue.panel-default > .panel-heading {
    padding: 8px 15px;
    font-size: 15px;
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
    background: #2a77d1;
    border-color: #2a77d1;
  }
  .rev-forms {
    list-style: none;
    padding-left: 0;
  }
  .rev-forms li {
    display: block;
    padding: 0;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .rev-forms li:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
  .rev-forms li:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-bottom: 0;
  }
  .rev-forms li a {
    padding: 10px;
    display: block;
    text-decoration: none;
  }
  .rev-forms .file-icon {
    float: left;
    vertical-align: top;
  }
  .rev-forms .file-icon i {
    font-size: 26px;
    padding-top: 5px;
    color: #777;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .rev-forms a:hover .file-icon i,
  .rev-forms a:active .file-icon i,
  .rev-forms a:focus .file-icon i {
    color: #006699;
  }
  .rev-forms .form-info {
    display: block;
    vertical-align: top;
    padding-left: 40px;
  }
  .rev-forms .form-info .form-title {
    color: #006699;
    display: block;
  }
  .rev-forms .form-info .form-desc {
    color: #777;
    display: block;
    font-size: 13px;
  }
  .rev-forms .form-info .form-year {
    color: darkolivegreen;
    font-size: 13px;
  }
  .rev-forms .form-info .form-number {
    color: darkolivegreen;
    font-size: 13px;
  }
  .rev-forms .form-info .form-type {
    color: darkolivegreen;
    font-size: 13px;
  }
  .rev-forms .Packet .fa:before {
    content: '\f02d';
  }
  .rev-forms .Basic .fa:before {
    content: '\f016';
  }
  .rev-forms .Fill-in .fa:before {
    content: '\f0f6';
  }
  .rev-forms .Instructions .fa:before {
    content: '\f05a';
  }
  .rev-forms .Tax-Table .fa:before {
    content: '\f0ce';
  }
  .rev-forms .Schedule .fa:before {
    content: '\f0c5';
  }
  .form-actions {
    background: none;
    padding: 0px 0px 20px 0px;
  }
  img.portrait {
    display: block;
    margin: 0px 0px 15px 0px;
    float: none;
  }
  img.portrait + h3,
  img.portrait + h4,
  img.portrait + h5,
  img.portrait + h6 {
    clear: none;
  }
  .doc-search-container.form-inline .input-group > .form-control {
    min-width: 280px;
  }
  .doc-search-container.well-sm {
    margin-bottom: 15px !important;
  }
  /*
  .search-wrapper {
    background: #fafafa;
    padding: 8px 0;
  }
  .search-wrapper .input-group .btn-default {
    border-radius: 0 4px 4px 0;
    background: #2a77d1;
    border-color: #2a77d1;
    color: #fff;
    height: 40px;
  }
  .search-wrapper .input-group .form-control {
    border-radius: 4px 0 0 4px;
    border-right: 0;
    height: 40px;
  }
  .search-wrapper .input-group .fa {
    font-size: 18px;
  }
  */
  
  .bodyRow {
	border-top: 12px solid #fafafa;
  }

  .list-group .list-group-item {
    color: #333333 !important;
    position: relative;
    padding-right: 30px;
  }
  .list-group a.list-group-item {
    color: #333333 !important;
    text-decoration: none;
  }
  .list-group a.list-group-item:not([href$=".gov"]):after,
  .list-group a.list-group-item:not([href$=".GOV"]):after {
    content: '\f08e';
  }
  .list-group a.list-group-item[href^="/"]:after,
  .list-group a.list-group-item[href^=".."]:after {
    content: '\f054';
  }
  .list-group a.list-group-item:after {
    font-family: 'fontawesome';
    position: absolute;
    right: 8px;
    top: 11px;
    content: '\f054';
    color: #aaa;
  }
  .list-group a.list-group-item[href$=".pdf"]:after,
  .list-group a.list-group-item[href$=".PDF"]:after,
  .list-group a.list-group-item[href$=".xls"]:after,
  .list-group a.list-group-item[href$=".XLS"]:after,
  .list-group a.list-group-item[href$=".xlsx"]:after,
  .list-group a.list-group-item[href$=".XLSX"]:after,
  .list-group a.list-group-item[href$=".doc"]:after,
  .list-group a.list-group-item[href$=".DOC"]:after,
  .list-group a.list-group-item[href$=".docx"]:after,
  .list-group a.list-group-item[href$=".DOCX"]:after,
  .list-group a.list-group-item[href$=".rtf"]:after,
  .list-group a.list-group-item[href$=".RTF"]:after,
  .list-group a.list-group-item[href$=".txt"]:after,
  .list-group a.list-group-item[href$=".TXT"]:after,
  .list-group a.list-group-item[href$=".csv"]:after,
  .list-group a.list-group-item[href$=".CSV"]:after,
  .list-group a.list-group-item[href$=".ppt"]:after,
  .list-group a.list-group-item[href$=".PPT"]:after,
  .list-group a.list-group-item[href$=".pptx"]:after,
  .list-group a.list-group-item[href$=".PPTX"]:after,
  .list-group a.list-group-item[href$=".xml"]:after,
  .list-group a.list-group-item[href$=".XML"]:after,
  .list-group a.list-group-item[href$=".mp3"]:after,
  .list-group a.list-group-item[href$=".MP3"]:after,
  .list-group a.list-group-item[href$=".jpg"]:after,
  .list-group a.list-group-item[href$=".JPG"]:after,
  .list-group a.list-group-item[href$=".jpeg"]:after,
  .list-group a.list-group-item[href$=".JPEG"]:after,
  .list-group a.list-group-item[href$=".png"]:after,
  .list-group a.list-group-item[href$=".PNG"]:after,
  .list-group a.list-group-item[href$=".bmp"]:after,
  .list-group a.list-group-item[href$=".BMP"]:after,
  .list-group a.list-group-item[href$=".gif"]:after,
  .list-group a.list-group-item[href$=".GIF"]:after,
  .list-group a.list-group-item[href$=".zip"]:after,
  .list-group a.list-group-item[href$=".ZIP"]:after {
    content: '\f016';
  }
  .list-group a.list-group-item:hover,
  .list-group a.list-group-item:focus {
    background-color: #d1e2f6;
    border-color: #d1e2f6;
  }
  .list-group a.list-group-item:hover,
  .list-group a.list-group-item:focus,
  .list-group a.list-group-item:hover .list-group-item-desc,
  .list-group a.list-group-item:focus .list-group-item-desc {
    text-decoration: underline;
  }
  .list-group .list-group-item .list-group-item-title {
    display: block;
    font-weight: 500;
    font-size: 15.5px;
  }
  .list-group .list-group-item .list-group-item-desc {
    display: block;
    color: #595959;
    font-size: 13px;
  }
  .list-group .list-group-item ul {
    padding-left: 17px;
    font-weight: 400;
    color: #595959;
  }
  .list-group .list-group-item span > span {
    font-weight: 400;
    color: #595959;
  }
  .list-group .list-group-item.item-white,
  .list-group .list-group-item.item-grey,
  .list-group .list-group-item.item-blue,
  .list-group .list-group-item.item-brightblue {
    margin-bottom: 10px;
  }
  .list-group .list-group-item.item-grey {
    background-color: #d3d3d3;
  }
  .list-group .list-group-item.item-blue {
    background-color: #d1e2f6;
  }
  .list-group .list-group-item.item-brightblue {
    background-color: #2a77d1;
    color: #fff !important;
    text-shadow: -1px 1px 1px #333333;
    border-color: #2a77d1;
  }
  .list-group .list-group-item.item-brightblue:hover,
  .list-group .list-group-item.item-brightblue:focus,
  .list-group .list-group-item.item-brightblue:active {
    background-color: #266bbc;
  }
  .list-group .list-group-item.item-brightblue:after {
    color: #fff !important;
  }
  
  /* blockquote */
  
	blockquote {
	    padding: 10px 20px;
	    float: left;
	    border-left: none;
	    margin: 20px 10px;
	    width: 50%;
	    font-size: 2rem;
	    line-height: 2rem;
	    font-weight: 700;
	} 
}
@media only screen and (min-width: 375px) {
  header .agency-header-text {
    max-height: 50px;
    top: 8px;
  }
}
@media only screen and (min-width: 480px) {
  img.portrait {
    display: inline-block;
    margin: 0px 10px 10px 0px;
    text-align: left;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
	.social__container {
	    padding: 5px 0;
	    border-top: 1px solid #bbb;
	}
	
	#mainNavContent #mainNav .nav>li.open:not(:first-child) {
      margin-top: 20px;
    }
	
	/* disable sticky header on mobile */
	.mainNavRow.sticky {
      position: static;
      box-shadow: none;
      top: 0 !important;
    }
    
    .bodyRow {
	  padding-top: 0 !important;
    }

}

@media only screen and (max-width: 768px) {

  .CTA-container .cta {
    width: 100%;
    background-image: none !important;
    text-align: left;
    padding: 10px;
    height: auto;
    border-top: 1px solid #dddddd;
  }
  .CTA-container .cta a {
    text-decoration: none !important;
  }
  .CTA-container .cta:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .CTA-container .overlay {
    display: none;
  }
  .CTA-container img {
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 15px;
  }
  .CTA-container .cta span.CTA-title {
    transform: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    color: #333;
    text-shadow: none;
    font-size: 22px;
    line-height: 38px;
  }
  .CTA-container .cta span.CTA-button {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .CTA-container .cta span.CTA-button .btn {
    transform: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    text-shadow: none;
    line-height: 35px;
    display: inline;
    box-shadow: none;
    background: none;
    border: none;
    padding: 0px;
    text-transform: none;
    font-size: 18px;
    color: #555;
    font-weight: 300;
  }
  .CTA-container .cta i.fa {
    float: right;
    font-size: 20px;
    color: #333;
    margin-top: -8px;
  }
}
@media only screen and (min-width: 768px) {
  /* blockquote */
	blockquote {
	    font-size: 4rem;
	    line-height: 4rem;
	} 
	
  .navbar-header__container {
  	position: relative;
  	z-index: 10;
  }
  #mainNavContent #mainNav {
    padding: 0;
    font-size: 17px;
  }
  
  #mainNavContent .navbar-brand {
    margin-right: 215px;
    padding: 25px 30px 14px;
    font-size: 28px;
  }
  header .agency-header-logo {
    height: 115px;
    max-height: 115px;
    margin-right: 20px;
    padding: 6px;
  }
  .agency-header__title {
    font-size: 43px;
  }
  .agency-header__subtitle {
    font-size: 14px;
  }
  
  #mainNavContent #mainNav .dropdown-menu {
    background: #444444;
    text-shadow: -1px 1px 1px #333333;
  }
  
  .navbar-default .navbar-nav.nav .dropdown-menu>li>a {
	color: #fff;
  }


  /*
  .navbar-default .navbar-nav > li.dropdown > a:after,
  .navmenu-fixed-right.offcanvas.in li.dropdown > a:after,
  .navmenu-fixed-right.offcanvas.in .dropdown-submenu > a:after {
    display: none;
  }
  */
  
  .social__container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: flex-end;
  }
  .list-social {
    position: relative;
    overflow: hidden;
    z-index: 20;
    background: #031d54;
    border-radius: 0 0 4px 4px;
    box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
  }
  .list-social>li:not(:last-child) {
    border-right: 1px solid #021640;
  }
  
  .list-social i,
  .list-social img {
    color: #cbd4e7;
  }


  .table-usetable {
    width: 450px;
    margin: 0 auto 15px;
  }
  .table-usetable caption {
    text-align: center;
  }
  .table-usetable tbody td:last-of-type,
  .table-usetable thead th:last-of-type {
    text-align: right;
  }
  .document-search .search.modal {
    z-index: 1;
  }
  .carouselContainer {
    background-image: url('Images/background-dome.jpg');
  }
  header .headerRow .container {
    max-height: 190px;
    min-height: 190px;
  }
/*
  header .agency-header-logo {
    height: 170px;
    max-height: 170px;
    left: 15px;
    top: 10px;
  }
  header .agency-header-text {
    margin: 0;
    padding-left: 210px;
    top: 53px;
    max-height: 75px;
  }

  .navbar-portalbar-v3 .navbar-nav .open .dropdown-menu .divider {
    background-color: #215fa7;
  }

  .navbar-portalbar-v3 .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-portalbar .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-portalbar .nav-collapse .nav > li > a:hover {
    background: #215fa7;
    background: rgba(33, 95, 167, 0.4);
    color: #ffffff;
    text-shadow: 0 1px 0px #19477c;
  }
  .navbar-portalbar-v3 .navbar-collapse .nav > li > a {
    color: #ffffff;
  }
  
  .navbar-default .dropdown-menu {
    min-width: 15em !important;
    max-width: 45em !important;
  }
  
  .scroll-up,
  .scroll-down {
    display: none !important;
  }
  
  .navbar-default .dropdown-menu > li > a {
    white-space: nowrap;
    color: #FFF !important;
    text-shadow: -1px 1px 1px #333333;
  }
  .navbar-default .nav > li > a {
    border-left: 1px solid #aaa;
  }
  .navbar-default .nav > li:last-of-type > a {
    border-right: 1px solid #aaa;
  }
  .caret {
    display: none;
  }
  .navbar-default .dropdown-menu > li > a:hover,
  .navbar-default .dropdown-menu > li > a:focus,
  .navbar-default .dropdown-menu > li > a:active,
  .navbar-default .dropdown-menu > li.active > a {
    background-color: #2a77d1;
    color: #fff;
    border: none !important;
  }
  .navbar-default .dropdown-menu > li > a:hover,
  .navbar-default .dropdown-menu > li > a:active,
  .navbar-default .dropdown-menu > li > a:focus {
    border-bottom: 2px solid #2a77d1;
  }
  .navbar-default .dropdown-menu > li:last-of-type {
    margin-bottom: 4px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
  }
  .navbar-default .navbar-nav > li.dropdown > a {
    padding: 12px 14px 12px 14px;
  }
  .navbar-default .navbar-brand {
    width: 100%;
  }
  .navbar-default .navbar-brand > img {
    height: 75px;
  }
  .mainNavRow.sticky .navbar-default .navbar-brand > img {
    height: 75px;
  }
  */
  .Homepage-Layout .mainContentArea-middle .welcome img {
    max-width: 460px;
    right: 0px;
  }
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-message-block {
    top: 25%;
    right: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .Homepage-Layout .mainContentArea-middle {
    padding-bottom: 0px;
  }
  .Homepage-Layout .mainContentArea-middle .welcome {
    margin-bottom: 0px;
  }
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-message-block {
    right: 5%;
    text-align: left;
  }
  /*
  .navbar-default .navbar-nav > li > a {
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
  }
  .navbar-default .navbar-brand {
    margin: 0px;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-default .navbar-nav {
    position: relative;
    top: 25px;
    float: right;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
  }
  .mainNavRow.sticky .navbar-default .navbar-nav {
    top: 25px;
  }
  .navbar-default .navbar-nav > li.dropdown > a {
    padding: 12px 14px 12px 14px;
  }
  */
  
  #mainNavContent .navbar-header {
    position: relative;
    min-height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
	#mainNavContent .navbar-brand {
	    padding-left: 200px;
	}
	header .agency-header-logo {
		position: absolute;
		left: 0;
		top: 10px;
		z-index: 20;
		max-height: 160px;
		height: 160px;
		margin-right: 10px;
    	padding: 10px;
    }

	#mainNav .navbar-nav {
		float: none;
		margin-left: 165px;
	}
	.search-wrapper {
	    /* padding: 35px 0 10px; */
	}
}
@media only screen and (min-width: 1280px) {
  .Homepage-Layout .mainContentArea-middle .welcome .CTA-message-block {
    right: 15%;
    text-align: left;
  }
}
.Left-Nav .nav-stacked {
  background-color: #444444;
}
.Left-Nav .nav-stacked li a {
  color: #ffffff;
}
.Left-Nav .has-submenu:after {
  border-top-color: #ffffff;
}
.Left-Nav .dropdown.active a,
.Left-Nav .nav-stacked li a:hover,
.Left-Nav .nav-stacked li a:focus {
  background-color: #3c3c3c;
  color: #ffffff;
}
.Left-Nav .dropdown.active .dropdown-submenu .has-submenu.highlighted,
.Left-Nav .dropdown.active .dropdown-submenu .dropdown-menu a {
  background-color: #353535;
}
.relativeContent {
  background-color: #efefef;
  color: #333333;
}
.mainContentArea a,
.relativeContent a {
  color: #006699;
}
.mainContentArea a:visited,
.relativeContent a:visited {
  color: #56076b;
}


@media only screen and (max-width : 768px) {
	.list-social li a,
	.list-social li a i {
		color:#293a60
	}
	.list-social li a:hover,
	.list-social li a:focus,
	.list-social li a:active,
	.list-social li a:hover i,
	.list-social li a:focus i,
	.list-social li a:active i {
		color:#293a60
	}
}

/* some sharepoint overrides */
.ms-webpartzone-cell {
  margin-bottom: 0px;
}
.table-width {
  width: auto;
}
/* IE 8 Fixes */
.brwsr-ie-8 .offcanvas {
  display: block;
  position: static;
  width: auto;
  height: 120px;
  overflow-x: visible;
  overflow-y: visible;
  overflow: visible;
  border: none !important;
}
.brwsr-ie-8 .navbar-default {
  border: none !important;
}
.brwsr-ie-8 .navbar-nav {
  display: block;
}
.brwsr-ie-8 .navbar-nav > li {
  float: left;
}
.brwsr-ie-8 .CTA-container .cta span.CTA-title {
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0px;
  width: 100%;
  transform: none !important;
}
.brwsr-ie-8 .Homepage-Layout .left-side {
  width: 30% !important;
}
.brwsr-ie-8 .Homepage-Layout .right-side {
  width: 70% !important;
}
.dfwp-column {
  padding-left: 0;
}
/*# sourceMappingURL=agency_clean.css.map *