
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

#secondary .stick {
  position: fixed;
  top: 0;
  z-index: 9999;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  padding: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 40;
}

.top-navigation-new {
  background-color: #1C828F !important;
  color: #f3f3f3;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 10;
}

.top-navigation-new .top-navigation-left p {
  margin: 1rem 0 0 0;
  text-align: center;
  font-size: 0.9em;
}

.top-navigation-new .top-navigation-right .drawer-toggle {
  padding: 14px 0 13px 10px;
  min-width: 72px;
}

.top-navigation-new .top-navigation-right .drawer-toggle span:not(:first-child) {
  display: none;
}

.top-navigation-new .top-navigation-right .drawer-toggle-switch span:last-child {
  display: block;
}

.top-navigation-new .top-navigation-right #js-close-drawer {
  display: none;
}

.top-navigation-new .top-navigation-right .drawer-toggle.drawer-menu-toggle {
  padding-left: 5%;
}

.top-navigation-new .top-navigation-right .drawer-toggle {
  padding: 14px 0 13px 0px;
  min-width: 72px;
}

.top-navigation-new .top-navigation-right .drawer-toggle {
  display: inline-block;
  margin-left: 0px;
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  opacity: .8;
  transition: .2s ease-in-out;
}

.top-navigation-new .top-navigation-right .logout-link-new , .top-navigation-new .top-navigation-right .register-link-new , .top-navigation-new .top-navigation-right .profile-link-new , .top-navigation-new .top-navigation-right .login-link-new  {
  line-height: 1em;
  display: inline-block;
  float: right;
  padding: 10px 10px 10px;
}
.top-navigation-new .top-navigation-right .logout-link-new  a, .top-navigation-new .top-navigation-right .register-link-new  a, .middle-navigation .btn-search {
  color: #f3f3f3;
}

.top-navigation-new .top-navigation-right .profile-link-new  {
  margin-left: 0px;
}

.top-navigation-new .top-navigation-right .btn {
  font-size: .8em;
  font-weight: 500;
  padding: .3rem .75rem;
  line-height: 1.8em;
  height: auto;
}

.top-navigation-new .top-navigation-right .btn:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.15);
}

.top-navigation-new .top-navigation-right .btn-login, .top-navigation-new .top-navigation-right .btn-profile {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1EA0AC;
}
.top-navigation-new .top-navigation-right .btn-login:hover, .top-navigation-new .top-navigation-right .btn-profile:hover {
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.15);
}

.top-navigation-new .top-navigation-right .btn-logout, .top-navigation-new .top-navigation-right .btn-register, .middle-navigation .btn-search {
  background-color: #51adb9;
  border-color: #51adb9;
}

.middle-navigation .search-container {
  background-color: #EFEFEF;
  margin: 0 auto 0.75rem auto;
  padding: 20px;
}

.middle-navigation .search-container i, .middle-navigation .search-container form {
  display: inline-block;
  margin-bottom: 0;
}

.middle-navigation .search-container i {
  vertical-align: middle;
  font-size: 28px;
  line-height: 22px;
  color: #707070;
}

.middle-navigation .search-container .btn-search {
  background-color: #1EA0AC;
  border-color: #1EA0AC;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: auto;
  line-height: .4em
}

.middle-navigation .search-container input.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  width: 15em;
  margin-right: -0.2rem;
  margin-left: 0.4rem;
}

.middle-navigation .search-container .form-control:focus, .btn:focus {
  box-shadow: none;
  border-color: inherit;
}

.middle-navigation {
  border-bottom: 1px solid #707070;
  padding: .6em 0 .6em 0;
}

.middle-navigation img.site-logo[src$=".svg"] { 
  width: 80%; height: auto; 
}

#mobile-nav-bottom .btn:active {
  background-color: inherit;
  box-shadow: none;
}

.site-logo {
  margin-bottom: 0px;
  width: 80%;
}
.site-header .site-title-wrap {
  width: 100%;
  top: 19px;
  height: 100%;
  max-width: 100%;
  position: unset;
}
.middle-navigation .social-container {
  float: right;
}
.middle-navigation .social-navigation ul {
  list-style: none;
  margin: 0;
  height: 3em;
}

.middle-navigation .social-navigation li {
  display: inline;
  font-size: 1.3em;
  padding: .4rem;
}

.middle-navigation .social-navigation a:before {
  font-size: 22px;
}

.middle-navigation .social-navigation li a {
  color: #1EA0AC;
  padding: 0 1px;
}

.middle-navigation .social-navigation li a:hover {
  color:rgba(30, 160, 172, 0.85);
}


.middle-navigation .social-navigation a:before {
  padding: 15px 0;
}

.bottom-navigation .navbar-nav>li a {
  text-transform: unset;
}
.bottom-navigation .navbar-nav>li {
  margin: 0;
  padding: 1.5rem 2rem 0.5rem;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

#page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
#page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (max-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
  .middle-navigation .social-navigation li {
    padding: 0.5rem 0.25rem;
    float: left;
    
  }
  #sidebar .menu-social-container ul li a {
    padding: .25em;
}
}

