.nopad {
  padding: 0;
}
body{
  font-family: 'Open Sans', sans-serif;
  background-color: #e4e5e4;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 14px;
}
body p{
  font-family: 'Open Sans', sans-serif;
}
body a{
  color: #062f4f;
}
p > a, ul li > a {
  text-decoration: underline;
  color: #062f4f;
}
h1,h2,h3,h4,h5,h6{
  color: #062f4f;
  margin-bottom: 10px;
}
/* body a{
  font-family: 'Open Sans', sans-serif;
} */
.sticky-top-ie{
  position:fixed;
  width:100%;
  z-index:99;
  top:0px;
} 
@font-face {
  font-family: Georgia;
  src: url(../font/georgia-regular.ttf);
}
@font-face {
  font-family: Georgia bold;
  src: url(../font/georgia-bold.ttf);
}
:root {
  --arz-blue: #062f4f;
  --arz-yellow: #f7bf33;
  --arz-flagstaff: #e4e5e4;
  --arz-yellow-hover: #f5b414;
}
/*Links*/
.read-more-link, .node-readmore a{
  color: #062f4f;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.read-more-link::after, .node-readmore a::after{
  content: '>';
  color: #062f4f;
  display: inline-block;
  margin-left: 5px;
}
.read-more-link:hover, .read-more-link:focus, .node-readmore a:hover, .node-readmore a:focus {
  color: #062f4f !important;
  text-decoration: underline !important;
}
/*links --end-- */

/* yellow button*/
.btn-yellow{
  text-transform: uppercase;
  font-size: 14px;
  color: #062f4f !important;
  background-color: #f7bf33;
  padding: 7px 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  line-height: normal;
}
.btn-yellow:hover,
.btn-yellow:focus{
  background-color: #f5b414;
  text-decoration: none;
  color: #062f4f;
}
/*yellow button --ebd--*/

/*read more --start-- */

a.read-more-link{
  color: #062f4f;
  font-weight: 600;
  text-decoration: none;
}
a.read-more-link::after{
  content: '>';
  color: #062f4f;
  display: inline-block;
  margin-left: 5px;
}
a.read-more-link:hover, a.read-more-link:focus{
  text-decoration: underline;
}

/* read more--end-- */

.label-hidden > label{
  visibility: hidden;
}

/*basic card for border color and bg color*/
.card-basic{
  border: 1px solid #062f4f;
  background-color: #ffffff;
  padding: 50px 30px;
}
.mb-30px{
  margin-bottom: 30px;
}
.mt-30px{
  margin-top: 30px;
}
.pl-15px {
  padding-left: 15px;
}
.pr-15px {
  padding-right: 15px;
}
.mb-15px{
  margin-bottom: 15px;
}
.mt-15px{
  margin-bottom: 15px;
}
.card-basic-blue{
  border: 1px solid #062f4f;
  background-color: #062f4f;
  padding: 50px 30px;
  color: #ffffff;
}
@media (max-width: 767px){
  .card-basic{
    padding: 50px 15px;
  }
  .card-basic-blue{
    padding: 50px 15px;
  }
}
/*basic card for border color and bg color*/


/* breadcrumb hidden*/
#block-delta-blocks-breadcrumb{
  display: none;
}
/* breadcrumb hidden*/
#zone-content #preface-group{
  position: relative;
}
/* -- Start-- header with Logo and nav */

#zone-branding #block-search-form.block-search {
  padding-left: 0;
  padding-right: 0;
}
.sliver-container-fixed{
  position: fixed;
  z-index: 999;
}
.position-fixed{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#zone-branding {
  background-color: #ffffff;
  position: relative;
  border-bottom: 3px solid #062f4f;
  z-index: 999;
}
#zone-branding .navbar-color{
  background-color: #ffffff;
}
#region-branding .site-details a .logo-border{
  overflow: visible;
  height: 20px;
  bottom: 0;
  right: 0;
  left: 0;
}
#region-branding .site-details a .logo-border::after {
  background-color: #f8f8f8;
  border-radius: 100%;
  position: absolute;
  height: 135px;
  content: '';
  width: 136px;
  bottom: -50px;
  /* left: 4.5%; */
  border-bottom: 3px solid #062f4f;
  border-right: 2px solid #062f4f;
  border-left: 2px solid #062f4f;
  z-index: -9;
}
#region-branding .site-details {
  float: left;
  width: 50% !important;
  padding: 20px 0 0 0;
}
#zone-branding .site-details .site-info {
  display: none;
}
#region-branding .region-branding {
  float: right;
  width: 50%;
  padding-top: 20px;
}
#region-branding .region-branding #block-search-form{
  width: 100%;
  float: right;
}
#zone-branding .site-details .logo img{
  position: absolute;
  width: 120px;
  margin-left: 8px;
  z-index: 1;
}
.content .form-search .form-group{
  margin-bottom: 5px;
}
.content .menu.nav{
  float: right;
}
#zone-branding .region-menu .content > ul.menu li > ul > li > a{
  padding: 10px 5px;
  white-space: nowrap;
  text-align: left;
}
#zone-branding .region-menu .content > ul.menu li > ul > li:hover{
  background-color: #e4e5e4;
  border-radius: 0;
}
#zone-branding .region-menu .content > ul.menu li > ul > li{
  background-color: #ffffff;
}
#zone-branding .region-menu ul.menu li > ul > li:hover > a, 
#zone-branding .region-menu ul.menu li > ul > li:focus-within > a, 
#zone-branding .region-menu ul.menu ul > li .focus-within > a, 
#zone-branding .region-menu ul.menu li > ul > li:focus > a, 
#zone-branding .region-menu ul.menu li > ul > li > a:focus
#zone-branding .region-menu ul.menu li > ul > li:hover > a, 
#zone-branding .region-menu ul.menu li > ul > li:focus-within > a, 
#zone-branding .region-menu ul.menu ul > li .focus-within > a, 
#zone-branding .region-menu ul.menu li > ul > li:focus > a, 
#zone-branding .region-menu ul.menu li > ul > li > a:focus{
  background: transparent;
  color: #062f4f;
  text-decoration: none;
}
#zone-branding .region-menu .content > ul.menu li > ul{
  width: auto;
  padding: 0 2px;
}
#zone-branding .region-menu {
  background-color: transparent;
}
#zone-branding .region-menu .content > ul.menu li a {
  font-size: 13px;
  border-radius: 0;
  text-transform: capitalize;
  color: #062f4f;
  font-weight: 700;
  padding: 10px 0 10px 14px;
}
#zone-branding .region-menu .content > ul.menu li a:after {
  content: '';
  width: 0px;
  height: 2px;
  display: block;
  background: #f7bf33;
  transition: 300ms;
}
#zone-branding .region-menu .content > ul.menu li a.active::after {
  content: '';
  width: 0px;
  height: 2px;
  display: block;
  background: #f7bf33;
  z-index: 999;
}
#zone-branding .region-menu .content > ul.menu li > ul a:after{
  content: '';
  display: none;
}
#zone-branding .region-menu .content > ul.menu li a.active::after {
  width: 100%;
}
#zone-branding .region-menu .content > ul.menu li a:hover:after {
  width: 100%;
}
#zone-branding .region-menu .content > ul.menu li a:hover, 
#zone-branding .region-menu .content > ul.menu li a:focus{
  background-color: transparent;
  color: #062f4f;
}
.form-search .input-group .form-control{
  border-radius: 0;
  text-transform: initial;
  color: #062f4f;
}
.form-search .input-group .form-control::-webkit-input-placeholder { /* WebKit browsers */
  text-transform: uppercase;
}
.form-search .input-group .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
}
.form-search .input-group .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-transform: uppercase;
}
.form-search .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  text-transform: uppercase;
}

.form-search .input-group .input-group-btn .btn{
  border-radius: 0;
  text-transform: uppercase;
  margin-left: 5px;
}
.form-search .input-group .input-group-btn .btn-primary{
  background-color: #f7bf33;
  border-color: #f7bf33;
  color: #062f4f;
  font-weight: 700;
}
.form-search .input-group .input-group-btn .btn-primary:hover,
.form-search .input-group .input-group-btn .btn-primary:focus{
  background-color: #f5b414;
}
#page #zone-branding .region-menu ul.menu ul a:hover,
#page #zone-branding .region-menu ul.menu ul a:focus, 
#page #zone-branding .region-menu ul.focus-within > ul a:hover, 
#page #zone-branding .region-menu ul.focus-within > ul a:focus{
  background-color: transparent !important;
  color: #062f4f !important;
}
#zone-branding .region-menu .content > ul.menu > li:hover > a, 
#zone-branding .region-menu .content > ul.menu > li:hover > .glyphicon, 
#zone-branding .region-menu .content > ul.menu > li.focus-within > a, 
#zone-branding .region-menu .content > ul.menu > li.focus-within > .glyphicon{
  background-color: transparent !important;
  color: #062f4f !important;
}
#region-branding.container {
  padding-right: 15px;
}
#zone-branding .region-menu .content > ul.menu ul a,
#zone-branding .region-menu .content > ul.menu ul .glyphicon{
  color: #062f4f;
}
 
