/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.esx
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
@import url(https://fonts.googleapis.com/css?family=Homemade+Apple:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Unna:300,400,600,700);

body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
body h1 {
  font-size: 2.8em;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
body h2 {
  font-size: 1.6em;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
body h3 {
  font-size: 1.4em;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
body h4 {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
body h5 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
body p {
  font-size: 1em;
  line-height: 1.4em;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

body a {
  font-size: 1em;
  line-height: 1.4em;
  color: #3b7cca;
  font-family: "Montserrat", sans-serif;
}

.bx-wrapper .bx-controls-direction a {
  top: 10% !important;
}

.homeheader-image {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -100;
}

.homeheader-background {
  position: relative;
  min-height: 350px;
  top: 0px;
  z-index: -100;
  background-size: 100%;
  background-repeat: no-repeat;
  background: url("images/homepage-header-image.jpg");
}

.subheader-background {
  position: relative;
  min-height: 350px;
  top: 0px;
  z-index: -100;
  background-size: 100%;
  background-repeat: no-repeat;
  background: url("images/sub_header_background.jpg");
}

/* format recent posts page, but what about other posts? */
header .page-header h1 {
  display: none;
}

.navbar-collapse .navbar-nav .dropdown-menu {
  display: none;
}

.navbar-collapse .navbar-nav .dropdown-menu.dropdown_show {
  display: block;
}

.curled {
  border: 1px solid #efefef;
  -moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
  border-radius: 0 0 120px 120px / 0 0 6px 6px;
}

.wrapper-full-width {
  width: 100% !important;
}

.header-caption-wrapper {
  position: relative;
  width: 100%;
}

.home-header-caption {
  position: absolute;
  text-align: center;
}
.home-header-caption {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}

.subheader-caption {
  position: absolute;
  background: none !important;
  top: -180px !important;
  text-align: center;
}
.subheader-caption {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}

.home-header-caption h1 {
  font-weight: 400 !important;
  font-size: 1.4em !important;
  color: #3b7cca;
  max-width: 100%;
  text-align: center;
  margin-bottom: 0.3em;
  margin-top: 20px;
  margin-left: 0px !important;
  font-family: "Montserrat", sans-serif;
}
.home-header-caption p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  font-size: 1em;
  color: #666666;
  max-width: 100%;
  line-height: 1.2em;
  margin-left: 0px !important;
  margin-top: 3em !important;
  text-align: center;
}
.home-header-caption a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  font-size: 1em;
  color: #666666;
  max-width: 100%;
  line-height: 1.2em;
  margin-left: 0px !important;
  margin-top: 3em !important;
  text-align: center;
}

.subheader-caption h1 {
  font-weight: 400 !important;
  font-size: 1.6em;
  color: #3b7cca;
  max-width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
  margin-left: 0px !important;
  font-family: "Montserrat", sans-serif;
}
.subheader-caption p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  font-size: 1.1em;
  color: #666666;
  max-width: 100%;
  margin-left: 0px !important;
  margin-top: 1em !important;
  text-align: center;
}

.home-map-widget div.contact-form-wrapper {
  width: 100%;
  padding: 10px;
}

.home-map-widget .form-group {
  margin-bottom: 5px;
}

.home-map-widget .form-control {
  background-color: #f9b561;
  max-height: 50px;
}
.home-map-widget label {
  color: white;
  font-weight: normal;
}

.home-map-widget #contact_captcha {
  padding-bottom: 5px;
  padding-left: 5px;
}

.home-map-widget #captchaHelp {
  color: white;
}

.home-map-widget .wpcf7-form-control-wrap #contact_subject {
  background-color: #f9b561;
  border: none;
  border-radius: 6px;
}

.home-map-widget .wpcf7-response-output {
  margin: 5px;
  padding: 5px;
}
.home-map-widget div.wpcf7-validation-errors {
  color: red;
}
.home-map-widget .textwidget .wpcf7 *::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.home-map-widget .textwidget .wpcf7 *:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  opacity: 1;
}
.home-map-widget .textwidget .wpcf7 *::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  opacity: 1;
}
.home-map-widget .textwidget .wpcf7 *:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.home-latest-events-widget .advps-excerpt-three {
  text-align: left;
}

.home-latest-events-widget .advps-excerpt-three .event-description {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
}

.home-latest-events-widget .advps-excerpt-three .btn-blue {
  position: absolute;
  bottom: -20px;
  width: 88px;
  left: 0px;
  /*left: 50%;
	margin-left:-44px;*/
}

.home-latest-events-widget .event-date {
  text-align: left;
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.home-latest-events-widget h1 {
  color: #3b7cca;
}

.home-latest-events-widget h2 {
  text-align: left;
  color: #3b7cca !important;
}

.home-latest-events-widget img {
  margin-bottom: 20px;
}

.home-latest-events-widget .event-description p {
  color: #333 !important;
  line-height: 1.4em !important;
  font-size: 1em !important;
}

#sidebar-blackboard .widget {
  margin-bottom: 0 !important;
}

#sidebar-blackboard .sidebar-blackboard-wrapper .background-image img {
  width: 100%;
}
#sidebar-blackboard .isweb .panel-grid-cell,
#sidebar-blackboard .istinymobile .panel-grid-cell {
  padding: 0;
}
#sidebar-blackboard .panel-grid {
  margin-left: 0;
  margin-right: 0;
}

#sidebar-testimonials .widgettitle {
  display: none !important;
}
#sidebar-testimonials h1 {
  margin-top: 120px;
  color: #fff;
}

#sidebar-testimonials .offset-logo {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  margin-top: -150px;
}

#sidebar-footer h1 {
  margin-top: 40px;
}

#sidebar-testimonials .widget {
  margin-bottom: 0px;
}
#sidebar-testimonials {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #666666 !important;
  font-family: "Montserrat", sans-serif;
  background: #fe3e32;
}
#sidebar-testimonials .testimonial .content,
#sidebar-testimonials .author {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: normal;
}

#sidebar-testimonials .author {
  margin-top: 30px;
  font-size: 1em;
  line-height: 1.4em;
  color: #fff !important;
}
#sidebar-testimonials .author .name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  font-style: normal;
}
#sidebar-testimonials .btn {
  margin-top: 30px;
}

#sidebar-testimonials .testimonial .content:before {
  font-family: "Unna", sans-serif;
  content: "\201C";
  font-size: 60px;
  font-style: normal;
  color: #fe6f68;
  vertical-align: -60%;
  margin-right: 6px;
}

#sidebar-testimonials .testimonial .content:after {
  font-family: "Unna", sans-serif;
  content: "\201D";
  font-size: 60px;
  font-style: normal;
  color: #fe6f68;
  vertical-align: -100%;
  margin-left: 6px;
}

#sidebar-testimonials .bx-wrapper .bx-controls-direction a {
  top: 20% !important;
}

#sidebar-testimonials .bx-wrapper .bx-prev {
  background: url(images/previous-icon-solid.png) no-repeat;
}

#sidebar-testimonials .bx-wrapper .bx-next {
  background: url(images/next-icon-solid.png) no-repeat;
}

#sidebar-instagram-feed {
  padding-top: 5px;
}
#sidebar-instagram-feed .widget {
  margin-bottom: 5px;
}

#sidebar-instagram-feed .clearfix {
  height: 0px;
}

.container .clearfix.ismobile {
  height: 0px;
}

#sidebar-instagram-feed .jr-insta-thumb ul.thumbnails.jr_col_6 li img {
  padding: 5px;
}

#sidebar-instagram-feed .widgettitle {
  display: none;
}

#sidebar-social-footer .social-button-row-wrapper {
  background: #f5f5f5;
}

#sidebar-newsletter-footer .signup-form-title {
  font-size: 25px;
  vertical-align: middle;
}

