/*
 Theme Name:    Eternia Theme
 Theme URI:    http://eterniaweb.com
 Description:  Theme for 
 Author:       Justin Mayfield
 Author URI:   http://eterniaweb.com
 Version:      1.0.0
*/

/* General */


/* Wordpress default image classes */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, h1, h2, h3, h4, h5, h6, 
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: none;
  font-family: Poppins, sans-serif;
  font-size: 100%;
  margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  width: ;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------------------------------------------------------*/
/*-------------------------Personal styling begins below---------------------*/
/*---------------------------------------------------------------------------*/

a p:hover {
  cursor: pointer;
}

a, a:visited, a:hover, a:active {
  text-decoration: none!important;
}

/*---------------------------------------------------------------------------*/
/*--------------------------------------- HEADER-----------------------------*/
/*---------------------------------------------------------------------------*/

.wda-header {
  height:92.1px;
  position: relative;
  width: 100%
}

.wda-header-logo {
  float: left;
  height: 92.1px;
}

.wda-header-wrapper-navbar {
  position: relative;
  float: right;
  height: 92px;
  /*text-align: right;*/
  margin-right: 44px;
}

ul.wda-header-p > li {
    display: inline-block;
    height: 55px;
    position: relative;
}

.wda-header-p a:hover, .wda-header-p2 a:hover, #wda-mid-p2:hover, .wda-header-right a:hover {
	color: inherit;
  opacity: 0.9;
  text-decoration: none;
}

.wda-header-p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-left: 0;
  word-spacing: 38px;
  line-height: 23px;
  margin-top: 37px;
  position: relative;
  max-width: 637px;
  width: 100%;
}

.wda-header-p a {
  color: #014f6e;
}

.wda-multi-word-item {
  word-spacing: 1px;
}

.wda-header-right {
  background-color: #014f6e;
  /* clip-path: polygon(15% 100%, 100% 100%, 100% 0%, 0% 0%); */
  float: right;
  height: 92.1px;
  position: relative;
  /* shape-outside: polygon(15% 100%, 100% 100%, 100% 0%, 0% 0%); */
  /* Ben: shrunk width to account for width of new angled element */
  width: 344px;
}

.wda-header-p2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 59px;
    letter-spacing: 0.3px;
    margin-right: 0;
    position: relative;
    line-height: 26px;
    margin-top: 34.5px;
    max-width: 280px;
    width: 100%;
}

.wda-header-p2 a {
	color: #fff;
  margin-right: 21px;
}

/* Ben: added a wrapper to keep the new angled element and the original blue element together */
.wda-angle-wrapper {
  float: right;
  height: 92px;
}

.wda-header-right-angle {
  float: left;
  height: 0;
  width: 0;
  border-top: 92px solid #014f6e;
  border-left: 59px solid transparent;
}

#wda-join-wda {
  word-spacing: normal;
}

#wda-join-vert-line {
  background-color: #fff;
  top: 3.25px;
  content: "";
  display: inline-block;
  height: 19.75px;
  right: 10px;
  position: relative;
  width: 2px;
}

#wda-altcolors {
  margin-left: 38px;
  margin-top: 29px;
  opacity: 100%;

}

i.fa.fa-search {
  position: relative;
  font-size: 18px;
}

.wda-header-p ul.sub-menu {
    position: absolute;
    z-index: 3;
    text-align: left;
    min-width: 100px;
    background: #014f6e;
    top: 45px;
    padding: 10px 0;
    display: none;
}

ul.wda-header-p ul.sub-menu > li {
    list-style: none;
    padding: 5px 30px 5px 15px;
    white-space: nowrap;
}

.wda-header-p ul.sub-menu a {
    color: #fff;
    word-spacing: 1px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}

ul.wda-header-p > li:hover > ul.sub-menu,
ul.wda-header-p ul.sub-menu:hover {
    display: block;
}

ul.wda-header-p ul.sub-menu > li:hover {
    background: #fff;
}

ul.wda-header-p ul.sub-menu > li:hover > a, 
ul.wda-header-p ul.sub-menu > li > a:hover {
    color: #014f6e;
    opacity: 1;
}

ul.wda-header-p li {
    cursor: pointer;
}

a.wda-mobile-bars i {
  display: none;
}

/*---------------------------------------------------------------------------*/
/*----------------------------------------FOOTER-----------------------------*/
/*---------------------------------------------------------------------------*/

#wda-footer-wrapper {
  background-color: #014f6e;
  clear: both;
  height: 244px;
  width: 100%;
  overflow: hidden;
}

.wda-footer {
  background-color: #014f6e;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  height: 244px;
  line-height: 1.55;
  margin: 0 auto;
  padding: 0 18%;
  position: relative;
  text-align: center;
  width: 100%;
}

.wda-footer p {
  opacity: 0.81;
}

#wda-foot-h1 {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
}

#wda-foot-contact-us {
  border-radius: 50px;
  background-color: #fff;
  color: #014f6e;
  font-weight: 500;
  height: 35px;
  line-height: 2.8;
  margin-top: 26px;
  text-align: center;
  width: 94px;
  padding-top: 1px;
}

#wda-footer-left {
  float: left;
  padding-top: 57px;
  width:210px;
  height: 244px;
  margin-right: 10px;
  text-align: left;
}

#wda-footer-center {
    padding-top: 90px;
    max-width: 175px;
    display: block;
    text-align: left;
    margin: 0 auto;
}

#wda-footer-right {
  position: absolute;
  float: right;
  max-width: 393px;
  text-align: right;
  padding-top: 76px;
  bottom: 54px;
  right: 278px;
  top: 3px;
}


#wda-footer-right p {
  position: relative;
  text-align: right;
  font-size: 12px;
}

.wda-copyright {
    clear: both;
    position: relative;
    padding-top: 6px;
}

#wda-footer-up-arrow {
  border: solid 2px #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 38px;
  height: 43px;
  line-height: ;
  left: 206px;
  margin-bottom: 59.5px;
  text-align: center;
  width: 43px;
  float: right;
}

.wda-up-arrow i.fa.fa-angle-up {
  position: relative;
  top: -12px;
}

.wda-mobile-address {
    display: none;
}

.wda-copyright.wda-copy-mobile {
  display: none;
}

div.wda-copyright > p > a {
  color: #fff;
}

div.wda-copyright > p > a:hover {
  opacity: 0.8;
}

/*---------------------------------------------------------------------------*/
/*---------------------------------FRONT PAGE--------------------------------*/
/*---------------------------------------------------------------------------*/

.wda-hero-everything-wrapper {
    overflow: hidden;
    position: relative;
}

#wda-div-top-wrapper {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 510px;
	text-align: center;
	width: 100%;
  position: relative;
}

/* Fix for image overlay for ie9 */
#wda-div-top-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(72, 171, 185,0.4);
}

.wda-div-top {
    display: inline-block;
    height: 510px;
    position: relative;
    max-width: 1200px;
    width: 93%;
    overflow: hidden;
}

.wda-div-top #wda-h1, .wda-div-top #wda-h2 {
  position: relative;
  left: 26px;
  top: 10px;
}

#wda-h1 {
  color: #fff;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 15px;
  margin-left: -27px;
  padding-left: 0;
  padding-top: 115px;
  text-align: left;
  text-transform: uppercase;
}

#wda-h1:before {
  background-color: #f8eeca;
  bottom:0;
  content: "";
  display: inline-block;
  height: 34px;
  margin-right: 22px;
  position: relative;
  top:0;
  width: 3px;
}

#wda-h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  text-align: left;
  text-transform: uppercase;
  word-spacing: 2px;
}

.wda-div-top-container {
    position: absolute;
    top: 202px;
    right: 130px;
}

.wda-div-top-container .wda-p-top{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.wda-hero-link {
  position: relative;
}

.wda-div-top-container .wda-hero-link:after {
  content: "\f061";
  float: right;
  font: 12px FontAwesome;
  line-height: 2;
  color: #fff;
  position: absolute;
  top: 0;
  right: -31px;
}

.wda-div-top-container .wda-p-bot{
  color: #f8eeca;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 31px;
  text-align: left;
  text-transform: capitalize;
}

#wda-rectangle-5 {
  background-image: url("images/rectangle-5.png");
  background-repeat: no-repeat!important;
  background-size: cover!important;  
 /*clip-path: polygon(0 100%, 87.5% 100%, 100% 0%, 0% 0%);*/
  clear: right;
  float: left;
  height: 282.1px;
  /*shape-outside: polygon(0 100%, 87.5% 100%, 100% 0%, 0% 0%);*/
  width: 50%;
  position: relative;
}