#zone-branding .region-menu .content > ul.menu > li > .glyphicon,
#zone-branding .region-menu .content > ul.menu > li.focus-within > .glyphicon{
  color: #062f4f;
}
#region-branding.container {
  padding-right: 15px;
}
#zone-branding .region-menu .content > ul.menu ul{
  border-radius: 0;
  box-shadow: 0 0 4px rgba(165, 165, 165, 0.73);
}
#zone-branding .region-menu .content > ul.menu > li:hover > ul,
#zone-branding .region-menu .content > ul.menu > li > ul{
  right: 0;
  z-index: 999;
}
#zone-branding .region-menu .content > ul.menu ul ul{
  right: 102% !important;
  top: 10px !important;
  left: auto !important;
}
@media (min-width: 768px){
  .form-search .input-group .input-group-btn .btn .searchmagnifier{
    display: none;
  }
}
@media (max-width: 767px){
  .content .menu.nav {
    float: none;
    text-align: left;
  }
  #region-branding .region-branding {
    float: none;
    width: 70%;
    padding: 10px 0;
    margin-left: auto;
    margin-right: 45px;
  }
  #zone-branding #block-search-form input{
    max-width: 340px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .content .form-search .form-group {
    margin-bottom: 0px;
  }
  /* #block-search-form form{
    margin-right: 15px;
  } */
  #region-branding .site-details a .logo-border::after {
    height: 97px;
    width: 97px;
    bottom: -45px;
  }
  #zone-branding .site-details .logo img{
    width: 80px;
  }
  #region-branding .site-details {
    padding: 10px 0 0 0;
    width: 20% !important;
  }
  #region-branding .region-branding #block-search-form{
    width: 97%;
    float: right;
    margin-bottom: 10px;
  }
  #mobile-menu {
    top: 10px;
    right: 15px;
    margin-top: 2px;
  }
  .form-search .input-group .input-group-btn .btn .searchtext{
    display: none;
  }
  #block-system-main-menu{
    position: absolute;
    background-color: rgba(255, 254, 254, 0.885);
    width: 80vw;
    text-align: right;
    right: 0;
    top: 57px;
    overflow-y: scroll;
    max-height: 60vh;
  }
  #zone-branding .region-menu .content > ul.menu li > ul > li{
  background-color: transparent;
  }
  #zone-branding .region-menu .content > ul.menu li > ul{
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  #zone-branding .glyphicon-plus-sign:before{
    content: '\e252';
  }
  #zone-branding .glyphicon-minus-sign:before{
    content: '\e253';
  }
  #zone-branding .region-menu .content > ul.menu .glyphicon{
    font-size: 17px;
    right: 0;
  }
  #zone-branding .region-menu .content > ul.menu li a:after {
    content: '';
    display: none;
  }
  #zone-branding .region-menu .content > ul.menu li a.active::after {
    content: '';
    display: none;
  }
  #zone-branding .region-menu .content > ul.menu li a{
    padding: 10px 0 10px 20px;
  }
  #zone-branding .region-menu .content > ul.menu li > ul > li > a{
    padding-left: 30px;
    padding-right: 0;
    white-space: normal;
  }
  #zone-branding .region-menu .content > ul.menu li > ul > li:hover{
    background-color: transparent;
  }
}
@media (max-width: 420px){
  #region-branding .region-branding {
    width: 60%;
  }
  #region-branding .region-branding #block-search-form{
    width: 100%;
  }
  #block-system-main-menu{
    width: 100vw;
  }
}
@media (max-width: 510px){
  #block-system-main-menu{
    padding-top: 40px;
    z-index: -10;
  }
}
@media (min-width: 421px) and (max-width: 510px){
  #region-branding .region-branding {
    width: 65%;
  }
  #block-system-main-menu{
    width: 100vw;
  }
}
@media (min-width: 350px) and (max-width: 390px){
  #region-branding .region-branding {
    width: 58%;
  }
}
@media (min-width: 320px) and (max-width: 349px){
  #region-branding .region-branding {
    width: 49%;
  }
}
@media (min-width: 992px){
  #zone-branding .region-menu .content > ul.menu li a{
    padding: 10px 0 10px 30px;
    font-size: 14px;
  }
}

/* -- end-- header with Logo and nav */
#zone-header{
  margin: 0;
}
.page-node.front #content-wrapper.nopad{
  padding: 0;
}
/*homepage slider -- Start-- */
#field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption{
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 50%;
  padding-left: 7%;
}
#field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption .field-slideshow-caption-text,
#field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption .field-slideshow-caption-text h1,
#field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption .field-slideshow-caption-text h2,
#field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption .field-slideshow-caption-text h3,
#field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption .field-slideshow-caption-text h4,
#field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption .field-slideshow-caption-text h5,
#field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption .field-slideshow-caption-text p{
  color: #ffffff;
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 30px;
  font-style: italic;
  /* text-shadow:
     1px  1px 0 #000,
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; */
  text-transform: capitalize;
  line-height: 30px;
  word-break: break-word;
}
.homepage-slideshow-banner #field-slideshow-1-wrapper{
  position: relative;
}
#field-slideshow-1-controls{
  position: absolute;
  bottom: calc(50% + 26px);
  z-index: 100;
  width: 100%
}
#field-slideshow-1-controls .prev{
  position: absolute;
  left: 2%;
  color: transparent;
  
}
#field-slideshow-1-controls .prev::after{
  content: '';
  background-image: url(../img/arrow-right.png);
  height: 52px;
  width: 26px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

#field-slideshow-1-controls .next{
  position: absolute;
  right: 2%;
  color: transparent;
}
#field-slideshow-1-controls .next::before  {
  content: '';
  background-image: url(../img/arrow-right.png);
  height: 52px;
  width: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px){
  #field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption{
    width: 75%;
    padding: 0 4%;
  }
  #field-slideshow-1-wrapper .field-slideshow-slide .desktop-slide-image{
    display: none;
  }
  #field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption .field-slideshow-caption-text{
    font-size: 17px;
    line-height: 20px;
  }
  #field-slideshow-1-controls .prev::after{
    height: 40px;
    width: 20px;
  }
  #field-slideshow-1-controls .next::before  {
    height: 40px;
    width: 20px;
  }
  #field-slideshow-1-controls .prev{
    left: 0 !important;
  }
  #field-slideshow-1-controls .next{
    right: 0 !important;
  }
  #field-slideshow-1-wrapper .field-slideshow{
    height: 360px !important;
  }
  #field-slideshow-1-wrapper .field-slideshow-slide{
    height: 100% !important;
  }
  #field-slideshow-1-wrapper .field-slideshow-slide img{
    height: 100% !important;
    object-fit: cover;
  }
}
@media (max-width: 520px){
  #field-slideshow-1-wrapper .field-slideshow{
    height: 280px !important;
  }
}
@media (max-width: 991px){
  #field-slideshow-1-controls .next{
    right: 30px;
  }
  #field-slideshow-1-controls .prev{
    left: 0;
  }
}
@media (min-width: 768px){
  #field-slideshow-1-wrapper .field-slideshow-slide .mobile-slide-image{
    display: none;
  }
}
/*homepage slider -- End-- */

#content-wrapper #region-content{
  box-shadow: none;
}
#content-wrapper.container{
  background: transparent;
  margin-top: 50px;
  margin-bottom: 30px;
}
#content { 
  box-shadow: none;
}
/* card with image --start-- */
#card{
  padding: 15px 0;
}
/* Card with image -- start-- */
.card .view-persona-menu{
  border: 1px solid #062f4f;
  height: 585px;
  background-color: #ffffff;
}
.card .content .view-footer{
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card .view-persona-menu{
    height: 625px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card .view-persona-menu{
    height: 625px;
  }
  .card{
    padding: 15px;
  }
  .card .content .view-footer{
    bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .card .view-persona-menu{
    height: auto;
  }
  .card{
    padding: 15px;
  }
  .card .content .view-footer{
    bottom: 15px !important;
  }
  .card .content .view-footer a{
    margin: 20px 0 20px 25px !important;
  }
  .card .content .view-footer{
    position: unset;
  }
}

.card img{
  width: 100%;
  margin-bottom: 10px;
}
.view-content .view-grouping-content .view .views-row{
  margin-bottom: 2px;
}
/* .views-field.views-field-title .field-content{
  padding: 15px;
}
.views-field.views-field-title .field-content::after{
  content: '';
  width: 1px;
  height: 154px;
  background-color: #062f4f;
  display: inline-block;
  position: absolute;
  bottom: 70px;
  left: 38px;
} */
.card .view-grouping-header{
  font-size: 24px;
  font-style: italic;
  text-transform: capitalize;
  color: #062f4f;
  font-weight: 900;
  font-family: 'Georgia bold', 'Times New Roman', Times, serif;
}
.card .view-grouping-content h3{
  font-style: italic;
  text-transform: initial !important;
  font-family: 'Georgia bold', 'Times New Roman', Times, serif;
  margin-left: 15px;
  margin-bottom: 5px;
  font-weight: 900;
  color: #062f4f;
  word-break: break-word;
}
.card .view-grouping-content h3 p{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 5px;
  color: #0d0d0d;
}
.card .views-field-field-sidebar-reference-menu .nav > li > a{
  padding: 0;
}
.card .views-field-field-sidebar-reference-menu .content ul:first-child > li.expanded:first-child > a{
  font-size: 17px;
  font-style: italic;
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  margin-bottom: 15px;
}
aside .block-menu ul:first-child > li.expanded:first-child > a{
  font-size: 18px;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-bottom: 15px;
}
.card .views-field-field-sidebar-reference-menu .content ul:first-child > li:first-child > a:hover{
  color: #0d0d0d;
  font-weight: normal;
  text-decoration: none;
}
.card .views-field-field-sidebar-reference-menu .nav > li {
  margin-bottom: 5px;
  line-height: 15px;
}
.card .views-field-field-sidebar-reference-menu .nav > li > a:hover, .card .views-field-field-sidebar-reference-menu .nav > li > a:focus{
  background-color: transparent;
}
.front #page .view .views-field ul ul, .front #page .view .field-content ul ul{
  margin: 6px 15px 6px 10px;
  padding-left: 10px;
  border-left: 1px solid rgb(114, 142, 163);
}
.card .view-persona-menu .views-field-field-sidebar-reference-menu{
  margin-left: 15px;
}
.card .content .view-footer a{
  text-transform: uppercase;
  font-size: 14px;
  color: #062f4f;
  background-color: #f7bf33;
  padding: 7px 20px;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 20px 20px;
  font-weight: 700;
}
.card .content .view-footer a:hover,
.card .content .view-footer a:focus{
  background-color: #f5b414;
}
.content .part_line{
  width: 15%;
  background: #062f4f;
  margin: 50px 0;
  height: 1px;
  display: inline-block;
}
@media (min-width: 992px){
  .content .part_line{
    margin: 65px 0 50px 0;
  }
}

/* card with image --end-- */

/*card-plain without image --start--*/

.card-plain .block-inner{
  border: 1px solid #062f4f;
  background-color: #ffffff;
  margin: 15px;
  padding: 25px;
  
}
@media(max-width: 991px){
  #block-views-homepage-news-block .view-homepage-news .views-row{
    margin-bottom: 50px;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
  .card-plain .block-inner{
    height: 610px;
  }
  .card-plain .block-inner .view-footer{
    position: absolute;
    bottom: 30px;
  }
  #block-views-homepage-news-block .view-homepage-news .views-row{
    margin-bottom: 30px;
  }
  .twitter_home_block iframe{
    max-height: 430px;
  }
}
@media(min-width: 1200px){
  .card-plain .block-inner{
    height: 590px;
  }
  .twitter_home_block iframe{
    max-height: 490px;
  }
  .card-plain .block-inner .view-footer{
    position: absolute;
    bottom: 40px;
  }
  #block-views-homepage-news-block .view-homepage-news .views-row{
    margin-bottom: 35px;
  }
}
.card-plain .view-footer a{
  text-transform: uppercase;
  font-size: 14px;
  color: #062f4f;
  background-color: #f7bf33;
  padding: 7px 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  margin-left: 8px;
}
.card-plain .view-footer a:hover,
.card-plain .view-footer a:focus{
  background-color: #f5b414;
}
.card-plain .content .views-field-title a{
  font-family: 'Georgia bold', 'Times New Roman', Times, serif;
  font-size: 18px;
  font-style: italic;
  color: #062f4f;
  text-decoration: none;
  word-break: break-word;
}
.card-plain .content .views-field-body {
  font-size: 14px;
  color: #0d0d0d;
  line-height: 22px;
}
.card-plain .content .views-field-body a{
  color: #062f4f;
}
@media (max-width: 767px) {
  #zone-content .card-plain .block-inner{
    height: auto !important;
  }
}
.card-plain .block-inner .views-field-view-node .field-content a{
  color: #062f4f;
  font-weight: 600;
  text-decoration: none;
}
.card-plain .block-inner .views-field-view-node .field-content a::after{
  content: '>';
  color: #062f4f;
  display: inline-block;
  margin-left: 5px;
}
.card-plain .block-inner .views-field-view-node .field-content a:hover,
.card-plain .block-inner .views-field-view-node .field-content a:focus{
  text-decoration: underline;
}
/*card-plain without image --end--*/