@media screen and (max-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
  }
  #page-sub-header {
    font-size: 1.25rem;
  }
  .middle-navigation {
    border: none;
    background-color: #EBEBEB;
  }
  .navbar-light .navbar-toggler {
    color: #707070;
    font-size: 1.5em;
  }
  .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

#sidebarCollapse {
  font-size: 2em;
  border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 1em !important;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #51adb9;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #51adb9;
    color: white;
}

#sidebar ul.components {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0.6em;
    border-bottom: 1px solid #51adb9;
}
#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color: #fff;
}
#sidebar .menu-social-container ul li a:before {
  padding: 0;
  color: #fff;
}
#sidebar .menu-social-container ul li a {
    padding: 5px;
    font-size: 0;
    display: block;
    color: #fff;
}

#sidebar ul li a:hover {
    color: #51adb9;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #51adb9;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .social-navigation {
  margin-left: 0.4em;
  display: block;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
}

@media screen and (max-width: 400px) {
  .top-navigation-new .top-navigation-right .login-link-new , 
  .top-navigation-new .top-navigation-right .register-link-new , 
  .top-navigation-new .top-navigation-right .profile-link-new , 
  .top-navigation-new .top-navigation-right .logout-link-new  {
    padding: 10px 6px 10px;
  }
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.bottom-navigation ul.navbar-nav {
  margin: 0 !important;
} 

#masthead .navbar-nav > li > a {
  color: #27272F;
  font-weight: 500;
  font-size: 1em;
}

#masthead .navbar-nav > li:first-of-type > a {
  padding-left: 0;
  padding-right: 0;
}
#masthead .navbar-nav > li:first-of-type {
  padding-left: 0;
}

#masthead .navbar-nav > li:last-of-type > a {
  padding-left: 0;
  padding-right: 0;
}
#masthead .navbar-nav > li:last-of-type {
  padding-right: 0;
}
#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li.active > a {
  color: #51adb9;
  /*background: #f9f9f9;*/
  border-bottom: 2px solid #51adb9;
  margin-bottom: -2px;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.downloadForm .gform_footer .gform_button {
  font-size: 1em !important;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  
  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}

@media screen and (max-width: 1100px) {
  #masthead .navbar-nav > li > a {
    font-size: 0.75em;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

.single:not(.single-wat-contest):not(.single-wat-collection) .entry-metadata a {
  color: #51adb9;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.school-leaders-block {
  margin-bottom: 3% !important;
}

.school-leaders-block img {
  float: left;
}
.school-leaders-text-block {
  background-color: #53B7E3;
  height: 100%;
  margin-left: 0.2em;
  float:right;
  width: 86.5%;
}

.school-leaders-text-block p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
}

@media screen and (max-width: 1199px) {
  .school-leaders-text-block {
    margin-left: 0.2em;
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .school-leaders-text-block p {
    font-size: 1em;
  }
  .school-leaders-text-block {
    margin-left: 0.2em;
    width: 83.5%;
  }
}

@media screen and (max-width: 768px) {
  .site-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
  } 

  .school-leaders-text-block {
    margin-left: 0;
    width: 82%;
  }
}

@media screen and (max-width: 576px) {
  .school-leaders-text-block {
    margin-left: 0S;
    width: 70%;
  }
}

.site-content { padding-top: 3%;}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

footer #menu-social-3 a:before {
  color: #1EA0AC;
}

footer #menu-social-3 li:hover a:before {
  color: rgba(30, 160, 172, 0.85);
}

footer .site-logo {
  width: 65%;
}
footer .menuContainer {
  margin: auto;
  width: max-content;
}
.footer-widgets ul li {
  padding-top: 0;
}
.footer-widgets {
  padding: 5%;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

.content-area {
  margin-left: -15px;
}

/*---------
## Forms
----------------*/
.downloadForm {
  background-color: #f3f3f3;
  padding: 0px 1.2em;
  -moz-column-count: 1;
  column-count: 1;
}
.downloadForm .gsection_title, .formHeader {
  font-size: 20px!important;
  color: #01707d;

}
.downloadForm ul li.gfield {
  margin-top: 10px!important;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px!important;
}
.downloadForm .zip-code {
  width: 46%;
}
.ginput_container_checkbox {
  margin-top: 1px !important;
}
.gfield_checkbox {
  margin-top: 0px !important;
}
.gfield_checkbox input {
  margin-right: 10px;
}
.widget-area {width: 27%;}
.mobile form {
  padding: 1em;
}

.mobile .gform_wrapper ul li.gfield {
  padding-top: 0;
  margin: 0 !important;
  padding-bottom: .5rem;
}
.mobile .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
.mobile .downloadForm .gsection_title {
  font-size: 1em !important;
}
@media only screen and (max-width: 641px) {
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
}
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  .widget-area {
    width: 100%;
  }
}