#wda-rectangle-5::after {
  content: "";
  background: rgba(248, 238, 202, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wda-mid-right-angle {
  float: left;
  height: 0;
  width: 0;
  border-bottom: 282.1px solid #fff;
  border-left: 95px solid transparent;
  position: absolute;
  right: 0;
  z-index: 3;
}

#wda-div-mid-wrapper {
  /*text-align: center;*/
  margin-bottom: .1px;
}

.wda-div-mid {
    display: inline-block;
    margin-bottom: 56px;
    margin-left: 81px;
    margin-top: 56px;
    position: relative;
    text-align: left;
    padding-right: 40px;
}

#wda-mid-h1 {
  color: #00456a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}

#wda-mid-p {
  color: #00456a;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 22px;
  max-width: 489px;
}

#wda-mid-p2 {
  color: #00456a;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  overflow: hidden;
  width: 55px;
  float: left;

}

#wda-mid-p2:after {
  content: "\f061";
  font: 10px FontAwesome;
  padding-left: 6px;
  position: relative;
  top: -2px;
}

.wda-div-bottom-4 {
  background-repeat: no-repeat!important;
  background-size: cover!important;
  float: left;
  height: 360px;
  position: relative;
  width: 25%;
}

.wda-div-bottom-4 h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 171px auto;
  text-align: center;
  max-width: 305px;
  position: relative;
  text-transform: uppercase;
  padding: 0 20px;
}

.wda-div-bottom-4 h6:hover {
  cursor: pointer;
}

#wda-div-bottom-4-1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(72, 171, 185, 0.4);
}

#wda-div-bottom-4-2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(72, 171, 185, 0.4);
}

#wda-div-bottom-4-3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(72, 171, 185, 0.4);
}

#wda-div-bottom-4-4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(72, 171, 185, 0.4);
}

#wda-div-bottom-4-1 {
  background-image: url(images/rectangle-6.png);
}

#wda-div-bottom-4-2 {
  background-image: url(images/rectangle-6-copy.png);
}

#wda-div-bottom-4-3 {
  background-image: url(images/rectangle-6-copy-7.png);
}

#wda-div-bottom-4-4 {
  background-image: url(images/rectangle-6-copy-8.png);
}

/*---------------------------------------------------------------------------*/
/*-----------------------------------PAGE BANNER-----------------------------*/
/*---------------------------------------------------------------------------*/