#block-views-homepage-news-block h2{
  font-family: 'Georgia bold', 'Times New Roman', Times, serif;
  font-size: 24px;
  font-style: italic;
  color: #0d0d0d;
  font-weight: 900;
  padding: 0;
  margin-bottom: 15px;
}
#block-views-homepage-news-block .views-field.views-field-body .field-content::before{
  content: '';
  width: 1px;
  height: 140px;
  background-color: rgb(114, 142, 163);
  display: inline-block;
  position: absolute;
  left: 50px;
}
@media (max-width: 767px){
  #block-views-homepage-news-block .views-field.views-field-body .field-content::before{
    height: 120px;
  }
}
@media (max-width: 420px){
  #block-views-homepage-news-block .views-field.views-field-body .field-content::before{
    height: 180px;
  }
  #block-views-homepage-news-block .views-row .views-field-body,
  #block-views-homepage-news-block .views-row .views-field-view-node{
    border-left: 1px solid #062f4f;
    padding-left: 10px;
  }
  #block-views-homepage-news-block .view .views-field{
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  #block-views-homepage-news-block .views-field.views-field-body .field-content::before{
    display: none;
  }
  #block-views-homepage-news-block .views-field.views-field-body, #block-views-homepage-news-block .views-field.views-field-view-node {
    margin-left: 10px !important;
  }
}
#block-views-homepage-news-block .views-field.views-field-body,
#block-views-homepage-news-block .views-field.views-field-view-node{
  margin-left: 20px;
}
#zone-pre-footer #pre-footer-second {
  background-color: #f7bf33;
  padding: 50px 0;
}
/* homepage about us --strart--*/
#zone-pre-footer {
  margin-top: 30px;
}
#pre-footer-wrapper.container-fluid {
  background-color: #062f4f;
  color: #ffffff;
  padding: 100px 0;
}
/* #zone-pre-footer .wrapper-boundary::before{
  content: '';
  -webkit-clip-path: polygon(44% 75%, 67% 0, 100% 100%, 0 100%, 26% 33%);
  clip-path: polygon(44% 75%, 67% 0, 100% 100%, 0 100%, 26% 33%);
  background: #062f4f;
  width: 500px;
  height: 75px;
  margin-left: auto;
  margin-bottom: -1px;
  display: block;
} */
#zone-pre-footer .wrapper-boundary::before{
  content: '';
  background-image: url(../img/triangles.png);
  width: 400px;
  height: 75px;
  margin-left: auto;
  margin-bottom: -1px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd{
  display: flex;
  flex-direction: row;
  padding-left: 10%;
  padding-right: 10%;
}
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-field-author-image{
  width: 35%;
  margin-right: 5%;
}
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-field-author-image img{
  width: 65%;
}
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-field-author-image .commissioner-name{
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
}
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-body{
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-body h2{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-style: italic;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
  word-break: break-word;
}
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-body .about-us-homepage-content-wrapper{
  font-size: 14px;
}
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-body .about-us-homepage-content-wrapper p{
  text-align: justify;
}
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-body .about-us-homepage-content-wrapper .view-footer a{
  text-transform: uppercase;
  font-size: 14px;
  color: #062f4f;
  background-color: #f7bf33;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
}
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-body .about-us-homepage-content-wrapper .view-footer a:hover,
#block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-body .about-us-homepage-content-wrapper .view-footer a:focus{
  background-color: #f5b414;
}
@media (max-width: 530px){
  #zone-pre-footer .wrapper-boundary::before{
    display: none;
  }
  #block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd{
    flex-direction: column;
  }
  #block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-field-author-image{
    width: 100%;
  }
  #block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-body{
    width: 100%;
  }
  #block-views-about-us-about-us .view-about-us .views-row.views-row-1.views-row-odd .views-field-field-author-image img{
    width: 100%;
  }
}
/* Homepage about us --end--*/


.twitter_home_block iframe {
    width: 100% !important;
}
@media (min-width: 768px) and (max-width: 1199px){
  .twitter_home_block iframe{
    height: auto;
  }
  /* .card-plain .block-inner{
    height: 540px;
  } */
}
@media (max-width: 767px){
  /* .twitter_home_block iframe{
    height: unset !important;
  } */
}

.newsletter_block .content{
  margin-left: 15px;
  padding-left: 10px;
  border-left: 1px solid #062f4f;
}
.newsletter_block .content ul{
  margin-bottom: 5px;
}
.newsletter_block .content input{
  height: 30px;
  border: 1px solid grey;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px;
  width: 90%;
}
.view-grouping-content .field-content a{
  text-decoration: none;
  font-weight: 400;
  color: #0d0d0d;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.view-grouping-content .field-content a:hover,
.view-grouping-content .field-content a:focus{
  text-decoration: underline;
  font-weight: 600;
  color: #062f4f;
}
/*newsletter sign up start*/
.block-sendgrid-marketing h2.block-title{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 24px;
  font-style: italic;
  color: #062f4f;
  margin-bottom: 20px;
}
.block-sendgrid-marketing .content form{
  border-left: 1px solid #495568;
  margin-left: 15px;
  padding: 0 0 15px 15px;

}
.block-sendgrid-marketing .content form .newsletter-description{
  font-size: 14px;
  color: #495568;
  margin-bottom: 20px;
}
.block-sendgrid-marketing .content form .form-item{
  display: inline-block;
  width: 20%;
  margin-right: 1%;
}
.block-sendgrid-marketing .content form .form-item input{
  border-radius: 0;
}
.block-sendgrid-marketing .content form .btn-default{
  border-radius: 0;
  background-color: #062f4f;
  color: #ffffff;
  font-weight: 600;
  vertical-align: top;
}
.block-sendgrid-marketing .content form .form-item.form-item-subscriber-email-1 {
  width: 30%;
}
.block-sendgrid-marketing .content form .form-type-checkboxes {
  display: none;
}
#region-content #block-sendgrid-marketing-2 h2{
  font-size: 22px;
  color: #062f4f;
}
.block-sendgrid-marketing .content form .form-item.form-item-subscriber-email-2{
  width: 35%;
}
#block-sendgrid-marketing-2 .content form .btn-default{
  background-color: #f7bf33;
  color: #062f4f;
}
#block-sendgrid-marketing-2 .content form .btn {
  padding: 6px 18px;
}
#block-sendgrid-marketing-2 .block-inner {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px){
  /*sendgrid*/
  .block-sendgrid-marketing .content form .form-item{
    width: 23%;
  }
  .block-sendgrid-marketing .content form .form-item.form-item-subscriber-email-1{
    width: 35%;
  }
}
@media (max-width: 767px){
  /* sendgrid*/ 

  .block-sendgrid-marketing .content form .form-item{
    width: 100%;
    margin-bottom: 20px;
  }
  .block-sendgrid-marketing .content form .form-item.form-item-subscriber-email-1{
    width: 100%;
  }
  .block-sendgrid-marketing .content form .btn-default {
    width: 100%;
  }
  .block-sendgrid-marketing .content form .form-item.form-item-subscriber-email-2{
    width: 100%;
  }
}
#edit-actions{
  clear: initial;
  float: left;
}
@media (max-width: 767px){
  #edit-actions{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #edit-submit{
    width: 200px;
  }
}
@media (min-width: 1200px){
  .twitter_home_block .view-footer {
    margin-top: 20px;
  }
}
/*newsletter sign up end*/