#sidebar-newsletter-footer .textwidget .wpcf7 input {
  width: 95%;
  background-color: #f5f5f5;
  border-radius: 6px !important;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #7d7d7d;
}

#sidebar-newsletter-footer .textwidget .wpcf7 .button {
  background: #f6951d;
  border-radius: 6px !important;
  color: #fff;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#sidebar-newsletter-footer .newsletter-row .col-sm-3 {
  margin-bottom: 10px;
}

#sidebar-newsletter-footer .newsletter-row {
  margin-bottom: 10px;
}

.vertical-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.post_content img {
  max-width: 100% !important;
  height: auto;
}

.author-column .date.indexpage {
  margin-top: 20px;
}

.single-portfolio .attachment-wpbs-featured {
  padding-bottom: 50px;
}

.subpage-subtitle-wrapper {
  background: #f3f2f2;
  padding: 20px;
}
.subpage-subtitle {
  margin: 15px;
  text-align: center;
}

.product-content .left img,
.product-content .right img {
  margin: 20px;
  width: 100%;
}

.sub-menu-item-content .sub-menu-title {
  width: 100%;
  padding: 10px;
  background-color: #f3f2f2;
}

.sub-menu-item-content a {
  margin-left: 10px;
}

.catalog-side-menu .sub-menu-title {
  font-weight: 600px;
}
.catalog-side-menu a {
  margin-left: 20px;
}

.catalog-side-menu li {
  clear: left;
}
.catalog-side-menu li a {
  margin-left: 0px;
}

.category-testimonials .testimonial .btn {
  display: none;
}

.category-testimonials .testimonial .author {
  font-weight: 600;
}

.footer-row {
  padding: 30px;
  text-align: center;
}

.blue {
  color: #0f6cb6 !important;
}
.bluelight {
  color: #01acda !important;
}
.white {
  color: #fff !important;
}
.red {
  color: #fe3e32 !important;
}
.green {
  color: #00bd70 !important;
}
.brown {
  color: #726659 !important;
}
.graydark {
  color: #333333 !important;
}
.gray {
  color: #666666 !important;
}
.black {
  color: #000000 !important;
}

.container.red {
  background: #fe3e32 !important;
}

.text-shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.uppercase {
  text-transform: uppercase;
}
.borderbox {
  border: 1px solid #d8d8d8;
}
.padding20 {
  padding: 20px;
}
.font5 {
  font-size: 0.5em;
}
.font9 {
  font-size: 0.9em;
}
.font10 {
  font-size: 1em;
}
.font11 {
  font-size: 1.1em;
}
.font12 {
  font-size: 1.2em;
}
.font15 {
  font-size: 1.5em;
}
.font18 {
  font-size: 1.8em;
}
.font20 {
  font-size: 2em;
}
.font30 {
  font-size: 3em;
}

.side-bar-about-wrapper {
  margin-bottom: 0px !important;
}
.side-bar-about-wrapper .so-panel.widget.widget_text.panel-first-child,
.home-box-wrapper .so-panel.widget.widget_text.panel-first-child,
.member-benefits-wrapper .so-panel.widget.widget_text.panel-first-child,
.political-action-wrapper .so-panel.widget.widget_text.panel-first-child,
.joinus-wrapper .so-panel.widget.widget_text.panel-first-child {
  margin-bottom: 0px !important;
}
.side-bar-about-wrapper .panel-widget-style,
.home-box-wrapper .panel-first-child .panel-widget-style,
.member-benefits-wrapper .panel-first-child .panel-widget-style,
.political-action-wrapper .panel-first-child .panel-widget-style,
.joinus-wrapper .panel-first-child .panel-widget-style {
  padding: 15px;
}
.so-panel .panel-widget-style ul {
  padding-left: 20px;
}
#sidebar-footer .map {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -100;
}

#sidebar-footer .address-info {
  position: absolute;
  top: 0px;
  left: 50%;
  max-width: 50%;
  padding: 50px;
  background: url("images/wrapperslug_background.png") !important;
}

#sidebar-footer .address-info h2 {
  color: #0f6cb6;
  margin-bottom: 30px;
}
#sidebar-footer .address-info .contact-info {
  font-size: 0.9em;
  color: #666666;
}

/* Home Page */
#pg-9-1 .panel-grid-cell {
  padding-bottom: 15px;
}
#pgc-9-1-0 .home-box-wrapper {
  border: 2px solid #00b379 !important;
}
#pgc-9-1-1 .home-box-wrapper {
  border: 2px solid #5f91cc !important;
}
#pgc-9-1-2 .home-box-wrapper {
  border: 2px solid #f15c54 !important;
}
#pgc-9-1-0 .home-box-wrapper .widget.widget_text.panel-first-child {
  background: #00b379;
}
#pgc-9-1-1 .home-box-wrapper .widget.widget_text.panel-first-child {
  background: #5f91cc;
}
#pgc-9-1-2 .home-box-wrapper .widget.widget_text.panel-first-child {
  background: #f15c54;
}
/* Member Benefits Page */

#pgc-202-0-0 .member-benefits-wrapper {
  border: 2px solid #00b379 !important;
}
#pgc-202-0-1 .member-benefits-wrapper {
  border: 2px solid #5f91cc !important;
}
#pgc-202-0-2 .member-benefits-wrapper {
  border: 2px solid #f15c54 !important;
}
#pgc-202-0-3 .member-benefits-wrapper {
  border: 2px solid #faa338 !important;
}
#pgc-202-0-0 .member-benefits-wrapper .widget.widget_text.panel-first-child {
  background: #00b379;
}
#pgc-202-0-1 .member-benefits-wrapper .widget.widget_text.panel-first-child {
  background: #5f91cc;
}
#pgc-202-0-2 .member-benefits-wrapper .widget.widget_text.panel-first-child {
  background: #f15c54;
}
#pgc-202-0-3 .member-benefits-wrapper .widget.widget_text.panel-first-child {
  background: #faa338;
}
/* Political Action Page */
#pg-204-1 .panel-grid-cell {
  padding-bottom: 15px;
}
#pgc-204-1-0 .political-action-wrapper {
  border: 2px solid #00b379 !important;
}

#pgc-204-1-1 .political-action-wrapper {
  border: 2px solid #5f91cc !important;
}

#pgc-204-1-2 .political-action-wrapper {
  border: 2px solid #f15c54 !important;
}

#pgc-204-1-3 .political-action-wrapper {
  border: 2px solid #faa338 !important;
}
#pgc-204-1-0 .political-action-wrapper .widget.widget_text.panel-first-child {
  background: #00b379;
}
#pgc-204-1-1 .political-action-wrapper .widget.widget_text.panel-first-child {
  background: #5f91cc;
}
#pgc-204-1-2 .political-action-wrapper .widget.widget_text.panel-first-child {
  background: #f15c54;
}
#pgc-204-1-3 .political-action-wrapper .widget.widget_text.panel-first-child {
  background: #faa338;
}
/* Why Join Us Page */
.join-button-wrapper a.ow-button-hover {
  padding: 1em 15em !important;
}
#pg-28-1 .panel-grid-cell {
  padding-bottom: 15px;
}
.outer-box .panel-grid-cell:nth-child(1) .joinus-wrapper {
  border: 2px solid #00b379 !important;
}
.outer-box .panel-grid-cell:nth-child(2) .joinus-wrapper {
  border: 2px solid #5f91cc !important;
}
.outer-box .panel-grid-cell:nth-child(3) .joinus-wrapper {
  border: 2px solid #f15c54 !important;
}
/*#pgc-28-1-0 .esp-video .cycle-slide-active{
	width: 100%;
}*/