.wda-doc-header {
  background-image: url("images/rectangle-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  width: 100%;
  position: relative;
}

.wda-doc-header:before {
  background: rgba(72, 171, 185, 0.4);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wda-doc-header h1 {
    color: #fff;
    font-size: 48px;
    letter-spacing: -0.4px;
    margin-bottom: 0;
    margin-left: 119px;
    margin-top: 0;
    padding-top: 25px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
}

.wda-doc-header .wda-breadcrumbs {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.4px;
  margin-left: 121px;
  margin-top: 3px;
  word-spacing: 1.5px;
  text-transform: uppercase;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.wda-breadcrumbs span {
    max-width: 200px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.wda-breadcrumbs span.sep {
    margin: 0 6px;
}

.wda-breadcrumbs a, .wda-breadcrumbs span.current {
  text-transform: uppercase;
  color: #fff;
}

.wda-top-title-wrapper {
  position: relative;
}

/*---------------------------------------------------------------------------*/
/*-------------------------------SINGLE RESOURCES----------------------------*/
/*---------------------------------------------------------------------------*/

.wda-doc-single-wrapper {
  max-width: 1039px;
  width: 78%;
  margin: 0px auto 116px;
  padding-right: 175px;
  float: right;
}

.wda-doc-single-content h2 {
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  color: #014f6e;
  text-transform: uppercase;
}

.wda-doc-single-tags {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 16px;
  color: #48abb9;
  /* word-spacing: 2px; */
  overflow: hidden;
}

ul.wda-doc-single-tags li {
  list-style: none;
  float: left;
  border: solid 1px #48abb9;
  margin-right: 8px;
  -webkit-transition: all .15s; /* Safari */
  transition: all .15s;
}

.wda-doc-single-tags li:hover {
  background: #48abb9;
  -webkit-transition: all .15s; /* Safari */
  transition: all .15s;
}

.wda-doc-single-tags a:hover {
  color: #fff;
  background: #48abb9;
  text-decoration: none;
  -webkit-transition: all .15s; /* Safari */
  transition: all .15s;
}

.wda-doc-single-tags a {
  padding: 7px 10px 5px !important;
  color: #48abb9;
  display: inline-block;
  line-height: 12px;
  -webkit-transition: all .15s; /* Safari */
  transition: all .15s;
  text-transform: uppercase;
}

.wda-doc-single-description {
  font-size: 14px;
  line-height: 1.57;
  color: #014f6e;
  max-width: 862px;
  margin-top: 17px;
}

.wda-doc-single-description p {
  margin-bottom: 10px;
}

.wda-doc-single-description ul {
  padding-left: 17.25px;
}

.wda-doc-button-wrapper {
  margin-top: 42px;
  float: left;
  width: 181px;
  margin-right: 33px;
}

.wda-doc-download-button {
  background-color: #014f6e;
  padding: 9px 25px 7px;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  width: 144px;
}

.wda-doc-download-icon {
  background-image: url(images/word-icon-db@3x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 37px;
  height: 36px;
  /* position: relative; */
  /* left: 143px;*/
  float: left;
}

.wda-pdf-download-icon {
  background-image: url(images/pdf-icon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 37px;
  height: 36px;
  float: left;
}

.wda-doc-flag-wrapper {
  float: left;
}

.wda-doc-flag {
  float: left;
  color: #014f6e;
  font-size: 11px;
  margin-top: 66px;
  text-transform: uppercase;
  /* position: relative; */
  /* left: 75px; */
}

.wda-doc-flag:before {
  content: "\f024";
  font: 11px FontAwesome;
  padding-right: 3px;
  color: #014f6e;
}

/*---------------------------------------------------------------------------*/
/*--------------------------------------- PAGE.PHP---------------------------*/
/*---------------------------------------------------------------------------*/

.wda-doc-index-wrapper {
  margin: 91px auto 149px;
  max-width: 1328px;
  overflow: hidden;
}

.wda-div-index-wrapper {
  padding-right: 175px;
  max-width: 1039px;
  float: right;
  width: 78%;
}

.wda-doc-div-wrap {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-bottom: 48px;
  max-width: 860px;
  width: 100%;
}

.wda-doc-div-h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 39px;
  text-align: left;
  color: #00456a;
  text-transform: uppercase;
}

.wda-doc-div-h2 {
  color: #00456a;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}

.wda-doc-div-p {
  color: #00456a;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
  max-width: 863px;
}

.wda-doc-div-p2 {
  color: #48abb9;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  max-width: 55px;
}

.wda-doc-div-p2:after {
  color: #48abb9;
  content: "\f061";
  font: 10px FontAwesome;
  padding-left: 6px;
  position: relative;
  top: -2px;
}

.wda-index-button-wrapper {
  margin: 0 auto;
  clear: both;
  text-align: center;
}

.wda-div-index-more {
  border: solid 2px #014f6e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 22px;
  padding: 6px 21px;
  text-align: center;
  width: 144px;
  display: inline-block;
  position: relative;
}

.wda-div-index-more-loading {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 11px;
  background-image: url(images/ajax-loader.gif);
}

.active > .wda-div-index-more-loading {
  display: block;
}

.wda-page-content {
  color: #014f6e;
}

.wda-page-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #00456a;
  width: 100%;
}

.wda-page-content h3 {
  color: #00456a;
  font-size: 16.5px;
  margin-bottom: 10px;
}

.wda-page-content a, .wda-div-page-wrapper a {
  font-weight: 600;
  line-height: 22px;
  color: #48abb9;
}

.wda-page-content p.wp-caption-text {
  font-family: HelveticaNeue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 22px;
  padding-bottom: 0;
  padding-top: 18px;
  color: #b9b9b9;
  max-width: 400px;
  width: 100%;
}

.wda-div-page-wrapper {
  max-width: 1039px;
  width: 78%;
  padding-right: 175px;
  float: right;
  overflow: hidden;
  color: #014f6e;
}

.wda-div-page-wrapper .wda-page-content ul, .wda-div-page-wrapper .wda-page-content ol {
  padding-left: 17.25px;
  padding-bottom: 22px;
  color: #014f6e;
  /*text-transform: capitalize;*/
}

.wda-div-page-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 22px;
  text-align: left;
  color: #014f6e!important;
  max-width: 850px;
}

.wda-page-content .alignright {
  margin-bottom: 24px;
  margin-left: 50px;
}

.wda-page-content .alignleft {
  margin-right: 50px;
  margin-bottom: 24px;
}

.wda-page-content .aligncenter {
  margin-left: 50px;
  margin-right: 50px;
  margin: 0 auto;
  margin-bottom: 24px;
}

/*------------------- Resource Category & Blog Category Tweaks -------------*/

h1.wda-doc-div-h1.wda-resource-cat-h1, .wda-doc-div-h1.wda-blog-cat-h1 {
    margin-bottom: 0;
    margin-top: 0;
}

.wda-cat-title-box {
    margin-bottom: 39px;
}

/*---------------------------------------------------------------------------*/
/*-----------------------------------Sidebar Nav-----------------------------*/
/*---------------------------------------------------------------------------*/

.wda-sidebar {
  max-width: 240px;
  float: left;
  text-transform: uppercase;
  font-weight: 300;
  padding-right: 40px;
  width: 22%;
}

.wda-sidebar li {
  margin-left: 15px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
}

.wda-sidebar a {
  color: #949494;
}

li.nested-sidebar-link.current-item > a {
  font-weight: 600;
}

ul.nested-sidebar li {
  display: none;
}

ul.nested-sidebar li.ancestor {
  display: block;
}

li.nested-sidebar-link.parent.ancestor > ul > li {
  display: block;
}

li.nested-sidebar-link.current-item > ul > li {
  display: block;
}

ul.nested-sidebar li.ancestor ~ li.nested-sidebar-link {
  display: block;
}

li.nested-sidebar-link.ancestor > ul > li {
  display: block;
}

.wda-sidebar > ul > li:nth-child(1) {
  margin-top: 0;
}

ul.nested-sidebar > .current-item {
    display: block;
}

ul.nested-sidebar > li {
    display: block;
}

ul.wda-extra-sidebar-links {
  margin-top: 8px;
}


/*---------------------------------------------------------------------------*/
/*-----------------------------------PROFILE PAGE----------------------------*/
/*---------------------------------------------------------------------------*/

.wda-profile-page {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  overflow: hidden;
}

.wda-profile-wrapper {
  background-color: #48abb9;
  height: auto;
  max-width: 680px;
  width: 100%;
  padding-bottom: 139px;
  margin-bottom: 156px; 
  margin-top: 131px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.wda-profile-wrapper a:hover {
  color: #00456a;
}

.wda-profile-content {
  max-width: 466px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}

.wda-profile-top {
  max-width: 286px;
  height: auto;
  float: left;
  margin-bottom: 45px;
  word-wrap: break-word;
}

.wda-profile-h1 {
  font-size: 24px;
  line-height: 1;
  text-align: left;
  color: #fff;
  font-weight: 600;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 25px;
}

.wda-profile-details ul li{
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 22px;
  list-style-type: none;
  font-weight: 600;
  margin-bottom: 5px;
}

.wda-profile-details a {
  text-decoration: none;
  color: #fff;
}

.wda-profile-pic-wrapper {
  float: right;
  height: 125px;
  width: 125px;
}

.wda-profile-pic {
  background-image: url(images/profile-placeholder.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 125px;
  width: 125px;
}

ul.wda-profile-tags {
  margin-bottom: 14px;
  margin-top: 16px;
}

ul.wda-profile-tags li {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 8px;
  color: #fff;
  /* word-spacing: 2px; */
  display: inline-block;
  border: solid 1px #fff;
  padding: 3px 11.5px;
}  

ul.wda-profile-tags li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

ul.wda-profile-tags li:hover {
  background: rgba(255, 255, 255, 1);
  text-decoration: none;
  color: #48abb9;
}

ul.wda-profile-tags li:hover a {
  text-decoration: none;
  color: #48abb9;
}

.wda-profile-bio {
  float: left;
  max-width: 466px;
  width: 100%;
}

.wda-profile-bio-content {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  margin-top: 7px;
  font-weight: 300;
}

.wda-profile-bio-content ul li{
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 22px;
  list-style-type: none;
  font-weight: 600;
  margin-bottom: 5px;
}

.wda-profile-bio-content a {
  text-decoration: none;
  color: #fff;
}

.wda-profile-testify {
  color: #fff;
  padding-top: 20px;
}

#wda-profile-testify {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 3px;
}

.wda-profile-fees {
  color: #fff;
  padding-top: 5px;
}

#wda-profile-fees {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 3px;
}

.wda-profile-nas {
  color: #fff;
  padding-top: 22px;
  line-height: 23px;
}

#wda-profile-nas {
  font-weight: 600;
  padding-top: 10px;
}

.wda-profile-notes {
  color: #fff;
  padding-top: 29px;
  line-height: 23px;
}

#wda-profile-notes {
  font-weight: 600;
  padding-top: 10px;
}

.wda-profile-references {
  color: #fff;
  padding-top: 29px;
  line-height: 23px;
}

#wda-profile-references {
  font-weight: 600;
  padding-top: 10px;
}

.wda-profile-bottom {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  margin-top: 32px;
}

.wda-profile-links li {
  color: #fff;
  list-style-type: none;
  margin-bottom: 6px;
  float: left;
  clear: left;
  line-height: 22px;
}

.wda-profile-links a {
  color: #fff;
  font-weight: 400;
}

#wda-profile-update:before {
  content: "\f044";
  font: 14px FontAwesome;
  padding-right: 7px;
  color: #fff;
}

#wda-profile-password:before {
  content: "\f084";
  font: 14px FontAwesome;
  padding-right: 7px;
  color: #fff;
}

#wda-profile-renew:before {
  content: "\f01e";
  font: 14px FontAwesome;
  padding-right: 9px;
  color: #fff;
}

#wda-profile-update, #wda-profile-password, #wda-profile-renew {
  text-transform: capitalize;
}


/*---------------------------------------------------------------------------*/
/*------------------------------------LOGIN PAGE-----------------------------*/
/*---------------------------------------------------------------------------*/

.wda-login-page {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  overflow: hidden;
}

/*---------------------------------------------------------------------------*/
/*-----------------------------LOGIN WIDGET STYLING--------------------------*/
/*---------------------------------------------------------------------------*/

.wda-login-form {
  margin: 0 auto;
  top: 141px;
  position: relative;
  background-color: #48abb9;
  padding-bottom: 111px;
  margin-bottom: 294px;
  max-width: 370px;
  width: 100%;
}

.wda-login-page .wda-contact-form  {
  top: 131px;
}

.widget.gform_login_widget #gform_fields_login li {
  position: relative;
}

h2.widgettitle {
  font-size: 24px !important;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 23px !important;
  text-transform: uppercase;
}

li#gform_login_widget-2 h2 {
    display: none;
}

.widget.gform_login_widget a, .widget.gform_login_widget #label_3_1 {
  text-decoration: none;
  text-transform: none;
  color: #fff;
  font-weight: 300;
}

.widget.gform_login_widget #label_3_1 {
  position: relative;
  top: 2.5px;
}

.widget.gform_login_widget .gform_footer.top_label {
  margin-top: 0;
}


.widget.gform_login_widget {
  list-style-type: none;
  text-transform: uppercase;
}

.widget.gform_login_widget .gform_button {
  border-radius: 50px;
  width: 100%!important;
  max-width: 223.6px!important;
  height: 66px;
  background-color: #fff;
  border: none;
  text-transform: uppercase;
}

 .widget.gform_login_widget, .wda-login-widget-top {
  top: 54px;
  position: relative;
  margin: 0 auto;
  max-width: 224px;
  width: 100%;
}

.widget.gform_login_widget nav a {
  line-height: 29px;
  position: relative;
  top: 10px;
}

.gform_login_widget #input_1, .gform_login_widget #input_2 {
  width: 105%;
  position: relative;
}