/*start footer*/
#zone-footer{
  background-color: #062f4f;
}
#zone-footer .arizona_footer_logo{
  display: flex;
  align-items: center;
  height: 199px;
}
#zone-footer .arizona_footer_logo img{
  width: 70%;
}
#zone-footer .arizona_footer_address{
  display: flex;  justify-content: center;
  align-items: center;
  height: 199px;
}
#zone-footer .arizona_footer_address img{
  width: 90%;
}
#zone-footer .arizona_footer_address .arizona_footer_address_image{
  text-align: center;
}
#zone-footer .arizona_footer_address .arizona_footer_address_details h5{
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 800;
  margin: 3px 0;
}
#zone-footer .arizona_footer_address .arizona_footer_address_details p{
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 0;
}
#zone-footer .arizona_footer_address .arizona_footer_address_details a{
  text-decoration: underline;
}
#footer-first .row{
  margin-left: 0;
  margin-right: 0;
}
#zone-footer .region-footer-second ul.menu a {
  padding: 5px 2px;
  background: transparent;
  color: #062f4f;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: underline;
}
#zone-footer .region-footer-second ul.menu li:hover > a, 
#zone-footer .region-footer-second ul.menu li:focus-within > a, 
#zone-footer .region-footer-second ul.menu .focus-within > a, 
#zone-footer .region-footer-second ul.menu li:focus > a, 
#zone-footer .region-footer-second ul.menu li > a:focus
#zone-footer .region-footer-second ul.menu li:hover > a, 
#zone-footer .region-footer-second ul.menu li:focus-within > a, 
#zone-footer .region-footer-second ul.menu .focus-within > a, 
#zone-footer .region-footer-second ul.menu li:focus > a, 
#zone-footer .region-footer-second ul.menu li > a:focus{
  background: transparent;
  color: #062f4f;
  text-decoration: underline;
}
#zone-footer .region-footer-second .block-title{
  display: block;
  white-space: nowrap;
  color: #062f4f;
  font-family: 'Georgia bold', 'Times New Roman', Times, serif;
  font-weight: 900;
  font-style: italic;
  margin-right: 5px;
  font-size: 20px;
}
#zone-footer #region-footer-second{
  background-color: #ffffff;
  padding: 25px 0px;
}
#zone-footer #region-footer-second .content .menu.nav{
  float: none;
  margin-top: 10px;
}
#zone-footer #block-menu-menu-footer-links-other .content ul li:not(:last-of-type){
  border-right: 1px solid #000;
}
#zone-footer .region-footer-second #block-menu-menu-footer-links-other ul.menu li{
  margin: 0px 5px 5px 0;
}
#zone-footer .region-footer-second #block-menu-menu-footer-links-other ul.menu a{
  padding: 0 10px 0 2px;
}
#zone-footer .region-footer-second #block-menu-menu-footer-links-other ul.menu{
  margin-bottom: 10px;
}
#zone-footer #footer-first.container-fluid{
  padding-bottom: 60px;
}
#block-menu-menu-footer-quick-links{
  padding-left: 0;
}
#block-menu-menu-footer-links-other{
  padding-left: 0;
  text-align: right;
  padding-right: 87px;
}
#zone-footer #block-block-8.block-block {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
@media (max-width: 991px){
  #block-menu-menu-footer-links-other{
    text-align: unset;
    padding-right: 0;
  }
  #zone-footer #block-block-8.block-block{
    text-align: unset;
  }
  #block-menu-menu-footer-quick-links{
    padding-right: 0;
  }
}
@media (max-width: 767px){
  #zone-footer .arizona_footer_logo{
    display: flex;
    justify-content: center;
  }
  #zone-footer #region-footer-second .content{
    text-align: center;
  }
  #zone-footer .arizona_footer_address img{
    max-width: 170px;
  }
  #zone-footer .region-footer-second .block-title{
    text-align: center;
  }
  #zone-footer .arizona_footer_address{
    height: unset;
    margin-bottom: 30px;
  }
  #zone-footer #region-footer-second .content .menu.nav{
    margin-top: unset;
    text-align: center;
  }
  #zone-footer .arizona_footer_logo img{
    width: 65%;
  }
}
@media (min-width: 1200px){
  #zone-footer .mapouter{
    padding-left: 50px;
  }
  #zone-footer #footer-first.container-fluid{
    padding-top: 60px;
  }
}
@media (max-width: 535px){
  #zone-footer .arizona_footer_logo img{
    width: 78%;
  }
}
@media (max-width: 520px){
  #zone-footer .arizona_footer_logo{
    height: 150px;
  }
}
/*End Footer */

/*FAQ Page --Start-- */

/* popular articles --start-- */

.page-faq .all-faq-groups ul, .page-faq .all-files-groups ul{
  list-style: disc;
  margin: 10px 15px;
}
.page-faq .all-faq-groups ol, .page-faq .all-files-groups ol{
  list-style: decimal;
  margin: 10px 15px;
}
.page-faq .all-faq-groups table, .page-faq .all-files-groups table{
  width: 100% !important;
}
.page-faq #page-title{
  display: none;
}
#block-views-hompage-banner-faq-banner #field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption .field-slideshow-caption-text{
  text-transform: none;
}
#region-content h2, .faq-page .card-basic h2{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 28px;
  color: #0d0d0d;
  font-style: italic;
  text-transform: capitalize;
}
.faq-page .persona-list-block{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
  align-items: flex-end;
}
.persona-list-title{
  width: 24%;
  margin-right: 1%;
  margin-bottom: 30px;
}
#block-views-4d8604f6e3f920c27ce1b62d245d682d .block-inner{
  border: 1px solid #062f4f;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.all-faq-groups .faq-subhead, .all-files-groups .files-subhead{
  border: 1px solid #062f4f;
  background-color: #ffffff;
  padding: 50px 30px;
  margin-bottom: 30px;
}
.all-faq-groups .faq-subhead h3, .all-files-groups .files-subhead h3{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
  text-transform: capitalize;
  color: #062f4f;
}
.all-faq-persona-groups .faq-persona-group{
  margin-top: 30px;
}
.all-files-persona-groups .files-persona-group{
  margin: 5px 0 10px 7px;
  word-break: break-word;
  line-height: 17px;
}
.all-files-persona-groups .files-persona-group a{
  font-size: 14px;
  color: #0d0d0d;
  font-weight: 600;
}
.page-media-files h1#page-title{
  display: none;
}
.faq-persona-group .each-faq-category-group h4, .files-persona-group .each-files-category-group h4{
  font-size: 18px;
  color: #0d0d0d;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.faq-category-group .faq-each-qna h5 {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
}
.faq-category-group .faq-each-qna h5, .faq-each-qna .faq-each-answer{
  font-size: 14px;
  color: #0d0d0d;
}
.faq-category-group .faq-each-qna h5, .faq-each-qna .faq-each-answer a, .faq-each-qna .faq-each-answer p a{
  word-break: break-word;
}
.faq-category-group .faq-each-qna {
  margin: 15px;
}
.faq-each-qna .faq-each-answer{
  margin: 15px 15px 25px 15px;
}

/* popular articles --start-- */
#block-views-hompage-banner-faq-banner #field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption{
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 20px 0;
  background-color: #062f4f;
  text-transform: none !important;
}

#block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .view-content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
#block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .views-row{
  width: 31%;
  margin-right: 2%;
  margin-bottom: 30px;
}
#block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .views-row .popular-articles-question-faq{
  cursor: pointer;
  color: #09182b;
  font-weight: 400;
}
#block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .views-row .popular-articles-question-faq:hover,
#block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .views-row .popular-articles-question-faq:focus{
  color: #1e3867;
}
#block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .views-row .views-field-field-faq-category{
  color: #09182b;
  font-size: 18px;
  font-weight: 600;
}
#block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .views-row .views-field-title{
  font-size: 13px;
  color: #0d0d0d;
  text-decoration: underline;
  font-weight: 100;
}
#block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .views-row .views-field-field-detailed-question{
  font-size: 14px;
  color: #0d0d0d;
  text-decoration: underline;
}
#block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .views-row .field-content a{
  color: #0d0d0d;
  font-weight: 200;
}
#faq-topic-1.faq-subhead, #faq-topic-1.files-subhead{
  border: 1px solid #062f4f;
  background-color: #ffffff;
  padding: 30px 40px;
}
#faq-topic-1.faq-subhead h3, #faq-topic-1.files-subhead h3 {
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-style: italic;
  text-decoration: underline;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.faq-subhead .accordian-triangle, .files-subhead .accordian-triangle{
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #062f4f;
  margin-left: 10px;
  transition: .5s ease;
  display: inline-block;
}
.faq-subhead .collapsed .accordian-triangle-collapsed,  .files-subhead .collapsed .accordian-triangle-collapsed{
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #062f4f;
  margin-left: 10px;
  transition: .5s ease;
  display: inline-block;
}
.accordian-triangle-up {
 transform:rotate(-90deg);
 transform-origin: 50% 40%;
}
.persona-list-title span{
  width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.persona-list-title span.btn-yellow{
  min-height: 4em;
}
@media (max-width: 991px){
  #block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .views-row{
    width: 46%;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .persona-list-title{
    width: 32%;
    margin-right: 1.3%;
    display: flex;
    justify-content: center;
  }
  .persona-list-title span{
    width: 80%;
    text-align: center;
  }
}

@media (max-width: 767px){
  #block-views-4d8604f6e3f920c27ce1b62d245d682d .view-display-id-popular_articles_block .views-row{
    width: 100%;
    margin-right: 0;
  }
  .persona-list-title{
    width: 49%;
    margin-right: 1%;
    display: flex;
    justify-content: center;
  }
  .persona-list-title span{
    width: 75%;
    text-align: center;
  }
  #block-views-hompage-banner-faq-banner #field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption{
    padding: 5px 0;
  }
  #block-views-hompage-banner-faq-banner #field-slideshow-1-wrapper .field-slideshow-slide .field-slideshow-caption .field-slideshow-caption-text{
    font-size: 17px;
  }
  .faq-each-qna .faq-each-answer{
    text-align: justify;
  }
}
@media (max-width: 520px){
  .faq-page .persona-list-block{
    justify-content: center;
  }
  .persona-list-title{
    width: 75%;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 20px;
  }
  .persona-list-title span{
    width: 100%;
    text-align: center;
  }
  .faq-category-group .faq-each-qna{
    margin-left: 0;
    margin-right: 0;
  }
}

/*FAQ Page --end-- */