#pgc-28-1-0 .esp-video .cycle-slide-active {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#pgc-28-1-0 .esp-video .cycle-slide-active iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.outer-box .panel-grid-cell:nth-child(1) .joinus-wrapper .widget.widget_text.panel-first-child {
  background: #00b379;
}
.outer-box .panel-grid-cell:nth-child(2) .joinus-wrapper .widget.widget_text.panel-first-child {
  background: #5f91cc;
}
.outer-box .panel-grid-cell:nth-child(3) .joinus-wrapper .widget.widget_text.panel-first-child {
  background: #f15c54;
}
/* Join Page */
.join-wrapper {
  padding: 20px;
  border: 1px solid lightgray;
  border-radius: 5px;
}
.join-wrapper > h1 {
  text-align: center;
  color: lightgray;
}
.join-wrapper p {
  color: #333333 !important;
}
.join-wrapper .margin-top-bottom-05 {
  margin: 5px 0;
}
.join-wrapper .margin-top-bottom-20 {
  margin: 20px 0;
}
.join-wrapper .margin-top-bottom-10 {
  margin: 10px 0;
}
.join-wrapper .nav-wrapper {
  margin-top: 20px;
}
.join-wrapper .join-content {
  padding: 0 50px;
}
.join-wrapper .shown {
  display: block;
}
.join-wrapper .hidden {
  display: none;
}
.join-wrapper .nav-wrapper ul {
  padding-left: 0 !important;
}
.join-wrapper .nav-justified > li {
  padding: 5px;
}
.join-wrapper .nav-pills > li > a {
  border-radius: 1.5em;
}
.join-wrapper .nav-pills > li > a:hover,
.join-wrapper .nav-pills > li > a:focus {
  cursor: default;
  background-color: white;
}
.join-wrapper .nav-pills > li#nav-step-1 > a {
  border: 1px solid #00b379;
}
.join-wrapper .nav-pills > li#nav-step-1 > a > h4,
.join-wrapper .nav-pills > li#nav-step-1 > a > p {
  color: #00b379 !important;
}
.join-wrapper .nav-pills > li#nav-step-2 > a {
  border: 1px solid #5f91cc;
}
.join-wrapper .nav-pills > li#nav-step-2 > a > h4,
.join-wrapper .nav-pills > li#nav-step-2 > a > p {
  color: #5f91cc !important;
}
.join-wrapper .nav-pills > li#nav-step-3 > a {
  border: 1px solid #f15c54;
}
.join-wrapper .nav-pills > li#nav-step-3 > a > h4,
.join-wrapper .nav-pills > li#nav-step-3 > a > p {
  color: #f15c54 !important;
}
.join-wrapper .nav-pills > li#nav-step-4 > a {
  border: 1px solid #faa338;
}
.join-wrapper .nav-pills > li#nav-step-4 > a > h4,
.join-wrapper .nav-pills > li#nav-step-4 > a > p {
  color: #faa338 !important;
}
.join-wrapper .nav-pills > li#nav-step-1 > a.active h4,
.join-wrapper .nav-pills > li#nav-step-1 > a.active p,
.join-wrapper .nav-pills > li#nav-step-2 > a.active h4,
.join-wrapper .nav-pills > li#nav-step-2 > a.active p,
.join-wrapper .nav-pills > li#nav-step-3 > a.active h4,
.join-wrapper .nav-pills > li#nav-step-3 > a.active p,
.join-wrapper .nav-pills > li#nav-step-4 > a.active h4,
.join-wrapper .nav-pills > li#nav-step-4 > a.active p {
  color: white !important;
}
.join-wrapper .nav-pills > li#nav-step-1 > a.active,
.join-wrapper .nav-pills > li#nav-step-1 > a.active:hover,
.join-wrapper .nav-pills > li#nav-step-1 > a.active:focus {
  background-color: #00b379;
}
.join-wrapper .nav-pills > li#nav-step-2 > a.active,
.join-wrapper .nav-pills > li#nav-step-2 > a.active:hover,
.join-wrapper .nav-pills > li#nav-step-2 > a.active:focus {
  background-color: #5f91cc;
}
.join-wrapper .nav-pills > li#nav-step-3 > a.active,
.join-wrapper .nav-pills > li#nav-step-3 > a.active:hover,
.join-wrapper .nav-pills > li#nav-step-3 > a.active:focus {
  background-color: #f15c54;
}
.join-wrapper .nav-pills > li#nav-step-4 > a.active,
.join-wrapper .nav-pills > li#nav-step-4 > a.active:hover,
.join-wrapper .nav-pills > li#nav-step-4 > a.active:focus {
  background-color: #faa338;
}
.join-wrapper a.join-btn {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 1em 2em;
  background: #5f91cc;
  color: #ffffff !important;
  border: 1px solid #5f91cc;
  border-width: 1px 0;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
}
.join-wrapper a.join-btn:hover {
  background: #6e9cd1;
  border-bottom-color: #5b8ecb;
}
.join-wrapper #confirmation,
.join-wrapper #authorize-checkbox,
.join-wrapper .payment-note,
.join-wrapper .membership-radio-wrapper,
.join-wrapper .local-agree-wrapper,
.join-wrapper #address-summer-section,
.join-wrapper #level-of-study-section,
.join-wrapper #date-of-graduation-section,
.join-wrapper #campus,
.join-wrapper #area-active-early,
.join-wrapper #student-agreement-checkboxes,
.join-wrapper #description-codes-section,
.join-wrapper #retired-personal-info-checkboxes {
  display: none;
}
.join-wrapper #confirmation {
  margin-top: 20px;
}
.join-wrapper #confirmation-content {
  background-color: #f5f5f5;
  padding: 10px;
}
.join-wrapper .membership-content {
  margin: 10px 0;
}
.join-wrapper hr {
  border-top: 1px solid #b7b7b7;
}
.join-wrapper .error {
  color: red;
}
.join-wrapper .alert {
  margin-bottom: 0;
  margin-top: 20px;
}
.join-wrapper #submit_result_message {
  padding: 0 60px;
}
.join-wrapper .custom-checkbox-error > label {
  font-weight: bold;
  padding: 0;
}
.join-wrapper .section-label {
  color: #5f91cc;
}
/* Legislative Action Center */
#capwiz {
  width: 100%;
  height: 2005px;
  margin-top: -300px;
  border: 0;
  overflow: scroll;
}
#capwiz-header,
#capwiz-footer {
  display: none;
}
.page-id-354 .header-caption-wrapper h1 {
}
.page-id-354 .post_content p {
  padding: 0;
}
.page-id-354 .subheader-background,
.page-id-354 .subheader-caption {
  z-index: 1;
}
/* Theme colors */
.theme-background-green {
  background: #00b379;
}
.theme-background-blue {
  background: #5f91cc;
}
.theme-background-red {
  background: #f15c54;
}
.theme-background-orange {
  background: #faa338;
}
/* Subpage Box styling */
.box-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.margin-left-05 {
  margin-left: 0.5em;
}
.margin-left-10 {
  margin-left: 1em;
}
.margin-left-15 {
  margin-left: 1.5em;
}
.margin-left-20 {
  margin-left: 2em;
}

.margin-top-02 {
  margin-top: 0.2em;
}
.margin-top-05 {
  margin-top: 0.5em;
}
.margin-top-10 {
  margin-top: 1em;
}
.margin-top-15 {
  margin-top: 1.5em;
}
.margin-top-20 {
  margin-top: 2em;
}
.margin-top-30 {
  margin-top: 3em;
}

.margin-20 {
  margin: 2em;
}

.margin-bottom-02 {
  margin-bottom: 0.2em;
}
.margin-bottom-05 {
  margin-bottom: 0.5em;
}
.margin-bottom-10 {
  margin-bottom: 1em;
}
.margin-bottom-15 {
  margin-bottom: 1.5em;
}
.margin-bottom-20 {
  margin-bottom: 2em;
}
.margin-bottom-30 {
  margin-bottom: 3em;
}