.gform_login_widget #input_1, .gform_login_widget #input_2 {
  margin-bottom: 10px;
}

.gform_login_widget #field_1:before {
  content: "Email";
  position: absolute;
  left: 0;
  top: 6px;
  color: #fff;
  font-weight: 300;
}

.gform_login_widget #field_2:before {
  content: "Password";
  position: absolute;
  left: 0;
  top: 6px;
  color: #fff;
  font-weight: 300;
}

.gfield.wda-field-clicked:before {
  content: "" !important;
}

.widget.gform_login_widget .gform_body .gfield_label { 
  display: none;
}

#gform_wrapper_0, #gform_wrapper_0, #gform_wrapper_1, #gform_wrapper_1 .gform_footer{
  margin-bottom: 0px;
  margin-top: 0px;
}

#gform_submit_button_0 {
  margin-right: 0px;
  padding-top: 4px;
  color: #48abb9;
  font-size: 22px;
  font-weight: 500;
}

.gform_footer.top_label {
  padding-top: 0px;
}

.wda-contact-form .gform_wrapper li#field_3, #gform_wrapper_0 .top_label li {
  margin-bottom: 0px;
}

#gform_1 ul li.gfield {
  margin-top: 0px;
}

.widget.gform_login_widget input[type="text"], .widget.gform_login_widget .gform_wrapper input[type="password"] {
  background-color:transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #fff;
  text-indent: 1px !important;
  color: #fff;
  padding-left: 0!important;
  font-weight: 300;
  padding-bottom: 8px!important;
  width: 222px!important;
}

.widget.gform_login_widget div.gfield_description.validation_message {
  position: relative;
  top: -10px!important;
}

.widget.gform_login_widget .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px;
}

.widget.gform_login_widget .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255,223,224,.35);
  margin-bottom: 6px!important;
  border-top: 0px solid #C89797;
  border-bottom: 0px solid #C89797;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}

.logged-in .wda-login-widget-content.wda-inactive-reminder-widget-content {
  display: block;
}

.logged-in .wda-login-widget-content, .logged-in .widget.gform_login_widget img.avatar, .logged-in .widget.gform_login_widget > a {
  display: none;
}
/*---------------------------------------------------------------------------*/
/*--------------------------REGISTRATION PAGE--------------------------------*/
/*---------------------------------------------------------------------------*/

.page-template-registration .wda-profile-content {
    height: auto;
}

.page-template-registration .wda-profile-wrapper {
    height: auto;
}

.page-template-registration .wda-profile-content {
    height: auto;
}

.page-template-registration .wda-gf {
    width: 100%;
}


/*---------------------------------------------------------------------------*/
/*----------------------------------CONTACT PAGE-----------------------------*/
/*---------------------------------------------------------------------------*/

.wda-contact-map-wrapper {
  background-image: url(images/map@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/*---------------------------------------------------------------------------*/
/*-------------------------------CONTACT FORM -------------------------------*/
/*---------------------------------------------------------------------------*/

.wda-contact-map-wrapper .wda-contact-form {
  max-width: 719px;
  width: 100%;
}

.wda-contact-form #gform_1 .gform_footer.top_label {
  margin-top: 21px;
}

.wda-contact-form div.gform_heading {
  margin-bottom: 0px;
}

.wda-contact-form .gform_wrapper ul li.gfield {
  margin-top: 0px;
}

.wda-contact-form div#gform_wrapper_1 {
  margin-top: 0px;
}

.wda-contact-form .gform_wrapper h3.gform_title {
  font-size: 24px !important;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 37px !important;
  text-transform: uppercase;
  margin-top: 0px;
}

.wda-contact-form input ::placeholder, .wda-contact-form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.wda-contact-form ::-moz-placeholder, .wda-contact-form :-ms-input-placeholder, .wda-contact-form :-moz-placeholder {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}

.wda-contact-form ::-ms-input-placeholder { /* Fix for Edge, needs own class */
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}

.wda-contact-form .gform_button {
  border-radius: 50px;
  max-width: 290.5px!important;
  width: 100%!important;
  height: 90px;
  background-color: #fff;
  border: none;
}

.wda-contact-form .gform_wrapper .gform_footer input.button, .wda-contact-form .gform_wrapper .gform_footer input[type=submit] {

}

.wda-contact-form .gform_wrapper .gform_heading {
  margin-bottom: 0px;
}

.wda-contact-form .gform_wrapper #gform_1 span.gform_description {
  margin-bottom: 0px;
  max-width: 500px;
  width: 100%;
  font-weight: 300;
}

.wda-contact-form .gform_wrapper .gfield_description.validation_message {
  padding-top: 0;
}

.wda-contact-form .gform_wrapper input[type="text"], .wda-register .gform_wrapper input[type="password"] {
  background-color:transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #fff;
  text-indent: 1px !important;
  color: #fff;
  padding-left: 0!important;
  font-weight: 300;
  padding-bottom: 8px!important;
}

.wda-contact-form .gfield.field_sublabel_below.field_description_below.gfield_visibility_visible {
  padding-right: 0;
}

.wda-contact-form .gform_wrapper .gform_footer.top_label {
  text-align: center;
}

.wda-contact-form .gform_wrapper .top_label li.gfield.gf_left_half {
  margin-bottom: 20px;
  width: 100%;
  max-width: 222.7px;
}

.wda-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
  width: 100%;
  max-width: 224px; 
  float: right;
}

.wda-contact-form .gform_wrapper .top_label li {
  margin-bottom: 20px;
}