/* Taxonomy -- Start -- */ 
.page-taxonomy #content-wrapper{
  flex-wrap: nowrap;
}
.page-taxonomy #page-title{
  display: none;
}
.page-taxonomy #content-wrapper.nopad{
  padding-left: 15px;
  padding-right: 15px;
}
#zone-content #content-wrapper aside .region{
  border-radius: 0;
}
#zone-content #content-wrapper .region{
  box-shadow: none;
}
#content-wrapper aside > div{
  width: 100%;
  padding-right: 30px;
}
.taxonomy-additional-content-wrapper .card-basic{
  padding: 50px 30px !important;
}
.taxonomy-additional-content-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
.taxonomy-additional-content-wrapper .taxonomy-full-width{
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
.taxonomy-additional-content-wrapper .taxonomy-half-width{
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.taxonomy-additional-content-wrapper h3{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-style: italic;
  color: #062f4f;
  margin-bottom: 15px;
}
.taxonomy-term .taxonomy-additional-content-wrapper p{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #0d0d0d;
  line-height: 1.7;
  margin-bottom: 15px;
}
.taxonomy-term .taxonomy-additional-content-wrapper a{
  color: #062f4f;
}
.taxonomy-term ul, .taxonomy-term ol{
  margin: 10px 25px;
  list-style: disc;
  font-size: 14px;
  color: #0d0d0d;
}
.taxonomy-term .taxonomy-additional-content-wrapper ol{
  margin: 10px 25px;
  list-style: decimal;
  font-size: 14px;
  color: #0d0d0d;
}
/* #content-wrapper .main-region{
  padding: 0 15px;
} */
.taxonomy-term .content h2{
  width: 40%;
  margin-bottom: 20px;
}
#region-content .taxonomy-term .content h2{
  font-size: 33px;
}
.taxonomy-term .content small {
  font-size: 14px;
}
.taxonomy-term .content small p, .taxonomy-term .content small ul, .taxonomy-term .content small ol{ 
  margin-bottom: 15px;
  color: #062f4f;
}
.taxonomy-term .content small p a{
  color: #062f4f;
}
.taxonomy-term .content h2 a{
  color: #062f4f;
  text-decoration: none;
}
.taxonomy-term .subterm-block-wrapper{
  display: flex;
  flex-direction: row;
  clear: both;
  flex-wrap: wrap;
  padding: 20px 0;
}
.taxonomy-term .taxonomy-sub-term-block{
  width: 49%;
  margin-bottom: 2%;
}
.taxonomy-term .taxonomy-sub-term-block:nth-of-type(odd){
  margin-right: 1%;
}
.taxonomy-term .taxonomy-sub-term-block:nth-of-type(even){
  margin-left: 1%;
}
.taxonomy-term p{
  color: #062f4f;
}
.taxonomy-term .taxonomy-sub-term-header h3{
  color: #062f4f;
  font-style: italic;
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 20px;
}
.taxonomy-term .taxonomy-sub-term-header{
  margin-bottom: 15px;
}
.taxonomy-term .taxonomy-sub-term-content{
  margin-bottom: 5px;
}
.taxonomy-term .taxonomy-sub-term-content a{
  color: #0d0d0d;
  font-size: 15px;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
}
.taxonomy-term .taxonomy-sub-term-content a:hover, .taxonomy-term .taxonomy-sub-term-content a:focus{
  color: #062f4f;
}
.page-taxonomy #sidebar-first .sidebars-wrapper .region-sidebar-first{
  position: sticky;
  position: -webkit-sticky;
  padding: 20px 20px 10px 20px;
  background: #062f4f;
}
#block-azre-common-az-gov-sidebar-block{
  background: #062f4f;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  color: #fff;
  width: 100%;
}
.page-taxonomy #sidebar-first > div{
  margin-right: 0;
}
#block-azre-common-az-gov-sidebar-block h3{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 20px;
  color: #ffffff;
}
#block-azre-common-az-gov-sidebar-block h3 p{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 16px;
}
/* #block-azre-common-az-gov-sidebar-block .views-row{
  margin-left: 10px;
  border-left: 1px solid #ffffff;
  padding-left: 10px;
  padding-bottom: 4px;
} */
#block-azre-common-az-gov-sidebar-block .views-row a{
  color: #ffffff;
  font-weight: 100;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#page aside .block-menu ul > li.expanded > a{
  font-size: 16px;
  font-style: italic;
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  margin-bottom: 15px;
}
#page aside .block-menu ul > li.expanded > a:hover, #page aside .block-menu ul > li.expanded > a:focus{
  text-decoration: none !important;
}
#block-azre-common-az-gov-sidebar-block .views-row a:hover, #block-azre-common-az-gov-sidebar-block .views-row a:focus{
  color: #ffffff;
  text-decoration: underline;
}
#block-azre-common-az-gov-sidebar-block .views-row .nav > li > a{
  padding: 0;
}
#block-azre-common-az-gov-sidebar-block .views-row .nav > li > a:hover{
  background-color: transparent;
}
.page-taxonomy #page #sidebar-first .view .field-content ul ul, #page #sidebar-first .view .field-content ul ul,
.page-taxonomy .sidebars-wrapper .block-inner ul ul,
.node-type-basic-page .sidebar-menus ul ul, .node-type-basic-page .sidebar-menus ul ul ul,
.node-type-steps-content #page #sidebar-first .sidebars-wrapper ul ul, .node-type-steps-content #page #sidebar-first .sidebars-wrapper ul ul ul{
  margin: 5px 0 5px 5px;
  border-left: 1px solid #ffffff;
  padding-left: 10px;
}
.page-taxonomy .sidebars-wrapper .block-inner{
  background: #062f4f;
  color: #fff;
}
.page-taxonomy .sidebars-wrapper .block-inner a{
  color: #ffffff;
}
.page-taxonomy .sidebars-wrapper .block-inner .nav > li > a{
  padding: 0;
}
.page-taxonomy .sidebars-wrapper .block-inner .content .menu.nav{
  float: none;
}
.page-taxonomy .sidebars-wrapper .block-inner h2{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.page-taxonomy .sidebars-wrapper .block-inner ul li > a{
  text-decoration: none;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.page-taxonomy #zone-content .sidebars-wrapper h2{
  text-transform: capitalize;
}
.page-taxonomy .sidebars-wrapper .block-inner ul li > a:hover, .page-taxonomy .sidebars-wrapper .block-inner ul li > a:focus{
  background-color: transparent;
  text-decoration: underline;
}
#block-views-ab4b6f0f223ced49787e550c63f02c31 .view-persona-page-faq{
  border-left: 0.5px solid #062f4f;
  margin-left: 15px;
  margin-top: 15px;
  padding: 10px 20px 10px 20px;
}
#block-azre-common-az-gov-more-questions-block h2{
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: unset;
}
#block-azre-common-az-gov-more-questions-block p a{
  color: #ffffff;
}
#block-azre-common-az-gov-more-questions-block p{
  margin-bottom: 45px;
}
#block-views-ab4b6f0f223ced49787e550c63f02c31 h2 {
  color: #062f4f;
}
.view-persona-page-faq .faq-category-group {
  margin: 10px 0;
}
.view-persona-page-faq .faq-category-group h5 {
  color: #0d0d0d;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
.view-persona-page-faq .faq-category-group .faq-each-answer{
  padding: 10px;
  color: #0d0d0d;
}
@media (max-width: 991px){
  .page-taxonomy #content-wrapper{
    flex-wrap: wrap;
  }
  #zone-content #content-wrapper aside .region{
    width: 100%;
    margin-bottom: 30px;
  }
  #content-wrapper aside{
    order: 0;
  }
  #block-azre-common-az-gov-sidebar-block{
    justify-content: left;
  }
  #content-wrapper aside > div{
    padding-right: 0;
  }
  
}
@media (max-width: 767px){
  .taxonomy-term .taxonomy-sub-term-block{
    width: 100%;
  }
  .taxonomy-term .taxonomy-sub-term-block:nth-of-type(odd){
    margin-right: 0;
  }
  .taxonomy-term .taxonomy-sub-term-block:nth-of-type(even){
    margin-left: 0;
  }
  #block-views-ab4b6f0f223ced49787e550c63f02c31 .view-persona-page-faq{
    padding-left: 0;
    margin-left: 0;
    border: 0;
    text-align: justify;
    padding-right: 0;
  }
  .taxonomy-additional-content-wrapper .taxonomy-half-width{
    width: 100%;
  }
}
/* Taxonomy --end -- */

/* news page --start-- */
.node-type-news h2.title.node-title{
  display: none;
}
.node-title{
  margin-bottom: 15px;
}
.node-type-news .node-news.container, .page-taxonomy .node-news.container{
  padding-left: 0;
  padding-right: 30px;
}
.page-news #page-title{
  display: block;
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 33px;
  font-style: italic;
  color: #062f4f;
}
.page-node #page-title{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 33px;
  font-style: italic;
  color: #062f4f;
}
 #content h1#page-title{
  padding: 20px 15px 20px 15px;
}
.page-news .view-homepage-news-page h2{
  margin-bottom: 20px;
}
.page-news .view-homepage-news-page .field-items{
  font-size: 16px;
  margin: 15px;
  color: #0d0d0d;
  line-height: 25px;
}
.page-news .view-homepage-news-page a{
  color: #062f4f;
  font-size: 16px;
}
.page-news .view-homepage-news-page a:hover, .page-news .view-homepage-news-page a:focus{
  color: #ad4321;
}
.page-news .node-readmore a{
  margin-left: 15px;
}
.page-news #page .node ul{
  margin: 0;
}
#block-system-main .field-items{
  font-size: 16px;
  margin: 15px;
  color: #0d0d0d;
  line-height: 25px;
}
#block-system-main .field-items a{
  color: #062f4f;
}
#block-system-main .field-items a:hover, #block-system-main .field-items a:focus{
  color: #ad4321;
}
.node-type-news #block-system-main .node-news span{
  font-size: 14px;
  color: #0d0d0d;
  font-style: italic;
  margin-bottom: 20px;
}
.page-news #block-system-main .pager{
  margin-top: 20px;
}
.page-news #block-system-main .pager a{
  text-decoration: none;
}
.page-news #block-system-main .pager a:hover, .page-news #block-system-main .pager a:focus{
  color: #062f4f;
}
#block-system-main .node-news .news-category .field-items {
  margin: 0;
}
#block-system-main .node-news .news-category .field-items h2{
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
}
#block-system-main .node-news .news-category .field-items a{
  color: #ffffff;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 0 10px;
}
#block-system-main .node-news .news-category .field-items .field-item{
  line-height: 1;
}
#block-system-main .node-news .news-category{
  margin-top: 15px;
  margin-left: 15px;
}
.page-taxonomy .node-news .card-basic.mt-30px:last-of-type{
  margin-bottom: 30px;
}
#block-system-main .node-news .news-content .badge{
  background-color: #4a5f2b;
}
@media (max-width: 767px){
  .node-type-news .node-news.container, .page-taxonomy .node-news.container{
    padding-right: 0;
  }
  .page-news #region-content h2 {
    font-size: 22px;
  }
  .page-news #block-system-main .field-items, .node-type-news #block-system-main .field-items{
    margin-left: 0;
    margin-right: 0;
  }
  .page-news .node-readmore a{
    margin-left: 0;
  }
  .page-news #content h1#page-title {
    padding: 20px 15px 20px 30px;
  } 
  #block-system-main .field-items{
    margin-left: 0;
    margin-right: 0;
  }
  #block-system-main .node-news .news-category{
    margin-left: 0;
  }
}
/* news page --end-- */