.padding-left-15 {
  padding-left: 15px;
}
.padding-left-30 {
  padding-left: 30px;
}

.padding-top-02 {
  padding-top: 0.2em;
}
.padding-top-05 {
  padding-top: 0.5em;
}
.padding-top-10 {
  padding-top: 1em;
}
.padding-top-15 {
  padding-top: 1.5em;
}
.padding-top-20 {
  padding-top: 2em;
}
.padding-top-30 {
  padding-top: 3em;
}
.padding-top-40 {
  padding-top: 4em;
}

.padding-bottom-02 {
  padding-bottom: 0.2em;
}
.padding-bottom-05 {
  padding-bottom: 0.5em;
}
.padding-bottom-10 {
  padding-bottom: 1em;
}
.padding-bottom-15 {
  padding-bottom: 1.5em;
}
.padding-bottom-20 {
  padding-bottom: 2em;
}
.padding-bottom-30 {
  padding-bottom: 3em;
}
.padding-bottom-40 {
  padding-bottom: 4em;
}

.nopadding {
  padding: 0px !important;
}
.nopadding-right {
  padding-right: 0px !important;
}
.nopadding-left {
  padding-left: 0px !important;
}

.bold {
  font-weight: 700;
}
.bold300 {
  font-weight: 300;
}
.bold400 {
  font-weight: 400;
}
.bold500 {
  font-weight: 500;
} /*normal*/
.bold600 {
  font-weight: 600;
}
.bold700 {
  font-weight: 700;
}

.fullwidth {
  width: 100%;
  max-width: 100%;
}
.relative {
  position: relative;
}

.navbar-brand h1 {
  text-indent: -99999px;
  line-height: 1px;
  padding: 0px !important;
  margin: 0px !important;
  font-family: "Montserrat", sans-serif;
}

.app-badge-wrapper {
  position: relative;
}
.app-badge-absolute {
  position: absolute;
  top: 8px;
  right: 30px;
  z-index: 999;
}

/*.btn{ -webkit-border-radius: 20px !important;
-moz-border-radius: 20px !important;
border-radius: 20px !important; padding-left:20px !important; padding-right:20px !important; }
.btn.btn-square{border-radius: 0px !important; }*/

.btn {
  border-radius: 0px !important;
}

.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
}
.wrapper.bggray {
  background: #f3f4f4;
}
.wrapper.bgwhite {
  background: #fff !important;
}

.page-header {
  border-bottom: 0px;
  margin: 0px;
  padding-bottom: 2px;
}

.page-header h1 {
  font-size: 4em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  position: absolute;
  top: -200px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  width: 100%;
} /*OVER SLIDER OF TOP*/
.post_content h2 {
  font-size: 1.8em;
  font-weight: 600;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.post_content h3 {
  font-size: 1.3em;
  font-weight: 400;
}
/*.post_content p {font-size:1.2em; color:#989898; font-family: 'Montserrat', sans-serif;}*/
.post_content p {
  font-size: 1em;
  line-height: 1.4em;
  color: #000;
  font-family: "Montserrat", sans-serif;
  padding-left: 5px;
}
.post_content ul.bullet li {
  font-size: 1.2em;
  line-height: 2em;
  color: #989898;
  font-family: "Montserrat", sans-serif;
}

.post_content ul.bullet {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.post_content ul.bullet li {
  text-indent: 0em;
}

.post_content ul.bullet li:before {
  content: "• ";
  color: #989898;
  padding-right: 0.7em;
}

body ul.check {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
body ul.check li {
  font-size: 1.2em;
  line-height: 2em;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

body ul.check li span {
  margin-left: 20px;
}

body ul.check li:before {
  content: url("images/bullet_image.png");
  padding-right: 0.7em;
}

body.blog #content {
  padding-left: 15px;
  padding-right: 15px;
}

body.single #content {
  padding-left: 15px;
  padding-right: 15px;
}

body lead span {
  margin-left: 20px;
}

.singular {
  color: #7b7b7b;
}

.copyrightholder {
  border-top: #cccccc solid 1px;
}
.copyright {
  font-size: 0.8em;
  color: #cccccc;
  text-align: center !important;
}

/*CUSTOM STYLE FAQ*/

#footer ul.social {
  list-style: none;
  text-align: center;
}
#footer ul.social li {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 5px;
}
#footer ul.social li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: 9999px;
}
#footer ul.social li a.facebook {
  background-image: url(images/icon_facebook.png);
}
#footer ul.social li a.twitter {
  background-image: url(images/icon_twitter.png);
}
#footer ul.social li a.linkedin {
  background-image: url(images/icon_linkedin.png);
}

.archive #main .post h3 {
  line-height: 30px;
}

body.home #content.mainhomepage {
  padding-top: 0px;
  position: relative;
}

.subslideWrapper {
  width: 100%;
  height: 268px;
}
.subslideInner {
  height: 268px;
  background: url(images/banner_cybersecurity.jpg) top center no-repeat;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.post_content .page_featured_image {
  height: 260px;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 10px rgba(228, 230, 231, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 10px rgba(228, 230, 231, 0.4);
  box-shadow: inset 0px 0px 0px 10px rgba(228, 230, 231, 0.4);
  margin-bottom: 3em;
}
/*
.post_content .attachment-full.wp-post-image{ -webkit-box-shadow: inset 0px 0px 0px 10px rgba(228,230,231,0.4);
-moz-box-shadow: inset 0px 0px 0px 10px rgba(228,230,231,0.4);
box-shadow: inset 0px 0px 0px 10px rgba(228,230,231,0.4); margin-bottom:3em; }
*/

#sidebar1 {
  margin-top: 1.5em;
}

#sidebar1 .post-date {
  display: block;
  font-size: 1.2em;
  line-height: 2.2em;
  color: #959595;
  font-family: "Montserrat", sans-serif;
}
#sidebar1 ul > li > a {
  font-size: 1.2em;
  font-family: "Montserrat", sans-serif;
}
.specialtitle {
  margin: 6px 15px;
  text-transform: uppercase;
}

.subtitle-wrapper {
  border-top: 1px solid #fff;
}

.subtitle-wrapper h2 {
  padding-top: 10px;
  margin-top: 0px;
}

.subtitle-wrapper h1,
.subtitle-wrapper h2,
.subtitle-wrapper h3,
.subtitle-wrapper p {
  color: #fff;
}

iframe.fullwidth {
  width: 100%;
}

/* Responsive YT embed */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-blue {
  color: #ffffff !important;
  background: #3b7cca !important;
  border-radius: 6px !important;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #ffffff;
  background: #3b7cca;
}

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background: #3b7cca;
}

.btn-green {
  color: #ffffff;
  background: #00bd70;
  border-radius: 6px !important;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #ffffff;
  background: #00bd70;
}

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-blue {
  background: #00bd70;
}

.btn-red {
  color: #ffffff;
  background: #fe3e32;
  border-radius: 6px !important;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  color: #ffffff;
  background: #fe3e32;
}

.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-blue {
  background: #fe3e32;
}

/* Read more toggle */
.read-more-wrap a {
  cursor: pointer;
}
.read-more-target {
  display: none;
}
.button-show-less {
  display: none;
}