.wda-contact-form .gform_confirmation_message_1 {
  text-align: center;
  font-size: 15px;
  max-width: 650px;
  color: #fff;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------*/
/*-----------------------------FLAG FOR REVIEW FORM--------------------------*/
/*---------------------------------------------------------------------------*/

.wda-flag-form {
  margin: 0 auto;
  top: 310px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
  position: absolute;
  background-color: #48abb9;
  max-width: 425px;
  height: 415px;
  width: 95%;
}

.wda-flag-form i.fa-close {
  position: absolute;
  color: #fff;
  left: 390px;
  top: 18px;
  font-size: 18px;
}

.wda-flag-form .gform_wrapper {
  padding-left: 10.4%;
  padding-right: 13.1%;
  height: 415px;
  position: relative;
  top: 40px;
}

.wda-flag-form .textarea.large {
  background-color:transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #fff;
  text-indent: 1px !important;
  color: #fff;
  height: 84px;
  padding-left: 0;
  font-weight: 300;
}

.wda-flag-form input ::placeholder, .wda-flag-form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.wda-flag-form ::-moz-placeholder, .wda-flag-form :-ms-input-placeholder, .wda-contact-form :-moz-placeholder {
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.wda-flag-form ::-ms-input-placeholder { /* Fix for Edge, needs own class */
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.wda-flag-form .gform_wrapper span.gform_description {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  max-width: 307px;
  padding-bottom: 10px;
  width: 100%;
}

.wda-flag-form .gform_wrapper h3.gform_title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

.wda-flag-form .gform_wrapper ul.gform_fields li.gfield {
  max-width: 307px;
  width: 100%;
  padding-bottom: 5px;
  padding-right: 0px;
}

.wda-flag-form .gform_wrapper .gform_button.button {
  border-radius: 50px;
  width: 223.6px!important;
  height: 66px;
  background-color: #fff;
  border: none;
  margin-right: 0;
}

.wda-flag-form .gform_footer.top_label {
  text-align: center;

}

.wda-flag-form .gform_wrapper label.gfield_label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.wda-flag-form .gform_confirmation_wrapper {
  color: #fff;
  font-size: 19.5px;
  font-weight: 600;
  padding-left: 59px;
  padding-right: 45px;
}


/*---------------------------------------------------------------------------*/
/*-----------------------------FORM GLOBAL STYLING---------------------------*/
/*---------------------------------------------------------------------------*/

.wda-contact-form {
  margin: 0px auto 294px;
  top: 139px;
  position: relative;
  background-color: #48abb9;
}

.wda-gf_wrapper, .wda-flag-form {
  display: flex;
  justify-content: center;
  align-items: center; 
}

.wda-gf {
  position: relative;
  margin: 0 auto;
  padding: 91px 112.9px 91px 105.9px;
}

.wda-contact-form .gform_description, .widget.gform_login_widget, .wda-login-widget-content.gform_description, .wda-login-widget-content {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  color: #fff;
}

.wda-contact-form .wda-gf input[type="text"], .wda-gf textarea, .wda-gf textarea.large {
  background-color:transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #fff;
  text-indent: 0 !important;
  color: #fff;
}

.wda-contact-form .gform_footer input[type="submit"], .wda-flag-form .gform_footer input[type="submit"] {
  color: #48abb9;
  font-size: 22px!important;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 9px;
  padding-top: 4px;
  text-transform: uppercase;
}

/*---------------------------------------------------------------------------*/
/*----------------------------SINGLE.PHP-------------------------------------*/
/*---------------------------------------------------------------------------*/

.wda-blog-div-h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
  text-align: left;
  color: #00456a;
  text-transform: uppercase;
}

.wda-blog-author {
  font-size: 12px;
  text-align: left;
  color: #00456a;
}

.wda-blog-single-tags {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 41px;
  color: #48abb9;
  /* word-spacing: 2px; */
  overflow: hidden;
}

ul.wda-blog-single-tags li {
  list-style-type: none;
  list-style: none;
  float: left;
  border: solid 1px #48abb9;
  margin-right: 8px;
  -webkit-transition: all .15s; /* Safari */
  transition: all .15s;
}

.wda-blog-single-tags li:hover {
  -webkit-transition: all .15s; /* Safari */
  transition: all .15s;
}

.wda-blog-single-tags a:hover {
  color: #fff;
  background-color: #48abb9;
  text-decoration: none;
  -webkit-transition: all .15s; /* Safari */
  transition: all .15s;
}

.wda-blog-single-tags a {
  padding: 7px 10px 5px !important;
  list-style-type: none;
  color: #48abb9;
  display: inline-block;
  line-height: 12px;
  -webkit-transition: all .15s; /* Safari */
  transition: all .15s;
  text-transform: uppercase;
  border: solid 1px #48abb9;
  margin-right: 8px;
}

.wda-blog-sidebar-recentposts {
margin-bottom: 45px;
float: left;
}

.wda-blog-sidebar-recentposts:before {
  content: "Recent Posts";
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #00456a;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.wda-blog-author span {
  margin: 0 2.5px;
}


.wda-blog-sidebar-post-cat, .wda-blog-sidebar-post-title {
  font-weight: 500;
  text-align: left;
  color: #48abb9;
  font-size: 16px;
  line-height: 26px;
}

.wda-blog-sidebar-post-title {
  margin-bottom: 13px;
  text-indent: 2px;
}

.wda-blog-sidebar {
    overflow: hidden;
    float: left;
    max-width: 240px;
    padding-right: 40px;
    width: 22%;
}

.wda-blog-sidebar .wda-sidebar {
    width: 100%;
}

.wda-blog-sidebar .wda-sidebar li {
    margin-left: 0;
}

/*---------------------------------------------------------------------------*/
/*------------------------searchpage.php/search.php--------------------------*/
/*---------------------------------------------------------------------------*/

.wda-searchpage-all-wrapper {
  margin: 91px auto 149px;
  max-width: 1328px;
  overflow: hidden;
}

.wda-searchpage-wrapper {
  max-width: 864px;
  width: 100%;
  margin: 0 auto;
}

.wda-searchform-wrapper {
  background-color: #48abb9;
  text-align: center;
  height: auto;
  max-width: 824px;
  width: 100%;
  padding-left: 82.8px;
  padding-right: 82.8px;
  padding-bottom: 76px;
  padding-top: 73px;
  margin-bottom: 104px;
}

.wda-searchform-header {
  font-size: 24px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.wda-searchform-subheader {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  font-weight: 300;
  color: #fff;
  padding-top: 2px;
  max-width: 465.9px;
}

.wda-searchform-form {
  text-align: left;
}

.wda-searchform-form .search-form button.search-submit {
  border: none;
  width: 100%;
  max-width: 190.9px;
  height: 66px;
  border-radius: 50px;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  color: #48abb9;
  float: right;
  margin-top: 15px;
  letter-spacing: 2px;
  padding-top: 5px;
}

.wda-searchform-form input.search-field {
  margin-top: 50px;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #fff;
  max-width: 405.9px;
  width: 100%;
  color: #fff!important;
  padding-bottom: 9px;
}

.wda-searchform-form input.search-field input ::placeholder, .wda-searchform-form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.wda-searchform-form input.search-field ::-moz-placeholder, .wda-searchform-form :-ms-input-placeholder, .wda-searchform-form :-moz-placeholder {
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.wda-searchform-form input.search-field::-ms-input-placeholder { /* Fix for Edge, needs own class */
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

input.search-field:focus {
    outline: none;
}

/*---------------------------------------------------------------------------*/
/*---------------------------registration.php form---------------------------*/
/*---------------------------------------------------------------------------*/

.wda-register-page {
  background-color: #f0f0f0;
  padding-top: 157px;
  padding-bottom: 215px;
  height: auto;
}

.wda-register .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 1
}

.wda-register {
  max-width: 719px;
  width: 100%;
  background-color: #48abb9;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 106px;
  padding-right: 112px;
  padding-top: 68px;
}

.wda-register .gform_footer.top_label {
  text-align: center;
  margin-top: 0;
  padding-bottom: 55px; 
  padding-top: 0;
}

.wda-register .gform_wrapper h3.gform_title {
  font-size: 24px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 39px;
  font-weight: 600;
  text-transform: uppercase;
}

.wda-register .gform_wrapper span.gform_description {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 500px;
  width: 100%;
}

.wda-register .gform_wrapper ul.gform_fields li.gfield {
  max-width: 500px;
  width: 100%;
  padding-bottom: 5px;
  padding-right: 0px;
}

.wda-register .gform_wrapper input.large {
  max-width: 500px!important;
  width: 100%!important;
}

.wda-register .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-right: 0px;
}

.wda-register input ::placeholder, .wda-register ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.wda-register ::-moz-placeholder, .wda-register :-ms-input-placeholder, .wda-contact-form :-moz-placeholder {
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.wda-register ::-ms-input-placeholder { /* Fix for Edge, needs own class */
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.wda-register .gform_button {
  border-radius: 50px;
  max-width: 290.5px;
  width: 100%!important;
  height: 90px;
  background-color: #fff;
  border: none;
}

.wda-register .gform_footer input[type="submit"], .wda-register .gform_footer input[type="submit"] {
  color: #48abb9;
  font-size: 22px!important;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 0px!important;
  padding-top: 4px;
  text-transform: uppercase;
}

.wda-register .gfield_password_strength.blank {
  background-color: #dddddd;
}

.wda-register .gform_wrapper .gfield_password_strength {
  width: 100%!important;
  max-width: 500px;
  min-width: 153px;
  height: 57px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #48abb9;
  text-transform: uppercase;
  padding: 18px 0;
  margin-top: 37px;
  margin-bottom: 30px;
  border-bottom: 0;
  clear: both;
}

.wda-register .gform_wrapper input[type="text"], .wda-register .gform_wrapper input[type="password"] {
  background-color:transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #fff;
  text-indent: 1px !important;
  color: #fff;
  padding-left: 0!important;
  font-weight: 300;
  padding-bottom: 8px!important;
  padding-right: 0;
  max-width: 224px;
  width: 100%;
}

.wda-register .gform_wrapper input[type="password"] {
  margin-top: 24px;
}

.wda-register .ginput_complex.ginput_container.ginput_container_password {
  height: 10.5px;
  margin-bottom: 100px;
}

.wda-register .gform_wrapper .ginput_right, .wda-register .gform_wrapper .name_last {
  float: right;
}

.wda-register .gform_wrapper .ginput_left, .wda-register .gform_wrapper .name_first {
  float: left;
}

.wda-register .gform_wrapper .name_last {
  position: relative;
  right: 17px;
}

.wda-register .gform_wrapper .ginput_right, .wda-register .gform_wrapper .name_last, .wda-register .gform_wrapper .ginput_left, .wda-register .gform_wrapper .name_first {
  width: 100%;
  max-width: 225px!important;
  padding: 0!important;
}

.wda-register .gform_wrapper .gfield_description.validation_message {
  padding-top: 0;
}

.wda-register .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 5px)!important;
}

/*---------------------------------------------------------------------------*/
/*------------------------EXPERT REGISTRATION FORM---------------------------*/
/*---------------------------------------------------------------------------*/

.wda-expert-register {
  max-width: 719px;
  width: 100%;
  background-color: #48abb9;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 106px;
  padding-right: 113px;
  padding-top: 68px;
}

.wda-expert-register .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.wda-expert-register .gform_body {
  max-width: 500px!important;
  width: 100%;
  overflow: hidden;
}

.wda-expert-register .gform_wrapper input.large {
  margin-top: 15px!important;
  margin-bottom: 35px;
  max-width: 500px!important;
  width: 100%!important;
  padding-right: 0;
}

.wda-expert-register .gform_wrapper input.medium {
  margin-top: 12px;
  margin-bottom: 12px;
  max-width: 224px;
  width: 100%!important;
}

.wda-expert-register .gform_wrapper .gfield .wp-editor-container {
  margin-bottom: 48px;
}

.wda-expert-register .gfield.gf_left_half {
  float: left;
  width: 224px;
  margin-right: 25px;
}

.wda-expert-register .gfield.gf_right_half {
  padding-right: none;
  float: right;
  max-width: 224px;
  width: 100%!important;
  padding-left: none;

}

.wda-expert-register .gfield.gf_right_half, .wda-expert-register .gfield.gf_left_half {
  margin-top: 11px;
}

.wda-expert-register li.gfield.field_sublabel_hidden_label.field_description_below, .wda-expert-register li.gfield.gf_right_half.field_sublabel_below.field_description_below.hidden_label.gfield_visibility_visible, .wda-expert-register li.gfield.gf_left_half.field_sublabel_below.field_description_below.hidden_label.gfield_visibility_visible {
  padding-right: 0!important;
}

.wda-expert-register .gform_wrapper span.name_first, .wda-expert-register .gform_wrapper span.ginput_left.address_city, .wda-expert-register .gform_wrapper span.ginput_left input[type="password"] {
  margin-right: 20px;
  padding-right: 0;
  width: 224px!important;
  float: left;
}

.wda-expert-register .gform_wrapper span.name_last, .wda-expert-register .gform_wrapper span.ginput_right.address_state, .wda-expert-register .gform_wrapper span.ginput_right input[type="password"] {
  max-width: 224px!important;
  width: 100%;
  float: right;
  padding-left: 0;
  padding-right: 0;
}

.wda-expert-register .gform_wrapper span.ginput_right.address_state, .wda-expert-register .gform_wrapper span.ginput_right input[type="password"] {
  margin-right: 1px;
}

.wda-expert-register .gform_wrapper span.name_last {
  position: relative;
  right: 14px;
}


.wda-expert-register .gform_wrapper input[type="password"] {
  margin-top: -5px!important;
}

.wda-expert-register .gform_footer.top_label {
  text-align: center;
  margin-top: 0;
  padding-bottom: 55px; 
  padding-top: 0;
}

.wda-expert-register .gform_wrapper h3.gform_title {
  font-size: 24px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 39px;
  font-weight: 600;
  text-transform: uppercase;
}

.wda-expert-register .gform_wrapper span.gform_description {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: -21px;
  max-width: 500px;
  width: 100%;
}

.wda-expert-register .gform_wrapper div.gfield_description {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}

.wda-expert-register input ::placeholder, .wda-expert-register ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-indent: 0;
  text-transform: uppercase;
}

.wda-expert-register ::-moz-placeholder, .wda-expert-register :-ms-input-placeholder, .wda-expert-register :-moz-placeholder {
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  text-indent: 0;
  text-transform: uppercase;
}

.wda-expert-register ::-ms-input-placeholder { /* Fix for Edge, needs own class */
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  text-indent: 0;
  text-transform: uppercase;
}

.wda-expert-register .gform_button {
  border-radius: 50px;
  max-width: 290.5px;
  width: 100%!important;
  height: 90px;
  background-color: #fff;
  border: none;
}

.wda-expert-register .gform_footer input[type="submit"], .wda-expert-register .gform_footer input[type="submit"] {
  color: #48abb9;
  font-size: 22px!important;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 0px!important;
  padding-top: 4px;
  text-transform: uppercase;
}

.wda-expert-register .gfield_password_strength.blank {
  background-color: #dddddd;
}

.wda-expert-register .gform_wrapper .gfield_password_strength {
  max-width: 500px;
  width: 100%;
  height: 57px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #48abb9;
  text-transform: uppercase;
  padding: 18px 0;
  margin-top: 22.5px;
  margin-bottom: 35px;
  border-bottom: 0;
}

.wda-expert-register .gform_wrapper input[type="text"], .wda-expert-register .gform_wrapper input[type="password"] {
  background-color:transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #fff;
  text-indent: 1px !important;
  color: #fff;
  padding-left: 0!important;
  font-weight: 300;
  padding-bottom: 8px!important;
  width: 224px;
}

.wda-expert-register .gform_wrapper input[type="password"] {
  margin-top: 24px;
  padding-right: 40px;
}

.wda-expert-register .gform_wrapper .gfield_description.validation_message {
  padding-top: 0;
}

.wda-expert-register .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 5px)!important;
}