/* Basic page --start-- */
.node-type-basic-page #content-wrapper{
  flex-wrap: nowrap;
}
.node-type-basic-page #page-title {
  display: none;
}
.node-type-basic-page.not-front.no-sidebars #sidebar-first{
  margin-right: 30px;
}
#preface-group img{
  /* height: 540px; */
  object-fit: cover;
  width: 100%;
}
.page-node #content-wrapper.nopad{
  padding-left: 15px;
  padding-right: 15px;
}
.page-node #content-wrapper aside {
  display: unset;
}
.page-node #sidebar-first .sidebars-wrapper{
  position: sticky;
  position: -webkit-sticky;
}
/* .page-node #sidebar-first .view-id-basic_page_sidebar_menus.view-display-id-sidebar_menu_block{
  background: #062f4f;
  justify-content: left;
  align-items: flex-start;
  color: #fff;
  padding: 0px 20px 30px 20px;
  width: 100%;
  padding-top: 30px;
} */
.page-node #sidebar-first .view-id-basic_page_sidebar_menus.view-display-id-sidebar_menu_block .field-item a{
  color: #ffffff;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
.page-node #sidebar-first .view-id-basic_page_sidebar_menus.view-display-id-sidebar_menu_block .field-item a:hover,
.page-node #sidebar-first .view-id-basic_page_sidebar_menus.view-display-id-sidebar_menu_block .field-item a:focus{
  color: #ffffff;
  text-decoration: underline;
}

.page-node #sidebar-first .sidebars-wrapper .sidebar-blue {
  background: #062f4f;
  justify-content: left;
  align-items: flex-start;
  color: #fff;
  padding: 20px 20px 30px 20px;
  width: 100%;
  bottom: 200px;
}
.page-node #sidebar-first .sidebars-wrapper .sidebar-blue .view-content h3 {
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 20px;
  color: #ffffff;
}
.page-node #sidebar-first .sidebars-wrapper .sidebar-blue .view-content h3 p{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 16px;
  
}
.page-node #sidebar-first .sidebars-wrapper .sidebar-blue .view-content .views-row{
  margin-left: 10px;
  border-left: 1px solid;
  padding-left: 10px;
  padding-bottom: 3px;
}
.page-node #sidebar-first .sidebars-wrapper .sidebar-blue .view-content .views-row a{
  color: #ffffff;
  font-weight: 100;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
.page-node #sidebar-first .sidebars-wrapper .sidebar-blue .view-content .views-row a:hover, 
.page-node #sidebar-first .sidebars-wrapper .sidebar-blue .view-content .views-row a:focus{
  color: #ffffff;
  text-decoration: underline;
}
.page-node #sidebar-first > div{
  margin: 0;
}
.article-wrapper-basic-page {
  display: flex;
}
.article-content {
  width: 49%;
  margin-right: 1%;
}
.article-image{
  width: 49%;
  border: 1px solid #062f4f;
  margin-left: 1%;
}
.article-image .sub-tabs-image{
  height: 100%;
}
.page-node .sub-tabs-image img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.article-content-only{
  width: 100%;
}
.node-type-basic-page .node-basic-page h1.title-basic-page{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 33px !important;
  font-style: italic;
  padding-bottom: 20px;
  color: #0d0d0d;
}
.node-type-basic-page .node-basic-page h3{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-style: italic;
  color: #062f4f;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.node-basic-page .basic-page-body p, .article-wrapper-basic-page .sub-tabs-body p{
  color: #09182b;
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 20px;
}
.node-basic-page .basic-page-body ul li, .article-wrapper-basic-page .sub-tabs-body ul li{
  color: #09182b;
  font-size: 14px;
}
.node-basic-page .basic-page-body ol, .article-wrapper-basic-page .sub-tabs-body ol{
  color: #09182b;
  font-size: 14px;
}
#page .node-basic-page .basic-page-body ul, #page .article-wrapper-basic-page .sub-tabs-body ul,
.node-basic-page .basic-page-body ol, .article-wrapper-basic-page .sub-tabs-body ol{
  margin-bottom: 20px;
}
.article-wrapper-basic-page .sub-tabs-body h3{
  font-size: 22px;
}
.node-basic-page .basic-page-body p a, .article-wrapper-basic-page .sub-tabs-body p a{
  text-decoration: underline;
}
.node-type-basic-page .node-basic-page .basic-page-more_questions h3{
  color: #ffffff;
  font-size: 30px;
}
.node-type-basic-page .node-basic-page .basic-page-more_questions p{
  margin-bottom: 20px;
}
.node-type-basic-page .node-basic-page .basic-page-more_questions p a{
  color: #ffffff;
}
.node-type-basic-page .basic-page-faq .views-row{
  border-left: 1px solid #062f4f;
  margin-left: 10px;
  padding-left: 10px;
}
.node-type-basic-page .basic-page-faq .views-row:first-of-type{
  padding-top: 30px;
}
.node-type-basic-page .basic-page-faq .views-row:last-of-type{
  padding-bottom: 30px;
}
.node-type-basic-page .basic-page-faq .view-persona-page-faq .faq-category-group{
  margin: 0;
  padding: 10px 0;
}
.node-type-basic-page #content-wrapper aside > div{
  padding-right: 0;
}
.node-type-basic-page .sidebar-menus .menu.nav{
  float:none;
}
.node-type-basic-page .sidebar-menus h2{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 20px;
  color: #ffffff;
  text-transform: initial !important;
}
.node-type-basic-page .sidebar-menus a{
  color: #ffffff;
  text-decoration: none;
}
.node-type-basic-page .sidebar-menus a:hover, .node-type-basic-page .sidebar-menus a:focus{
  text-decoration: underline;
}
.node-type-basic-page .sidebar-menus .nav > li > a {
  padding: 0;
}
.node-type-basic-page .sidebar-menus .nav > li > a:hover{
  background-color: transparent;
}
.node-type-basic-page .sidebar-menus .field-label{
  display:none;
}
.node-type-basic-page #page .view .views-field ul ul, .node-type-basic-page #page .view .field-content ul ul{
  margin: 5px 0 5px 10px;
}
.node-type-basic-page.no-sidebars #page #sidebar-first, .node-type-steps-content #page #sidebar-first{
  width: 30%;
}
@media (min-width: 991px){
  .one-sidebar.node-type-basic-page #page #sidebar-first{
    margin-right: 30px;
    width: 22.5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .node-type-basic-page aside#sidebar-first{
    width: 30%;
  }
}
@media (max-width: 991px){
  .node-type-basic-page.not-front.no-sidebars #sidebar-first{
    margin-right: 0;
  }
  .page-node #sidebar-first{
    padding-right: 0;
  }
  .page-node #sidebar-first .sidebars-wrapper .view-display-id-licensees_page_block{
    margin-bottom: 0;
  }
  .page-node #sidebar-first .view-id-basic_page_sidebar_menus.view-display-id-sidebar_menu_block{
    position: unset;
    margin-bottom: 30px;
  }
  .page-node #sidebar-first .sidebars-wrapper .sidebar-blue {
    position: unset;
  }
  .node-type-basic-page.not-front.no-sidebars #content{
    width: 100%;
    margin-left: 0;
  }
  .node-type-basic-page #content-wrapper{
    flex-wrap: wrap;
  }
  .page-node #sidebar-first .sidebars-wrapper{
    margin-bottom: 30px;
  }
  .node-type-basic-page.not-front #sidebar-first{
    margin-right: 0;  
  }
  .node-type-basic-page #page #sidebar-first, .node-type-steps-content #page #sidebar-first{
    width: 100%;
  }
}
@media (max-width: 767px){
  .article-wrapper-basic-page {
    flex-direction: column;
  }
  .article-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .article-image{
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #preface-group img{
    height: 360px;
    object-fit: cover;
  }
  .article-image .sub-tabs-image{
    display: flex;
  }
  .node-type-basic-page .basic-page-faq .views-row{
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    text-align: justify;
  }
  .node-basic-page .basic-page-body p, .article-wrapper-basic-page .sub-tabs-body p{
    text-align: justify;
  }
}
@media (max-width: 520px){
  #preface-group img{
    height: 280px;
    object-fit: cover;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .no-sidebars.node-type-basic-page #content.width75{
    width: 75%;
  }
}
/* Basic page --end-- */