/* fixes Safari specific things */
@media screen and (min-width: 1px) {
  body.admin-bar .navbar-fixed-top {
    top: 48px;
  }
  html {
    margin-top: 0px !important;
  }
  html body {
    margin-top: 0px !important;
  }
}
@media (min-width: 1px) {
  body.page-template-page-homepage {
    padding-top: 0px;
  }
  body.home header {
    position: relative;
  }
  .blog .subheader-background,
  .single-post .subheader-background {
    min-height: 280px;
  }
  .homeheader-background {
    min-height: 400px;
  }

  .blog .subheader-caption,
  .single-post .subheader-caption {
    top: -200px !important;
  }
  .responsive-content-padding {
    padding: 10px;
  }
  .home .top-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .subheader-background {
    min-height: 180px !important;
  }
  .subheader-caption {
    top: -145px !important;
  }

  .homeheader-image {
    opacity: 0.2;
  }
  .home-header-caption {
    top: 10px !important;
    padding: 10px !important;
    background: none !important;
  }

  .home-header-caption h1 {
    font-weight: 400 !important;
    font-size: 1.4em;
  }
  .home-header-caption p {
    font-weight: 300 !important;
    font-size: 1em;
  }
  .home-header-caption a {
    font-weight: 400 !important;
    font-size: 1.2em;
    line-height: 3em;
  }

  .subheader-caption h1 {
    font-weight: 400 !important;
    font-size: 1.6em;
  }
  .subheader-caption p {
    font-weight: 300 !important;
    font-size: 1.1em;
  }

  .navbar-fixed-top {
    position: absolute;
    top: 0px;
    background: #fff;
    z-index: 980;
  }
  .navbar-default {
    border: none;
  }
  .wrapperslug {
    position: absolute;
    top: 0px;
    height: 40px;
    z-index: 998;
  }
  .navbar-brand {
    width: 20%;
    text-indent: -9999px;
    height: auto;
    padding: 15px 0px;
    position: relative;
  }
  .navbar-brand img {
    height: 50px;
    margin-left: 10px;
  }
  .navbar-default .navbar-toggle {
    /*top:-50px;*/
    position: absolute !important;
    right: 0px !important;
    border: 1px solid #fff !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #254095 !important;
  }

  .isweb {
    display: none;
  }
  .ismobile {
    display: block;
  }
  .istinymobile {
    display: block;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-nav br {
    display: none !important;
  }
  .navbar-nav {
    margin: 0px;
  }
  .navbar-nav > li.active,
  .navbar-nav > li:hover,
  .navbar-nav > li:focus {
    color: #666666 !important;
  }
  .navbar-default .navbar-nav > li > a {
    display: block;
    width: 100%;
    color: #0f6db6;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    background: none;
    font-weight: 400;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background: #ffffff;
    color: #0f6db6 !important;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: #ffffff;
    color: #666666 !important;
  }
  .navbar-default .navbar-nav > .open {
    color: #254095 !important;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: #ffffff;
    color: #666666 !important;
  }
  .navbar-nav .app-store-badge,
  .navbar-nav .google-play-badge {
    float: left;
  }

  .container {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .container > .navbar-header {
    margin-left: 0px;
    margin-right: 0px;
  }

  .containerslug {
    width: 100%;
    padding: 5px 0px;
    background: #fff;
    text-align: right;
    height: 48px;
  }
  /*.containerslug .container .siteslug{  text-align:left;  background:url(images/phone.png) left top no-repeat; text-transform:uppercase; font-weight:normal; color:#666666; font-size:1em; padding-left:30px; float:left; }*/
  .containerslug .container .siteslug {
    position: absolute;
    left: 27%;
    text-align: center;
    color: #797774;
    font-size: 26px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
  }

  .containerslug.bottom .container .siteslug {
    top: 100px;
    color: #ffffff !important;
  }

  /*.home .containerslug .container .siteslug{text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);}*/
  .home .containerslug .container .siteslug {
    text-shadow: none;
  }

  .container.red {
    margin-top: 30px;
  }

  .app-badge-absolute {
    display: none;
  }
  .navbar-nav > li.resp-app-badge {
    display: inline-block;
  }

  #home-over-header-disabled {
    position: absolute;
    width: 100%;
    top: 80px;
    padding: 0px;
  }

  .post_content .page_featured_image {
    height: 130px;
    width: 100%;
  }
  ul.boxphotos li {
    width: 49%;
    display: block;
    float: left;
    margin-right: 1%;
    position: relative;
  }
  .ngg-gallery-thumbnail-box {
    width: 90% !important;
    margin: 5% !important;
  }
  .ngg-gallery-thumbnail {
    width: 100%;
  }
  .ngg-template-caption br {
    display: none !important;
  }

  .page-header h1 {
    font-size: 2em;
    top: -200px;
  }

  .table-float table tr {
    display: block;
    clear: both;
    width: 100%;
    border-bottom: 5px solid #fff;
  }
  .table-float table tr.isweb {
    display: none;
  }
  .table-float table td {
    display: block;
    clear: both;
    width: 100%;
  }

  .sidebar-blackboard-wrapper .button-wrapper {
    position: absolute;
    top: 55%;
    left: 20%;
  }
  .page-template-page-new-join .sidebar-blackboard-wrapper .button-wrapper {
    display: none;
  }

  #advps_container3 .wp-post-image {
    width: 85%;
    margin-bottom: 10px;
  }
  #advps_container3 .advps-excerpt-three {
    width: 85%;
  }

  #sidebar-social-footer a.social-button i {
    padding: 5px;
    font-size: 15px;
  }

  #sidebar-newsletter-footer .signup-form-title {
    font-size: 25px;
    vertical-align: middle;
  }
  #sidebar-newsletter-footer .signup-form-title-wrapper {
    text-align: center;
  }

  #sidebar-newsletter-footer .submit-button-wrapper {
    text-align: center;
  }

  #sidebar-footer .address-info {
    left: 0;
    max-width: 100%;
  }

  /* Join Us Page */
  .join-button-wrapper a.ow-button-hover {
    padding: 1em 7em !important;
  }

  /* Legislative Action Center */
  #capwiz {
    margin-top: -300px;
    margin-bottom: -460px;
    position: relative;
    z-index: -1;
  }

  /* Arkansus Educator */
  .page-id-519 .subheader-caption {
    top: -165px !important;
  }

  #myModal .modal-backdrop {
    z-index: -1;
  }

  /* Join Page */
  .join-wrapper .join-content {
    padding: 0 5px;
  }
  .join-wrapper > h1 {
    font-size: 1.8em;
  }
  body .join-wrapper,
  .join-wrapper .nav-pills > li > a > h4 {
    font-size: 11px;
  }
  .join-wrapper .nav-pills > li > a > p,
  .join-wrapper .nav-pills > li > a > h4 > span {
    display: none;
  }
  .join-wrapper .list-group-item-heading,
  .join-wrapper > h1,
  .join-wrapper .nav-pills > li > a {
    margin: 0;
  }
  .join-wrapper .nav-pills > li > a {
    border-radius: 2.5em;
  }
  .join-wrapper .nav-wrapper ul {
    text-align: justify;
  }
  .join-wrapper .nav-wrapper ul:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .join-wrapper .nav-pills > li,
  .join-wrapper .custom-radio {
    display: inline-block;
  }
  .join-wrapper .nav-wrapper .row.form-group {
    margin-bottom: 0;
  }
  .responsive-content-padding-join {
    padding: 10px;
  }
}
@media (min-width: 431px) {
  /*logo w*/

  #sidebar-social-footer a.social-button i {
    padding: 15px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1px) and (orientation: landscape) {
  /*Phone in landscape mode, cannot have fixed menu*/
  body.page {
    padding-top: 0px;
  }
  body.page-template-page-homepage {
    padding-top: 0px;
  }

  .navbar-fixed-top {
    top: 0px;
    background: #fff;
    position: absolute;
  }
  .navbar-default {
    border: none;
  }
  .wrapperslug {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
}

@media (min-width: 414px) {
  .page-header h1 {
    font-size: 2.6em;
    top: -220px;
  }

  .home-header-caption {
    top: 30px !important;
    padding: 40px !important;
  }
  .subheader-caption {
    top: -120px !important;
    padding: 40px !important;
  }

  #sidebar-footer .address-info {
    left: 50%;
    max-width: 50%;
  }

  #sidebar-social-footer a.social-button i {
    padding: 15px;
    font-size: 15px;
  }
}