/*------------------------Expertise dropdown---------------------------------*/

.wda-expert-register .gform_wrapper .top_label .gfield_label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.wda-expert-register .gform_wrapper .chosen-container-multi .chosen-choices {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #48abb9!important;
  box-shadow: none!important;
  border-bottom: solid 1px #fff!important;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  max-width: 224px;
  width: 100%; 
}

.wda-expert-register .gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default, .wda-expert-register .gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  text-transform: uppercase;
  color: #fff;
  background: #48abb9;
}

.wda-expert-register .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px;
  border-radius: 50px;
  background: #fff;
  font-family: "Poppins";
  font-size: 12px;
  color: #48abb9;
  font-weight: 600;
}

.wda-expert-register .gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #fff;
  background-image: linear-gradient(#fff 20%,#fff 90%);
  color: #48abb9;
}

/*------------------------File upload button---------------------------------*/

.wda-expert-register .gform_wrapper .ginput_container.ginput_container_fileupload {
  position: relative;
  top: -10px;
  height: 38px;
}

.wda-expert-register .gform_wrapper .ginput_container.ginput_container_fileupload::before {
  position: absolute;
  content: "Choose File";
  color: #48abb9;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  width: 122.7px;
  height: 38px;
  z-index: 0;
  top: 0;
  padding-top: 10px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
}

.wda-expert-register .gform_wrapper .ginput_container.ginput_container_fileupload.wda-file-selected::before {
  content: "File Chosen";
}

.wda-expert-register .gform_wrapper input[type=file].medium {
  height: 38px;
  background: #000;
  width: 122.7px!important;
  z-index: 1;
  opacity: 0;
  top: -11.5px;
  position: relative;
}

.wda-expert-register .gform_wrapper .field_description_below .gfield_description {
  position: relative;
  top: -25px;
  left: 136.5px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.wda-expert-register .screen-reader-text {
  display: none!important;
}

/*-------------------------Rich text editors---------------------------------*/

.wda-expert-register .wp-editor-container {
  max-width: 500px;
  width: 100%;
}

.wda-expert-register iframe {
  height: 133px!important;
}

.wda-expert-register .wp-editor-container:nth-child(1) {
  position: relative;
}

/*.wda-expert-register .wp-editor-container:nth-child(1)::before {
  content: "Please give three attorney references. Provide name, agency, address, phone number and email address.";
  position: absolute;
  font-size: 14px;
  text-align: left;
  color: #000;
  z-index: 1;
  top: 86px;
  left: 10px;
  text-transform: uppercase;
}*/

.wda-expert-register .wp-editor-container:nth-child(2) {
  position: relative;
}

/*.wda-expert-register .wp-editor-container:nth-child(2)::before {
  content: "NOTES";
  position: absolute;
  font-size: 14px;
  text-align: left;
  color: #000!important;
  z-index: 1;
  top: 86px;
  left: 10px;
  text-transform: uppercase;
}*/

/*---------------------------------------------------------------------------*/
/*---------------------------------404.PHP-----------------------------------*/
/*---------------------------------------------------------------------------*/

.wda-404-title-wrapper {
  padding: 24px 0;
  margin: 0 90px;
  height: 78px;
}

.wda-404-title-background {
  background: #f9f9f9;
}

.wda-404-title {
  float: left;
}

.wda-404-title h1{
  font: 400 22px 'Poppins', Arial, Helvetica, sans-serif;
  color: #777;
  font-size: 22px;
  margin: 0;
}

.wda-404-homelink, .wda-404-homelink a {
  font: 13px 'Poppins', Arial, Helvetica, sans-serif;
  color: #999;
  text-decoration: none;
}

.wda-404-homelink {
  padding-top: 6px;
  float: right;
}

.wda-404-container {
  margin: 0 140px;

}

.wda-404-wrapper {
  padding: 60px 0 40px;
}

.wda-404-content {
  padding: 40px 0 80px;
}

.wda-404-content h2 {
    font-size: 100px;
    color: #666;
    font-weight: 700;
    width: 300px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    border: 10px solid #999;
    color: #999;
    border-radius: 50%;
    margin: 0 auto 60px auto;
}

.wda-404-content h3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #999;
    text-transform: uppercase;
    text-align: center;
}