/*Steps page --start-- */
.node-type-steps-content.not-front.no-sidebars #content-wrapper{
  flex-wrap: nowrap;
}
.node-type-steps-content.not-front.not-front #sidebar-first{
  margin-right: 30px;
}
.node-type-steps-content.one-sidebar #page #sidebar-first{
  width: 22.3%;
}
.node-type-steps-content #content h1#page-title {
  padding: 0 15px 30px 0;
}
.node-steps-content .card-basic{
  padding-left: 50px;
  padding-right: 50px;
}
.node-steps-content .main-body h2{
  margin-bottom: 20px;
}
.node-steps-content .main-body p{
  color: #0d0d0d;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
}
.node-type-steps-content #page .field-steps-wrapper .step-main-header {
  padding-top: 15px;
}
.node-type-steps-content .field-steps-wrapper .step-header h3{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  color: #062f4f;
  font-style: italic;
  font-size: 20px;
}
.node-type-steps-content .field-steps-wrapper .step-header{
  margin-bottom: 15px;
}
.node-type-steps-content .field-steps-wrapper .step-body, 
.node-type-steps-content .field-steps-wrapper .steps-tabs-body {
  margin-bottom: 30px;
  font-size: 16px;
  color: #09182b;
}
.node-type-steps-content .field-steps-wrapper .step-body a, 
.node-type-steps-content .field-steps-wrapper .steps-tabs-body a{
  color: #062f4f;
}
.node-type-steps-content .field-steps-wrapper .step-header h3::after{
  content: '';
  width: 68%;
  height: 1px;
  background-color: #062f4f;
  display: inline-block;
  margin: 0 0 7px 30px;
}
.node-type-steps-content #page .field-steps-wrapper .step-image {
  display: flex;
  justify-content: center;
}
.node-type-steps-content #page .field-steps-wrapper .step-image img{
  width: 175px;
  height: 175px;
  border-radius: 50%;
  object-fit: cover;
}
.node-type-steps-content .field-steps-wrapper .field-steps-with-img{
  margin-top: 35px;
}
.node-type-steps-content .field-steps-wrapper .field-steps-with-img .step-body{
  width: 95%;
}
.node-type-steps-content .sidebar-menus .menu.nav{
  float:none;
}
.node-type-steps-content .sidebar-menus h2{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 20px;
  color: #ffffff;
  text-transform: initial !important;
}
.node-type-steps-content #sidebar-first .sidebars-wrapper, .node-type-basic-page #sidebar-first .sidebars-wrapper{
  background: #062f4f;
  justify-content: left;
  align-items: flex-start;
  color: #fff;
  padding: 0px 20px 20px 20px;
  width: 100%;
  padding-top: 30px;
}
.node-type-steps-content #sidebar-first .sidebars-wrapper a, .node-type-basic-page #sidebar-first .sidebars-wrapper a{
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.node-type-steps-content .sidebar-menus a:hover, .node-type-steps-content .sidebar-menus a:focus{
  text-decoration: underline;
}
.node-type-steps-content #sidebar-first .sidebars-wrapper .nav > li > a, .node-type-basic-page #sidebar-first .sidebars-wrapper .nav > li > a {
  padding: 0;
}
.node-type-steps-content #sidebar-first .sidebars-wrapper .nav > li > a:hover, .node-type-steps-content #sidebar-first .sidebars-wrapper .nav > li > a:focus,
.node-type-basic-page #sidebar-first .sidebars-wrapper .nav > li > a:hover, .node-type-basic-page #sidebar-first .sidebars-wrapper .nav > li > a:focus{
  background-color: transparent;
  text-decoration: underline;
}
.node-type-steps-content .sidebar-menus .field-label{
  display:none;
}
.node-type-steps-content #page #sidebar-first .sidebars-wrapper .views-field-field-persona-steps .field-content, .node-type-basic-page #page #sidebar-first .sidebars-wrapper .views-field-field-persona .field-content{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-style: italic;
}
.node-type-steps-content #page .view .views-field ul, #page .view .field-content ul{
  margin: 10px 0 0 0px;
  float: none;
}
@media (min-width: 992px) and (max-width: 1199px){
  .node-type-steps-content #page .field-steps-wrapper .step-image img{
    width: 152px;
    height: 152px;
  }
  .node-type-steps-content.one-sidebar #page #sidebar-first{
    width: 21.8%;
  }
}
@media (max-width: 991px){
  .node-type-steps-content.not-front.no-sidebars #content-wrapper{
    flex-wrap: wrap;
  }
  .node-type-steps-content.not-front.no-sidebars #content{
    width: 100%;
  }
  .node-type-steps-content #page .field-steps-wrapper .step-image img{
    width: 175px;
    height: 175px;
    border-radius: 50%;
    object-fit: cover;
  }
  .node-type-steps-content.not-front.not-front #sidebar-first{
    margin-right: 0;
  }
  .node-type-steps-content.one-sidebar #page #sidebar-first{
    width: 100%;
  }
}
@media (max-width: 767px){
  .node-type-steps-content .field-steps-wrapper .step-header h3::after{
    width: 55%;
  }
  .node-type-steps-content #page .field-steps-wrapper .step-image {
    display: none;
  }
  .node-type-steps-content #page .field-steps-wrapper .step-image img{
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .node-type-steps-content .field-steps-wrapper .field-steps-with-img{
    margin-top: 0;
  }
  .node-type-steps-content .field-steps-wrapper .field-steps-with-img .step-body{
    width: 100%;
  }
  .overview-body p, .node-steps-content .main-body p, .node-type-steps-content .overview-box p{
    text-align: justify;
  }
  .node-steps-content .card-basic{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 420px){
  .node-type-steps-content .field-steps-wrapper .step-header h3::after{
    width: 42%;
  }
}
.overview-wrapper h3{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  color: #0d0d0d;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 28px;
}
.overview-body p{
  color: #0d0d0d;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
}
.node-type-steps-content .overview-box {
  font-size: 14px;
  line-height: 25px;
}
.node-type-steps-content .overview-box h2{
  color: #062f4f !important;
  margin-bottom: 20px;
}
.node-type-steps-content .overview-box p{
  font-size: 14px;
  color: #0d0d0d;
  line-height: 25px;
  margin-bottom: 20px;
}
.node-type-steps-content .overview-box ul, .node-type-steps-content .overview-box ol{
  font-size: 14px;
  color: #0d0d0d;
  margin-bottom: 20px;
}
.node-type-steps-content .overview-box ol {
  list-style: decimal;
}
.node-type-steps-content #page .node .overview-box ul, .node-type-steps-content #page .node .overview-box ol{
  margin: -10px 0 20px 40px;
}
.node-type-steps-content #page .node ul, .node-type-steps-content #page .node ol{
  font-size: 14px;
    color: #0d0d0d;
    margin-bottom: 15px;
}
.file.button{
  color: #062f4f;
  background: #f7bf33;
  padding: 7px 20px;
  border-radius: 0;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.file.button:hover, .file.button:focus{
  background: #f5b414;
}
.file.button a{
  text-decoration: none;
}
.node-steps-content .steps-page-more_questions h3{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 30px;
  font-style: italic;
  margin-bottom: 20px;
  color: #ffffff;
}
.node-steps-content .steps-page-more_questions p{
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
}
.node-steps-content .steps-page-more_questions p a{
  color: #ffffff;
}
.node-type-steps-content #content-wrapper aside > div{
  padding-right: 0;
}
aside#sidebar-first ul > li {
  margin-bottom: 7px;
  line-height: 15px;
}
aside#sidebar-first .view-basic-page-sidebar-menus .views-field .field-items .field-item{
  margin-bottom: 7px;
  line-height: 15px;
}
/*Steps page --end-- */

/* Search page --start-- */
.page-search h1#page-title{
  display: none;
}
.page-search #content .tabs{
  display: none;
}
.page-search #content-wrapper.container.nopad{
  padding-left: 15px;
  padding-right: 15px;
}
.page-search h1#page-title, .page-search h2 {
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 33px;
  font-style: italic;
  color: #0d0d0d;
  margin-bottom: 30px;
}
.page-search .search-results li h3 a{
   font-family: Georgia bold, 'Times New Roman', Times, serif;
   font-size: 24px;
   font-style: italic;
   color: #062f4f;
   text-decoration: none;
}
.page-search .search-results li {
  border: 1px solid #062f4f;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px 30px;
}
.page-search .search-results li h3 {
  margin-bottom: 20px;
}
.page-search .search-results li .search-snippet-info p{
  font-size: 14px;
  color: #0d0d0d;
  margin-bottom: 20px;
}
.page-search .search-results li .search-snippet-info p a{
  color: #062f4f;
}
#page .pagination{
  background: none repeat scroll 0% 0%;
  display: flex;
  justify-content: center;
  border-width: 0;
  border-style: none;
  border-color: transparent;
}
#page .pagination li > span, #page .pagination > li > a{
  padding: 5px 10px;

}
.pagination > li > a, .pagination > li > span {
  color: #062f4f;
}
#page .pagination > .active > span{
  background-color: #062f4f;
  color: #ffffff;
}
.page-search #block-system-main form.search-form {
  width: 50%;
  margin-bottom: 30px;
}
.page-search #block-system-main form.search-form input{
  border-radius: 0;
}
.page-search form.search-form .form-wrapper .btn-primary{
  background-color: #062f4f;
  border-color: #062f4f;
  border-radius: 0;
}
.node-news .created-date{
  margin-left: 15px;
}
.page-taxonomy #page .node ul{
  margin-left: 15px;
}

@media (max-width: 767px){
  .page-search #block-system-main form.search-form {
    width: 100%;
  }
  #page .pagination{
    flex-wrap: wrap;
  }
  #page .pagination li {
    margin-bottom: 5px;
  }
  .page-search .search-results li{
    padding: 30px 15px;
  }
  .node-news .created-date{
    margin-left: 0;
  }
  .page-taxonomy #page .node ul{
    margin-left: 0;
  }
}
/* Search page --end-- */

.region-sidebar-first.stick {
  position: fixed;
  min-width: 205px;
  max-width: 255px;
  width: 100%;
}
.sidebars-wrapper.stickNode {
  position: fixed;
  min-width: 205px;
  max-width: 250px;
}
#zone-branding.sticky-header{
  position:fixed; 
  width: 100%;
  max-width: 1920px;
  z-index: 99;
  top: 0;
}
#region-content .basic-page-body h2, #region-content .basic-page-body h3{
  color: #062f4f;
}

/* Webform -- strat-- */ 

.node-type-webform #block-system-main .block-inner{
  border: 1px solid #062f4f;
  background-color: #ffffff;
  padding: 60px 50px;
}
.node-type-webform form .webform-component--first-name{
  float: left;
  clear: both;
  width: 49%;
  margin-right: 1%;
}
.node-type-webform form .webform-component--first-name input{
  width: 100% !important;
}
.node-type-webform form .webform-component--last-name input{
  width: 100% !important;
}