@media (min-width: 425px) {
  .join-wrapper .nav-pills > li > a > h4 > span {
    display: inline;
  }

  .join-wrapper .nav-pills > li > a {
    border-radius: 1.5em;
  }
}

@media (min-width: 480px) {
  .responsive-content-padding {
    padding: 10px 60px 10px 60px;
  }

  #capwiz {
    margin-top: -450px;
    margin-bottom: -290px;
  }

  .navbar-brand img {
    height: 80px;
  }
}

@media (min-width: 651px) {
  .home-header-caption {
    top: 60px !important;
    padding: 40px !important;
  }
}

@media (min-width: 768px) {
  .subheader-caption h1 {
    font-size: 1.8em;
  }
  .subheader-caption p {
    font-size: 1.2em;
  }
  .isweb {
    display: block;
  }
  .istinymobile {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .navbar-responsive-collapse.collapse {
    display: block;
    visibility: visible;
  }
  .home .top-content {
    margin-left: 20%;
    margin-right: 20%;
  }

  .app-badge-absolute {
    right: 5px;
  }

  .app-badge-wrapper .app-badge-absolute img {
    height: 30px;
  }

  body {
    padding-top: 0px !important;
  }
  .wrapperslug {
    position: absolute;
    background: none;
  }
  .semitrans {
    background: url("images/wrapperslug_background.png") !important;
  }

  body.home #content.mainhomepage {
    padding-top: 206px;
  }

  body.home header {
    position: relative;
  }

  body.home .featuredInner h3 {
    font-size: 1.5em;
  }
  body.home .featured {
    min-height: 294px;
  }
  body.home .featuredboxes {
    position: absolute;
    top: -108px;
  }
  body.home .featuredboxes .nopadding-right {
    padding-right: 0px !important;
  }
  body.home .featuredboxes .nopadding-left {
    padding-left: 0px !important;
  }

  .navbar.navbar-default.navbar-fixed-top {
    height: 52px;
  }
  .navbar-fixed-top {
    top: 48px;
    background: url("images/nav_background.png") !important;
    position: absolute;
  }
  .navbar-default {
    border: none;
  }
  .wrapperslug {
    position: absolute;
  }

  .containerslug .container .siteslug {
    left: 18%;
    font-size: 18px;
  }

  .container.red {
    margin-top: 0;
  }

  .app-badge-absolute {
    display: block;
  }
  .navbar-nav > li.resp-app-badge {
    display: none;
  }

  .navbar-brand {
    position: absolute;
    top: -15px;
    left: 0%;
    width: auto;
    z-index: 999;
  }
  /*.navbar-brand{  width:auto; text-indent:-9999px; height:100px; padding: 0px; position: relative;}*/
  .navbar-brand img {
    height: 106px;
  }
  .navbar-nav {
    width: 84%;
    margin-left: 2%;
    float: right; /*margin-top:30px;*/
  }
  .navbar-nav br {
    display: initial !important;
  }
  .navbar-nav > li {
    text-align: center;
    height: 52px;
    color: #3b7cca;
    font-weight: 700;
    float: left;
  }

  .navbar-nav .caret {
    display: none;
  }

  .navbar-nav > li.active,
  .navbar-nav > li:hover,
  .navbar-nav > li:focus {
    color: #666666 !important;
  }
  .navbar-default .navbar-nav > li > a {
    display: block;
    width: 100%;
    color: #0f6db6;
    font-size: 0.8em;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    background: none;
    text-transform: uppercase;
    border-bottom: none;
  }
  .navbar-default .navbar-nav > li > a:hover {
    background: none;
    color: #0f6db6 !important;
    border-bottom: 2px solid #0f6db6;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #666666 !important;
    border-bottom: 2px solid #666666;
  }
  .navbar-default .navbar-nav > .open {
    background: url(images/menuover.png) top center no-repeat;
    color: #0f6db6 !important;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #666666 !important;
  }
  .navbar .container {
    position: relative;
  }

  .navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    min-width: 200px;
    margin-top: -2px;
    border-top: 2px solid #0f6db6;
  }

  .wrapper.graygraph1 {
    background-size: auto;
  }

  .homeheader-image {
    opacity: 1;
  }
  #home-over-header-disabled {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 120px;
  }

  .post_content .page_featured_image {
    height: 200px;
    width: 100%;
  }
  ul.boxphotos li {
    width: 24%;
    display: block;
    float: left;
    margin-right: 1%;
    position: relative;
  }

  .page-header h1 {
    font-size: 3em;
    top: -220px;
  }

  .subheader-caption h1 {
    margin-top: 40px;
  }

  .table-float table tr {
    display: table-row;
    clear: inherit;
    width: inherit;
    border-bottom: 1px;
  }
  .table-float table tr.isweb {
    display: table-row;
  }
  .table-float table td {
    display: table-cell;
    clear: inherit;
    width: inherit;
  }

  .home-header-caption {
    top: 30px !important;
    padding: 40px !important;
    background: url("images/wrapperslug_background.png") !important;
  }

  .subheader-caption h1 {
    font-weight: 400 !important;
    font-size: 2.6em;
    line-height: 0.8em;
  }
  .subheader-caption p {
    font-weight: 300 !important;
    font-size: 1.2em;
  }

  /*.homeheader-background{ min-height: 300px !important;}*/
  .home-header-caption h1 {
    font-weight: 400 !important;
    font-size: 2.2em !important;
    line-height: 0.4em;
    margin-bottom: 0.3em;
    margin-left: 0px !important;
  }
  .home-header-caption p {
    font-weight: 300 !important;
    font-size: 1.4em;
    color: #666666;
    max-width: 100%;
    margin-left: 0px !important;
    margin-top: 1em !important;
  }
  .home-header-caption a {
    font-weight: 300 !important;
    font-size: 1.4em;
    line-height: 3em;
    color: #666666;
    max-width: 100%;
    margin-left: 0px !important;
    margin-top: 1em !important;
  }

  .subheader-background {
    min-height: 340px !important;
  }
  .subheader-caption {
    top: -180px !important;
  }
  .subheader-caption h1 {
    font-weight: 400 !important;
    font-size: 2.8em !important;
    color: #3b7cca;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0.3em;
    margin-left: 0px !important;
    font-family: "Montserrat", sans-serif;
  }
  .subheader-caption p {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 300 !important;
    font-size: 1.6em;
    color: #666666;
    max-width: 100%;
    margin-left: 0px !important;
    margin-top: 1em !important;
    text-align: center;
  }

  #sidebar-social-footer .social-button-row {
    width: 60%;
    left: 20%;
  }

  #sidebar-newsletter-footer .signup-form-title {
    font-size: 18px;
    vertical-align: middle;
  }

  #sidebar-newsletter-footer .signup-form-title-wrapper {
    text-align: right;
  }

  #sidebar-newsletter-footer .submit-button-wrapper {
    text-align: left;
  }

  #capwiz {
    margin-top: -350px;
    margin-bottom: -410px;
  }

  .so-panel .panel-widget-style ul {
    padding-left: 60px;
  }

  .contact-info {
    padding-left: 40px !important;
  }

  /* Join Page */
  .responsive-content-padding-join {
    padding: 10px 60px 10px 60px;
  }
  .join-wrapper .join-content {
    padding: 0 50px;
  }
  .join-wrapper > h1 {
    font-size: 2.8em;
  }
  .join-wrapper .nav-wrapper ul {
    padding: 0 40px !important;
  }
  .join-wrapper .nav-justified > li {
    width: auto;
  }
  body .join-wrapper,
  .join-wrapper .nav-pills > li > a > h4 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .isweb {
    display: block;
  }
  .ismobile {
    display: none;
  }
  .container {
    width: 100%;
  }
  body.page {
    padding-top: 0px;
  }
  body.page-template-page-homepage {
    padding-top: 0px;
  }

  .navbar-default {
    border: none;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1em;
  }
  .navbar-nav {
    width: 75%;
  }

  .containerslug .container .siteslug {
    left: 27%;
    font-size: 23px;
  }

  .navbar-brand {
    left: 10%;
  }

  .wrapperslug {
    position: absolute;
  }

  .header-captiion-wrapper {
    width: 100% !important;
    text-align: center;
  }

  .home-header-caption {
    position: absolute;
    top: 80px !important;
    text-align: center;
  }
  .home-header-caption {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
  }

  #home-over-header-disabled {
    position: absolute;
    left: 15%;
    width: 70%;
    top: 120px;
  }

  /*.subheader-caption{ position:absolute; background:none !important; top:-300px !important; text-align:center;}
	.subheader-caption{ width:100%; margin:0 auto; padding:40px;}*/

  .containerslug .container ul {
    list-style: none;
    text-align: right;
  }
  .containerslug .container ul li {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 5px;
  }
  .containerslug .container ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
  }

  .post_content .page_featured_image {
    height: 260px;
    width: 100%;
  }

  .page-header h1 {
    font-size: 4em;
    top: -220px;
  }

  #sidebar-newsletter-footer .signup-form-title {
    font-size: 20px;
    vertical-align: middle;
  }
  /* Member Benefits Page */
  .member-benefits-buttons a.ow-button-hover {
    padding: 1em 8em;
  }
  /* Join Us Page */
  .join-button-wrapper a.ow-button-hover {
    padding: 1em 15em !important;
  }
  /* Join Page */
  .join-wrapper .nav-pills > li > a > p {
    display: block;
  }
}
@media (min-width: 1200px) {
  /*.container {
		width: 1200px;
	}*/

  #home-over-header-disabled {
    position: absolute;
    left: 25%;
    width: 50%;
    top: 120px;
  }

  body.home .featuredInner h3 {
    font-size: 1.8em;
  }

  .containerslug .container .siteslug {
    font-size: 26px;
  }

  .app-badge-absolute {
    right: 30px;
  }

  .app-badge-wrapper .app-badge-absolute img {
    height: 40px;
  }

  #capwiz {
    margin-top: -290px;
    margin-bottom: -460px;
  }
}
@media (min-width: 1290px) {
  /*.container {
    width: 1290px;
  }*/
  .home-header-caption {
    top: 160px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }

  #home-over-header-disabled {
    position: absolute;
    left: 30%;
    width: 40%;
    top: 120px;
  }

  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }

  #sidebar-testimonials .testimonial .content:before,
  #sidebar-testimonials .testimonial .content:after {
    font-size: 72px;
  }
}
@media (max-width: 480px) {
}