/*---------------------------------------------------------------------------*/
/*--------------------------------Misc Fixes------------------------------*/
/*---------------------------------------------------------------------------*/


/* Make sure window is at least height of screen */

.wda-login-page, .wda-profile-page, .wda-register-page {
    min-height: calc(100vh - 336px);
}

.wda-404-container {
    min-height: calc(100vh - 414px);
}

.wda-doc-index-wrapper, .wda-searchpage-all-wrapper {
    min-height: calc(100vh - 726px);
}

.wda-contact-map-wrapper {
    min-height: calc(100vh - 486px);
}

/*---------------------------------------------------------------------------*/
/*--------------------------------Media Queries------------------------------*/
/*---------------------------------------------------------------------------*/

/* Largest Devices, Wide Screens */

@media only screen and (min-width : 1660px) {
  
  .wda-div-top-container {
    margin-right: 6%!important;
    padding-right: 6%!important;
  }

}

@media only screen and (min-width : 1441px) {
  
  .wda-div-top-container {
    margin-right: 3%;
    padding-right: 3%;
  }

}

@media only screen and (max-width : 1419px) {
  
  .wda-doc-index-wrapper {
      margin: 91px 50px 149px;
  }

  .wda-div-page-wrapper {
      padding-right: 115px;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1310px) {
  a.wda-mobile-bars i {
      font-size: 22px;
      display: inline-block;
  }

  .wda-header-wrapper-navbar {
    display: none;
  }

  body.logged-in .wda-header-p2 {
    max-width: 288px;
    left: 46px;
  }

  .wda-div-top-container {
      right: 90px;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1250px) {

  .wda-div-mid {
      margin-bottom: 46px;
      margin-left: 51px;
      margin-top: 46px;
      padding-right: 40px;
  }

  #wda-mid-p {
      color: #00456a;
      font-size: 14px;
      line-height: 1.43;
      margin-bottom: 22px;
      max-width: 423px;
  }

  .wda-div-top-container {
      right: 74px;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

  #wda-mid-p {
      max-width: 413px;
  }

  .wda-div-mid {
      margin-bottom: 46px;
      margin-left: 41px;
      margin-top: 46px;
      padding-right: 40px;
  }

  .wda-div-top-container {
      top: 242px;
  }

  .wda-div-top-container .wda-p-bot {
      margin-bottom: 21px;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1004px) {
  

  .wda-div-mid {
      margin-bottom: 36px;
      margin-top: 36px;
  }

  #wda-mid-p {
      max-width: 343px;
  }

  #wda-h1:before {
      bottom: 0;
      height: 34px;
      position: absolute;
      top: 5px;
      left: 0;
  }

  #wda-h1 {
      margin-left: 0;
      padding-left: 22px;
      padding-top: 0;
      margin-top: 147px;
  }

  #wda-h2 {
      margin-left: 22px;
  }

  /* footer */

  .wda-copyright.wda-copy-mobile {
      display: inline-block;
      margin-top: 20px;
  }

  .wda-mobile-address {
      display: inline-block;
      margin-top: 20px;
  }

  #wda-footer-wrapper {
      height: auto; 
      padding-bottom: 57px;
  }

  div#wda-footer-center {
      display: none;
  }

  .wda-copyright {
      display: none;
  }

  .wda-footer {
      height: auto;
      overflow: hidden;
  }

  #wda-footer-left {
      height: auto;
  }

  #wda-footer-right {
    position: relative;
    bottom: 0;
    right: 0;
  }

/* Front page */
  .wda-div-top-container {
      display: none;
  }

  .wda-div-top {
      width: 75%;
  }

  .wda-div-top #wda-h1, .wda-div-top #wda-h2 {
      position: relative;
      left: 0; 
      top: 10px;
  }

  

}

@media only screen and (max-width : 992px) {

/* Pages/single */

  .wda-doc-index-wrapper {
      display: flex;
      flex-direction: column-reverse;
      padding: 0 50px;
      margin-left: 0;
      margin-right: 0;
  }

  .wda-div-index-wrapper {
      padding-right: 0;
      width: 100%;
  }

  .wda-blog-sidebar {
      width: 100%;
  }

  .wda-sidebar {
      width: 100%;
  }

  .wda-div-page-wrapper {
      width: 100%;
      padding-right: 0;
  }

  .wda-doc-single-wrapper {
      width: 100%;
      padding-right: 50px;
  }

  ul.nested-sidebar > li {
      display: block;
      margin-left: 0;
  }

  .wda-doc-header h1 {
      margin-left: 38px;
  }

  .wda-doc-header .wda-breadcrumbs {
      margin-left: 38px;
  }

}

/* Custom */
@media only screen and (max-width : 950px) {
  
  .wda-searchpage-wrapper {
    padding: 0 7%;
  }

  .wda-searchform-form input.search-field {
    width: 55%;
  }
  
  .wda-searchform-wrapper {
    padding-right: 7%;
  }

}

/* Custom */
@media only screen and (max-width : 865px) {
  
  .wda-div-mid {
    margin-left: 26px;
    margin-bottom: 16px;
  }

  #wda-mid-p {
      max-width: 310px;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .wda-contact-form .wda-gf {
    /*top: 91px;*/
    position: relative;
    margin: 0 auto;
    padding-left: 13.8%;
    padding-right: 14.5%;
  }

  .wda-register {
    margin: 0 auto;
    padding-left: 13.8%;
    padding-right: 14.5%;
  }

  .wda-expert-register {
    max-width: 719px;
    width: 100%;
    padding-right: 15.8%;
    padding-left: 14.5%;
  }

  .wda-expert-register .gform_wrapper input.medium {
    width: 100%!important;
    max-width: 549px!important;
  }

  .wda-expert-register .gform_wrapper input.large {
    width: 100%!important;
    max-width: 549px!important;
    margin-top: 15px!important;
  }

  .wda-expert-register .gform_wrapper ul.gform_fields li.gfield {
    width: 100%!important;
    max-width: 549px;
    padding-right: 0;
  }

  .wda-expert-register .gform_wrapper span.name_first, .wda-expert-register .gform_wrapper span.ginput_left.address_city, .wda-expert-register .gform_wrapper span.ginput_left input[type="password"] {
    width: 100%!important;
    max-width: 549px;
  }

  .wda-expert-register .gform_wrapper span.name_last, .wda-expert-register .gform_wrapper span.ginput_right.address_state, .wda-expert-register .gform_wrapper span.ginput_right input[type="password"] {
    width: 100%!important;
    max-width: 549px!important;
    text-indent: 1px;
  }

  .wda-expert-register .gfield.gf_left_half {
    max-width: 549px;
    width: 100%!important;
    margin-right: 0px!important;
  }

  .wda-expert-register .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    max-width: 549px;
    width: 100%!important;
  }

  .wda-expert-register .gform_wrapper .ginput_complex .ginput_left {
    margin-bottom: 32px!important;
  }

  .wda-expert-register .gform_wrapper span.name_last {
    margin-right: 0px;
    margin-top: 17px;
    right: 0;
    max-width: 549px!important;
    width: 100%!important;
  }

  .wda-expert-register .gform_wrapper span.ginput_left.address_city {
    margin-top: 3px;
    margin-bottom: 0px!important;
  }

  .wda-expert-register.gform_wrapper span.ginput_right.address_state {
    margin-top: 19px;
  }

  .wda-expert-register .medium.gfield_select {
    max-width: 548px!important;
    width: 200%!important;
  }

  .wda-expert-register .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices, .wda-expert-register .gform_wrapper .chosen-container .chosen-drop {
    max-width: 548px!important;
    width: 200%!important;
  }

  .wda-expert-register .gform_wrapper .chosen-container-multi {
    margin-bottom: 28px;
  }

  .wda-expert-register .gform_wrapper span.ginput_left.address_city {
    margin-bottom: 20px!important;
  }

  .wda-expert-register .wp-editor-container:nth-child(1)::before, .wda-expert-register .wp-editor-container:nth-child(2)::before {
    top: 98px;
  }

  /* Front Page */

  #wda-mid-p {
      max-width: 100%;
  }

  .wda-div-mid {
      padding: 40px;
      width: 100%;
      margin: 0;
  }

  #wda-rectangle-5 {
      width: 100%;
      display: none;
  }

  .wda-mid-right-angle {
      display: none;
  }

  .wda-div-bottom-4 {
      width: 50%;
  }


}