.node-type-webform form .webform-component--last-name{
  float: left;
  width: 49%;
  margin-left: 1%;
}
.node-type-webform form input, .node-type-webform form textarea{
  border-radius: 0;
}
.node-type-webform form label{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.node-type-webform form .form-item{
  margin-bottom: 30px;
}
.node-type-webform form .webform-progressbar{
  display: none;
}
.node-type-webform #page form .form-item h2{
  color: #062f4f;
  margin-bottom: 30px;
  font-family: Georgia bold, 'Times New Roman', Times, serif;
}
.node-type-webform #content h1#page-title{
  padding-left: 0;
}
.node-type-webform form .form-item p{
  color: #09182b;
  margin-bottom: 30px;
  font-size: 14px;
} 
.node-type-webform .node-webform .form-control{
  width: 100%;
}
.node-type-webform .node-webform form{
  width: 70%;
}
#page #messages{
  width: 80%;
  margin: 50px auto 0;
}
.node-type-webform .node-webform .form-actions .btn-primary{
  float: left;
  background-color: #f7bf33 !important;
  border-radius: 0;
  color: #062f4f;
  border-color: #f7bf33;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 20px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
.node-type-webform fieldset.webform-component--attachments {
  margin-bottom: 30px;
}
.node-type-webform fieldset.webform-component--attachments  a{
  color: #062f4f;
}
.node-type-webform fieldset.webform-component--attachments  button,
.node-type-webform .webform-component-file button{
  background-color: #062f4f;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.node-type-webform fieldset.webform-component--attachments, .node-type-webform .webform-component-file{
  font-family: 'Open Sans', sans-serif;
  color: #062f4f;
  border-radius: 0;
}
.node-type-webform fieldset.webform-component--attachments  .panel-heading{
  font-weight: 600;
  font-size: 16px;
}
.node-type-webform fieldset.webform-component--attachments  .panel-body > div{
  font-size: 14px;
}
.node-type-webform .webform-datepicker .form-type-select{
  margin-right: 15px;
}
.node-type-webform .ui-datepicker table tbody tr td:first-of-type{
  min-width: initial;
}
.webform-datepicker .webform-calendar{
  height: 30px;
}
.node-webform label{
  width: initial;
}
.node-type-webform.page-node-642 form .form-item{
  margin-bottom: 0;
}
.webform-component-time .webform-container-inline .form-type-select{
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px !important;
}
.webform-component-time .webform-container-inline .form-type-select:nth-of-type(2){
  margin-left: 5px;
}
.node-type-webform .webform-component--type-of-invitation-request .help-block{
  font-size: 14px;
}
.webform-component-time .webform-container-inline .form-radios{
  display: block;
}
.node-type-webform #edit-submitted-you-may-attach-a-file-to-this-request-ajax-wrapper{
  margin-bottom: 30px;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--requestor-name{
  float: left;
  width: 48%;
  margin-right: 2%;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--requestor-email{
  width: 50%;
  float: left;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--requestor-cell-number{
  float: left;
  width: 48%;
  margin-right: 2%;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--requestor-office-number{
  width: 50%;
  float: left;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--requestor-host-company{
  display: inline-block;
  width: 100%;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--event-name{
  float: left;
  width: 48%;
  margin-right: 2%;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--event-host-organization{
  width: 50%;
  float: left;
} 
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--groups-twitter-handle{
  float: left;
  width: 48%;
  margin-right: 2%;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--event-hashtag{
  width: 50%;
  float: left;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--has-a-date-been-set-for-this-event{
  display: inline-block;
  width: 100%;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 #edit-submitted-would-you-like-the-governor-to-speak .form-item{
  display: inline;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 #edit-submitted-would-you-like-the-governor-to-speak .form-item:first-of-type{
  margin-right: 10px;
}

.node-type-webform.page-node-642 #node-642 .webform-client-form-642 #edit-submitted-have-will-you-invite-members-of-the-media-to-attend .form-item{
  display: inline;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 #edit-submitted-have-will-you-invite-members-of-the-media-to-attend .form-item:first-of-type{
  margin-right: 10px;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 #edit-submitted-will-a-photographer-be-present-at-the-event .form-item{
  display: inline;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 #edit-submitted-will-a-photographer-be-present-at-the-event .form-item:first-of-type{
  margin-right: 10px;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 #edit-submitted-willing-to-have-staff-attend-event-if-governor-is-not-able-to-attend .form-item{
  display: inline;
}
.node-type-webform.page-node-642 #node-642 .webform-client-form-642 #edit-submitted-willing-to-have-staff-attend-event-if-governor-is-not-able-to-attend .form-item:first-of-type{
  margin-right: 10px;
}
@media (max-width: 991px){
  .node-type-webform .node-webform form{
    width: 100%;
  }
}
@media (max-width: 610px){
  .node-type-webform form .webform-component--last-name{
    width: 100%;
    margin-left: 0;
    float: none;
    padding-top: 0;
  }
  .node-type-webform form .webform-component--first-name{
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .node-type-webform .node-webform .form-actions .btn-primary{
    width: 100%;
  }
  .node-type-webform #block-system-main .block-inner{
    padding: 40px 15px;
  }
  #page #messages{
    width: 100%;
  }
  .node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--requestor-name{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--requestor-email{
    width: 100%;
    float: none;
  }
  .node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--requestor-cell-number{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--requestor-office-number{
    width: 100%;
    float: none;
  }
  .node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--requestor-host-company{
    display: block;
    width: 100%;
  }
  .node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--event-name{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--event-host-organization{
    width: 100%;
    float: none;
  } 
  .node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--groups-twitter-handle{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .node-type-webform.page-node-642 #node-642 .webform-client-form-642 .webform-component--event-hashtag{
    width: 100%;
    float: none;
  }
}
@media (max-width: 450px){
  .node-type-webform fieldset.webform-component--attachments .input-group,
  .node-type-webform .webform-component-file .input-group{
    display: block;
  }
  .node-type-webform fieldset.webform-component--attachments .input-group button,
  .node-type-webform .webform-component-file .input-group button{
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
  }
}
@media (max-width: 390px){
  .node-type-webform .webform-datepicker .form-type-select{
    margin-right: 0px;
    margin-bottom: 5px !important;
    width: 100%;
  }
  .node-type-webform #page .webform-datepicker .form-type-select select{
    width: 100%;
  }
  .node-type-webform #page select{
    width: 100%;
  }
}

/* Webform --end-- */

/* Contact --start-- */

.page-contact #region-content.nopad{
  padding-left: 15px;
  padding-right: 15px;
}
.page-contact #region-content #block-system-main.block{
  border: 1px solid #062f4f;
  padding: 50px 40px;
  background-color: #ffffff;
}
.page-contact #region-content h1#page-title{
  color: #062f4f;
  font-size: 33px;
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-style: italic;
  padding-left: 0;
}
.page-contact #region-content #block-system-main form{
  width: 70%;
}
.page-contact #region-content form .form-item{
  margin-bottom: 30px;
}
.page-contact #region-content form .form-item input, .page-contact #region-content form .form-item textarea{
  border-radius: 0;
}
.page-contact #region-content form .form-item label{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.page-contact #region-content #block-system-main form .btn-default{
  background-color: #f7bf33 !important;
  border-radius: 0;
  color: #062f4f;
  border-color: #f7bf33;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 20px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
.page-contact #region-content #block-system-main form .btn-default:hover,
.page-contact #region-content #block-system-main form .btn-default:focus{
  background-color: #f5b414;
}

@media (max-width: 767px){
  .page-contact #region-content #block-system-main form{
    width: 100%;
  }
  .page-contact #region-content #block-system-main.block{
    padding: 40px 15px;
  }
  .page-contact #region-content #block-system-main form .btn-default{
    width: 100%;
  }
}
/* Contact --start-- */
/* 404 Page */

.page-node-4 #page h1{
  text-align: center;
}

/*404 page end */
.page-faq table{
  background-color: #ffffff;
}
table tbody tr td, table thead tr th{
  border: 1px solid #cccccc;
}
table tbody tr td:first-of-type{
  min-width: 90px;
}
table th{
  text-align: center;
}
@media (max-width: 510px){
  table tbody tr td:first-of-type{
    min-width: 75px;
  }
}
/* Quick tab --start-- */
ul.quicktabs-tabs.quicktabs-style-zen li{
  border: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 0;
  padding: 5px 10px;
  background: #ffffff;
}
ul.quicktabs-tabs.quicktabs-style-zen li:hover,
ul.quicktabs-tabs.quicktabs-style-zen li:focus,
ul.quicktabs-tabs.quicktabs-style-zen li.active{
  background: #062f4f;
  color: #ffffff;
}
ul.quicktabs-tabs.quicktabs-style-zen li a{
  background: none;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
ul.quicktabs-tabs.quicktabs-style-zen li.active a, 
ul.quicktabs-tabs.quicktabs-style-zen li.active a:hover{
  background: none;
  color: #ffffff;
}
ul.quicktabs-tabs.quicktabs-style-zen li:hover a{
  background: none;
  color: #ffffff;
}
#page .node-content .quicktabs-tabpage, #colorbox .node-content .quicktabs-tabpage{
  border-radius: 0;
  box-shadow: none;
}
#page .node-content ul.quicktabs-tabs.quicktabs-style-zen, #colorbox .node-content ul.quicktabs-tabs.quicktabs-style-zen{
  margin-bottom: 0;
}
@media (max-width: 1200px){
  #page .node #quicktabs-content-tab ul{
    margin: 10px 20px 0 20px;
  }
  ul.quicktabs-tabs.quicktabs-style-zen li{
    width: 100%;
    text-align: center;
    border-radius: 3px;
    white-space: normal;
    margin: 0;
  }
}
/* Quick tab --end-- */
/* Commissioner page --start-- */
@media (max-width: 555px){
  #page .basic-page-body .media.media-element-container{
    margin: 15px 0 15px 0;
    float: none;
  }
  #page .basic-page-body .media.media-element-container img{
    width: 100%;
  }
}
/* Commissioner page --start-- */

#sidebar-first{
  will-change: min-height;
}
.sidebars-wrapper{
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.page-node #sidebar-first .sidebars-wrapper .view-id-basic_page_sidebar_menus.sidebar-down-padding-top, .page-node #sidebar-first .sidebars-wrapper .sidebar-menus.sidebar-down-padding-top {
  padding-top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #block-menu-menu-footer-links-other { 
    padding-right: 87px;
  }
}
/* Forms page */
.page-forms .block-sendgrid-marketing{
  margin-right: 15px;
  margin-left: 15px;
}
.page-forms #page-title{
  font-family: Georgia bold, 'Times New Roman', Times, serif;
  font-size: 33px;
  color: #062f4f;
  font-style: italic;
  text-transform: capitalize;
}
.files-persona-group .each-files-category-group a.highlighted{
  background-color: #f7bf33;
}