.bx-wrapper .bx-controls-direction a {
  top: 10% !important;
}

#pg-202-0 .panel-grid-cell {
  padding-bottom: 15px;
}

#pgc-202-0-0 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

#pgc-202-0-1 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

#pgc-202-0-2 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

#pgc-202-0-3 {
  padding-left: 2px !important;
  padding-right: 1px !important;
}

#pgc-w598e12bfdb1d7-0-0 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

#pgc-w598e12bfdb1d7-0-1 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

#pgc-w598e12bfdb1d7-0-2 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

#pgc-204-1-0 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

#pgc-204-1-1 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
#pgc-204-1-2 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.btn-round {
  border-radius: 17px;
}

/* styling for highlight educator page */

.post__article__module-related {
  position: relative;
  width: 100%;
  margin: 5% 0% 3% 0%;
}
.post__article__module-related p {
  display: none;
}
@media (min-width: 768px) {
  .post__article__module-related {
    /*width: 87%;*/
    margin: 5% 0% 3% 0%;
  }
}
@media (min-width: 1024px) {
  .post__article__module-related {
    margin: 3% 0% 3% 0%;
  }
}
.post__article__module-related__image-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .post__article__module-related__image-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 88%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .post__article__module-related__image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    /*border-bottom: 3px solid*/
  }
}
.post__article__module-related__content {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 6%;
  padding-top: 6%;
  padding-right: 3%;
  padding-bottom: 6%;
  background-color: #5f91cc;
}
@media (min-width: 768px) {
  .post__article__module-related__content {
    position: absolute;
    top: 0;
    left: 59.46%;
    width: 51%;
    margin-top: 8%;
  }
}
@media (min-width: 1024px) {
  .post__article__module-related__content {
    position: absolute;
    top: 0;
    left: 59.46%;
    width: 49%;
    margin-top: 8%;
  }
}
.post__article__module-related__label {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ededed !important;
}
.post__article__module-related__label:after {
  display: block;
  width: 27px;
  height: 3px;
  margin-top: 4.5%;
  background-color: #ededed;
  content: "";
}
.post__article__module-related__topic {
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.post__article__module-related__title {
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #ededed;
}
.post__article__module-related__date {
  margin-top: 13px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f1f1f1;
}
.post__article__module-related__copy {
  margin-top: 24px;
  font-family: "PMNCaeciliaW01-55Roman";
  font-size: 15px;
  color: #f1f1f1;
}

.u-issue--unassigned-issue .u-issue__border,
.u-issue--default .u-issue__border {
  border-color: #004f81;
}
.u-issue--business-society .u-issue__border {
  border-color: #008e5c;
}
.u-issue--communications-culture .u-issue__border {
  border-color: #8dbb27;
}
.u-issue--education .u-issue__border {
  border-color: #f4e601;
}
.u-issue--energy-environment .u-issue__border {
  border-color: #fdc60a;
}
.u-issue--health-sport .u-issue__border {
  border-color: #f28e1e;
}
.u-issue--justice-civic-identity .u-issue__border {
  border-color: #eb6120;
}
.u-issue--opportunity-development .u-issue__border {
  border-color: #e42423;
}
.u-issue--philanthropy-social-enterprise .u-issue__border {
  border-color: #c5037e;
}
.u-issue--security-global-affairs .u-issue__border {
  border-color: #6e398b;
}
.u-issue--unassigned-issue .u-issue__border--before:before,
.u-issue--default .u-issue__border--before:before {
  border-color: #004f81;
}
.u-issue--business-society .u-issue__border--before:before {
  border-color: #008e5c;
}
.u-issue--communications-culture .u-issue__border--before:before {
  border-color: #8dbb27;
}
.u-issue--education .u-issue__border--before:before {
  border-color: #f4e601;
}
.u-issue--energy-environment .u-issue__border--before:before {
  border-color: #fdc60a;
}
.u-issue--health-sport .u-issue__border--before:before {
  border-color: #f28e1e;
}
.u-issue--justice-civic-identity .u-issue__border--before:before {
  border-color: #eb6120;
}
.u-issue--opportunity-development .u-issue__border--before:before {
  border-color: #e42423;
}
.u-issue--philanthropy-social-enterprise .u-issue__border--before:before {
  border-color: #c5037e;
}
.u-issue--security-global-affairs .u-issue__border--before:before {
  border-color: #6e398b;
}
.u-issue--unassigned-issue .u-issue__border--after:after,
.u-issue--default .u-issue__border--after:after {
  border-color: #004f81;
}
.u-issue--business-society .u-issue__border--after:after {
  border-color: #008e5c;
}
.u-issue--communications-culture .u-issue__border--after:after {
  border-color: #8dbb27;
}
.u-issue--education .u-issue__border--after:after {
  border-color: #f4e601;
}
.u-issue--energy-environment .u-issue__border--after:after {
  border-color: #fdc60a;
}
.u-issue--health-sport .u-issue__border--after:after {
  border-color: #f28e1e;
}
.u-issue--justice-civic-identity .u-issue__border--after:after {
  border-color: #eb6120;
}
.u-issue--opportunity-development .u-issue__border--after:after {
  border-color: #e42423;
}
.u-issue--philanthropy-social-enterprise .u-issue__border--after:after {
  border-color: #c5037e;
}
.u-issue--security-global-affairs .u-issue__border--after:after {
  border-color: #6e398b;
}

.u-16-9 {
  position: relative;
  display: block;
}

@media (min-width: 980px) {
  .u-16-9:before {
    display: block;
    width: 100%;
    padding-top: 42%;
    content: "";
  }
}
@media (max-width: 979px) {
  .u-16-9:before {
    display: block;
    width: 100%;
    padding-top: 52%;
    content: "";
  }
}
.u-16-9__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

@media (min-width: 891px) {
  #pgc-710-0-1 {
    margin-top: 10%;
  }
}