/* Custom */ 
@media only screen and (max-width : 671px) {
    .wda-six-five-nine {
      display: none !important;
    }

    .wda-header-p2 {
      max-width: 30px;
      left: 50%;
      width: auto;
      transform: translate(-50%);
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      position: absolute;
    }

    a.wda-mobile-bars i {
        font-size: 27px;
    }

    .wda-header-p2 a {
        margin-right: 0;
    }

    .wda-header-right {
        width: 200px;
    }

}

/* Custom */ 
@media only screen and (max-width : 656px) {

  .wda-searchform-form form.search-form button.search-submit {
    margin: 40px auto -35px;
    float: none;
    display: block;
  }

  .wda-searchform-form input.search-field {
    width: 99%;
  }

  .wda-searchform-wrapper {
    padding-right: 13%;
    padding-left: 13%;
  }

}

@media only screen and (max-width : 641px) {

  .wda-expert-register .wp-editor-container:nth-child(1)::before, .wda-expert-register .wp-editor-container:nth-child(2)::before {
    top: 105px;
  }

  .wda-expert-register .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0px;
  }

  .wda-expert-register .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 20px;
  }

  .wda-expert-register .gform_wrapper span.ginput_left.address_city {
    margin-top: 19px;
  }

  .wda-expert-register .gform_wrapper input.large {
    margin-top: 30px!important;
  }

  .wda-expert-register .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
    max-width: 120px;
    width: 30%!important;
    max-height: 28px!important;
    height: 100%;
  }

  .wda-register .gform_wrapper .ginput_complex .ginput_left, .wda-register .gform_wrapper .ginput_complex .ginput_right {
    width: 100%;
    max-width: 500px!important;
  }

  .wda-register .gform_wrapper input[type="text"], .wda-register .gform_wrapper input[type="password"] {
    width: 100%;
    max-width: 500px;
  }

  
  .wda-register .gform_wrapper span.name_last, .wda-register .gform_wrapper span.name_first, .wda-register .gform_wrapper span.ginput_right.address_state, .wda-register .gform_wrapper span.ginput_right input[type="password"] {
    width: 100%!important;
    max-width: 500px!important;
  }

  .wda-register .ginput_complex.ginput_container.ginput_container_password {
    height: 10px;
    margin-bottom: 170px;
  }

  .wda-register .gform_wrapper span.name_first {
  }

  .wda-register .gform_wrapper span.name_last, .wda-register .gform_wrapper span.ginput_right input[type="password"] {
    position: relative;
    left: 0px;
  }

  .wda-contact-form .gform_wrapper .top_label li.gfield.gf_left_half {
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px;
  }

  .wda-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
    max-width: 500px;
  }

  .gform_login_widget #field_1:before {
    content: "Email";
    position: absolute;
    left: 0;
    top: 9px;
    color: #fff;
    font-weight: 300;
  }

  .gform_login_widget #field_2:before {
    content: "Password";
    position: absolute;
    left: 0;
    top: 76px;
    color: #fff;
    font-weight: 300;
  }

  /* Front Page */

  .wda-div-bottom-4 {
      width: 100%;
  }

}


@media only screen and (max-width : 560px) {

  .wda-page-content .alignright {
    margin-left: 0px;

  }

  .wda-page-content .alignleft {
    margin-right: 0px;
  }

  .wda-page-content .aligncenter {
    margin-left: 0px;
    margin-right: 0px;
  }

  .wda-profile-content {
    margin-left: 9%;
    margin-right: 8%;
  }

  .wda-profile-top {
    margin-right: 20px;
  }

}

@media only screen and (max-width : 547px) {

  .wda-header-right {
      width: 140px;
  }

  .wda-footer {
    padding: 0 8%;
  }

}

@media only screen and (max-width : 518px) {

  

}

/* Extra Small Devices, Phones */ 
 @media only screen and (max-width : 480px) {

  .wda-header-right {
      width: 80px;
  }

  #wda-h1 {
      color: #fff;
      font-size: 38px;
  }

  .wda-div-top {
      width: 85%;
  }

}


/* Custom */ 
 @media only screen and (max-width : 470px) {

.wda-flag-form i.fa-close {
    left: 92%;
  }
}


/* Custom */ 
 @media only screen and (max-width : 464px) {

  .wda-expert-register .wp-editor-container:nth-child(1)::before, .wda-expert-register .wp-editor-container:nth-child(2)::before {
    top: 135px;
  }
}

/* Custom */ 
 @media only screen and (max-width : 446px) {

  .wda-expert-register .wp-editor-container:nth-child(1)::before, .wda-expert-register .wp-editor-container:nth-child(2)::before {
    top: 142px;
  }

}

/* Custom */ 
 @media only screen and (max-width : 435px) {

  ul.wda-profile-tags {
    margin-top: 30px;
  }

  .wda-profile-top {
    margin-bottom: 20px;
  }

  .wda-profile-pic-wrapper {
    float: left;
  }

}

/* Custom */ 
 @media only screen and (max-width : 407px) {

  .wda-register .gform_wrapper h3.gform_title {
    font-size: 19.5px;
  }

  .wda-header-right-angle {
      display: none;
  }

  .wda-header-right {
      background: #ffffff;
  }

  a.wda-mobile-bars i {
      font-size: 27px;
      color: #014f6e;
  }

  .wda-header-right {
      width: 58px;
  }

  .wda-div-top #wda-h1, .wda-div-top #wda-h2 {
      left: 3px;
  }

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

 .wda-expert-register .gform_wrapper h3.gform_title {
    font-size: 20px!important;
 }

}

/* ------------------------------------------------------------ *\
   Page Wrapper Alt
\* ------------------------------------------------------------ */

.wda-div-page-wrapper--alt { padding-right: 0; }
.wda-div-page-wrapper--alt .wda-page-content { max-width: 754px; display: inline-block; width: 72%; }
.wda-div-page-wrapper--alt .wda-page-wrapper__sidebar { float: right; width: 20%; margin-top: 258px; }

/* ------------------------------------------------------------ *\
  Widget Key
\* ------------------------------------------------------------ */

.wda-widget-key .wda-list-events { list-style: none outside none; }
.wda-widget-key .wda-list-events li { position: relative; margin-bottom: 7px; }
.wda-widget-key .wda-list-events p { padding: 0 0 0 20px; font-size: 12px; color: #1a506b !important; vertical-align: top; line-height: 1.4; }

.wda-widget-key .wda-color-box { position: absolute; top: -2px; left: 0; display: block; width: 17px; height: 17px; }

.wda-widget-key .wda-widget__head { background-color: #bfdfe4; border-radius: 7px 7px 0 0; text-align: center; }
.wda-widget-key .wda-widget__head h3 { font-size: 12px; color: #1a506b; padding: 11px 0 12px; }

.wda-widget-key .wda-widget__body { padding: 21px 5px 18px 17px; background-color: #f1f8f9; border-radius: 0 0 7px 7px; }

/* ------------------------------------------------------------ *\
  Responsive
\* ------------------------------------------------------------ */

@media ( max-width: 767px ) {
  .wda-div-page-wrapper--alt .wda-page-content { max-width: 100%; width: auto; }
  .wda-div-page-wrapper--alt .wda-page-wrapper__sidebar { width: 100%; margin: 20px 0 80px; }
}