.entry-content .sponsor-box, .sponsor-box {
  border: none;
  padding: 3em 2em;
  margin-bottom: 1em;
}
.widget-area .sponsor-box .sponsor-content {
  padding: 0;
}
.widget-area aside li {
  border: none;
}
.sponsor-box .sponsor-content .sponsor-logo img {
  width: 100%;
}
.entry-content .sponsor-box, .sponsor-box p {
  margin: 0;
}
.widget-area .sponsor-box .sponsor-logo {
  margin: 0 auto;
}
.sponsor-description h3 {
  margin-top: 0;
}
.single:not(.single-wat-contest):not(.single-wat-collection) .widget-area .gform_widget .widget-title {
  margin-top: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
  padding-top: 0;
}
.gform_wrapper ul.gform_fields li.gfield:first-of-type { 
  margin-top: 1em;
}
.gform_wrapper div.validation_error {
  font-size: 0.8em !important;
}
.gform_wrapper .gform_footer {
  padding-top: 0 !important;
}
.gform_next_button, input[type=submit].gform_button {
  background-color: #f17035 !important;
}
.single-wat-contest #secondary .gform_wrapper ul li.gfield {
  margin-bottom: .3em;
}
.gform_wrapper li.hidden_label input {
  margin-top: .1em;
}
.submission-preview {
  font-size: .8em;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 1px !important;
}
.gform_wrapper .gf_progressbar_wrapper {
  margin-bottom: 0 !important;
}
.gform_wrapper .gf_progressbar {
  padding: 2px;
}
.formBtn.btn:focus, .formBtn.btn:hover {
  background-color: #f17035;
}
a.formBtn {
  width: 100% !important;
  margin-top: 0em;
  background-color: #f17035;
  font-weight: bold;
  font-size: 1em !important;
  color: #ffffff !important;
  text-decoration: none !important;
  text-align: center;
  padding: 14px 20px;
  height: auto;
  line-height: initial;
  white-space: normal;
  margin-bottom: 1em;
  border: none;
  border-bottom: none !important;
}
.gform_wrapper .gf_step {
  display: block !important;
  margin: 10px 1em 10px 0 !important;
  font-size: .8em !important;
}
.gform_wrapper .bulleted li {
  font-size: .7em;
}

.gform_wrapper .bulleted {
  list-style: none !important;
}

.element-is-sticky .entry-content .sponsor-box, .sponsor-box {
  padding: 1.5em;
}

.element-is-sticky form {
  padding: 1.2em 1.2em;
}

.element-is-sticky .sponsor-box h3 {
  margin-top: 0.5rem !important;
}

.element-is-sticky .gform_description, .element-is-sticky .gform_heading, .element-is-sticky .sponsor-box p { 
  display: none !important; 
}

.element-is-sticky .gfield_label {
  font-size: 0.75em !important;
}
.element-is-sticky .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0 !important;
  padding-top: 0;
}
.element-is-sticky .gfield_checkbox {
  padding-top: 0.5em !important;
}
.single:not(.single-wat-contest):not(.single-wat-collection) .widget-area .gform_widget input {
  width: 100% !important;
  margin: 0;
}

.mobile .entry-content .sponsor-box, .mobile .sponsor-box {
  padding: 2em;
}

.mobile .entry-content .sponsor-box .sponsor-content .sponsor-logo, .mobile .sponsor-box .sponsor-content .sponsor-logo {
  padding: 0;
  float: none;
}

.mobile .entry-content .sponsor-box .sponsor-content, .mobile .sponsor-box .sponsor-content {
  padding: 0;
}

.element-is-sticky  #field_6_1, .element-is-sticky .gform_wrapper .gform_footer { 
  margin-top: 0;
}

.gform_wrapper .gfield_checkbox li label, .gfield_consent_label {
  font-size: 0.7em !important;
}

.gfield_consent_label {
    max-width: 85%;
    line-height: 1.3 !important;
}

.ginput_container_consent input {
  margin-top: 6px !important;
  margin-right: 10px;
  vertical-align: top;
}
.ginput_container_consent .gfield_required {
  vertical-align: top;
}
/*WPBeginner Footer Bar*/
.site-footer  {
  padding: 0;
}

.copyright-bar {
  background-color: #1C828F;
  padding: .5rem;
  width: 100%;
}

.fixedbar {
    background: #1C828F; 
    bottom: 0px; 
    color:#fff; 
    left:0; 
    position:fixed; 
    font-size:1em; 
    width:100%; 
    z-index:99999; 
    vertical-align:middle; 
    margin: 0px 0 0; 
    font-weight: bold;
  }
  .boxFloat .fa-chevron-up {
    font-size: 1.5em;
  }

  .boxfloat {
    text-align:center; 
    width:100%;
    margin:0 auto;
  }
   
  #tips, #tips li {
  margin:0; 
  padding:0; 
  list-style:none
  }
  #tips {
  width:920px; 
  font-size:20px; 
  line-height:120%;
  }
  #tips li {
  padding: 15px 0; 
  display:block;
  }
  #tips li a{
  color: #fff;
  }
  #tips li a:hover {
  text-decoration: none;
  }