#panel-519-0-1-1 {
  padding-left: 60px;
  padding-right: 60px;
}

/* end styling for highlight educator pages */

/*
***********************************************************************************
***********************************************************************************
***********************************************************************************
***********************************************************************************
***********************************************************************************
***********************************************************************************
***********************************************************************************
***********************************************************************************
***********************************************************************************
*/

/*styling for the signature pad area.*/
#signature_canvas {
  border-style: dotted;
  background-color: white;
  /*width: 100%;*/
  /*height: auto;*/
}

@media (max-width: 320px) {
  #signature_canvas {
    /*border-style: dotted;*/
    width: 180px;
  }
  #e_signature {
    padding-left: 0;
    padding-right: 0;
  }
}

/*Styling for arkansas-educator-highlight : super-man*/
div.super-man-wrapper {
  float: left; /* important */
  position: relative; /* important(so we can absolutely position the description div */
}
div.super-man-description {
  position: absolute; /* absolute position (so we can position it where we want)*/
  bottom: 0px; /* position will be on bottom */
  left: 0px;
  width: 100%;
  /* styling bellow */
  background-color: white;
  color: white;
  opacity: 0.7; /* transparency */
  filter: alpha(opacity=60); /* IE transparency */
}

p.super-man-description_content {
  padding: 2px;
  margin: 0px;
  font-size: 3.5em;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
  opacity: 0.6;
  font-family: arial;
  line-height: 1.5em;
}

@media (max-width: 1074px) {
  p.super-man-description_content {
    font-size: 3em !important;
  }
}

@media (max-width: 947px) {
  p.super-man-description_content {
    font-size: 2.5em !important;
  }
}

@media (max-width: 820px) {
  p.super-man-description_content {
    font-size: 2em !important;
  }
}

@media (max-width: 780px) {
  p.super-man-description_content {
    font-size: 7.5em !important;
  }
}

@media (max-width: 691px) {
  p.super-man-description_content {
    font-size: 6.5em !important;
  }
}

@media (max-width: 607px) {
  p.super-man-description_content {
    font-size: 5.5em !important;
  }
}

@media (max-width: 523px) {
  p.super-man-description_content {
    font-size: 4.5em !important;
  }
}

@media (max-width: 438px) {
  p.super-man-description_content {
    font-size: 3.5em !important;
  }
}

@media (min-width: 768px) {
  #pg-365-3 {
    padding-left: 60px;
  }
}

#pl-710 {
  padding-top: 2%;
}

@media (max-width: 375px) {
  p.super-man-description_content {
    font-size: 3em !important;
  }
}

/*@media (max-width: 414px) {
	p.super-man-description_content{
		font-size: 4em;
	}
}*/

/* End of styling for arkansas-educator-highlight : super-man */

.agree_statement {
  background-color: white;
}

/*styling for the text representation on header of the box in the page aea-member-benefits*/
@media (min-width: 781px) and (max-width: 815px) {
  #heading_representation {
    text-indent: -5%;
  }
}

/*styling to change the color of the "join-now" buttons in the "why-join-us" page.*/
#pgc-28-0-0 a.ow-button-hover {
  background: #5f91cc;
  border: 1px solid #5f91cc;
}

#pgc-28-2-0 a.ow-button-hover {
  background: #5f91cc;
  border: 1px solid #5f91cc;
}

/*Styling for boxes in why-join-us page*/
@media (min-width: 781px) {
  div.j-group p {
    padding-left: 3%;
    padding-right: 3%;
  }
}

/*Styling for the latest Event Page*/
.post_content {
  /*padding-top:2% !important;*/
  padding-left: 2% !important;
  padding-right: 2% !important;
}

.post_content img {
  /* padding-bottom: 1%; */
  /* padding-left:1%; */
}

/*.category-latest-news {
	padding-top:2% !important;
	padding-left:2% !important;
	padding-right: 4% !important;
}*/

/*.category-latest-news img {
	padding-bottom: 1%;
	padding-left:1%;
}*/

hr {
  border: none;
  height: 2px;
  /* Set the hr color */
  color: #5f91cc; /* old IE */
  background-color: #5f91cc; /* Modern Browsers */
}

.category-latest-news {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.category-latest-events {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.join-via-nea {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.ai1ec-calendar-toolbar,
.ai1ec-actions,
.ai1ec-subscribe-container,
.type-ai1ec_event .meta {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-issue--health-sport .u-issue__border {
    margin-left: 60px !important;
  }

  .post__article__module-related__image-wrapper img {
    width: 59.7% !important;
  }
}

#sidebar-testimonials .ai1ec-single-event {
  display: none;
}

@media (min-width: 1px) {
  #wpcf7-f4-p34-o1 #recaptcha-wrapper .wpcf7-form-control-wrap div,
  #wpcf7-f4-o1 #recaptcha-wrapper .wpcf7-form-control-wrap div {
    width: 100% !important;
    text-align: center;
  }
}

.jr-insta-thumb img {
  display: none;
}

@media (max-width: 767px) {
  .iswebBlackboard {
    display: none !important;
  }
}

.so-widget-sow-button-flat-310215cd04b2 .ow-button-base a {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 1em 2em;
  background: #5f91cc;
  color: #ffffff !important;
  border: 1px solid #5f91cc;
  border-width: 1px 0;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.soda-account-logged-out .members-only {
  display: none !important;
}

.lrm-switcher.-is-not-login-only {
  display: none !important;
}

.logged-in-soda-account .members-login {
  display: none !important;
}

button.full-width.has-padding {
  background: #5f91cc !important;
  border-radius: 1.5em !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) !important;
}

.page-template-page-full-width-no-header-image .subheader-background {
  background: unset !important;
  min-height: 100px !important;
}

.page-template-page-full-width-no-header-image .subheader-caption {
  display: none !important;
}

.soda-login-form-wrapper {
  border: solid 1px #ccc;
  margin: 5%;
  padding: 5%;
}
#login-submit-pending i {
  font-size: 30px;
  margin: 20px 20px;
}

@media (max-width: 767px) {
  .page-template-page-full-width-no-header-image .subheader-background {
    min-height: 50px !important;
  }
}

@media (max-width: 767px) {
  #home-over-header {
    margin-top: 120px;
  }
}

.candidate p {
  padding-left: 0px;
}

#main .post_content img.candidate-image {
  max-width: 250px !important;
  width: 100%; /* Make the image responsive */
  height: auto; /* Maintain the aspect ratio */
  border-radius: 10px; /* Rounded corners for the image */
  display: block; /* Ensures no extra space below the image */
  margin-bottom: 20px; /* Space between the image and the heading */
}

/* members only Magic Spring Discount */
.magic-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  /* padding: 20px; */
  flex-wrap: wrap;
}
.magic-logo {
  margin-right: 20px;
  flex: 0 1 auto;
}
.magic-content {
  max-width: 850px;
  text-align: left;
  flex: 1;
}
.magic-offer,
.magic-link {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .magic-container {
    flex-direction: column;
  }
}
