/*
* GPTT Theme Main CSS File
*/

/* Table of CSS Contents
==================================================
	#Site Styles
	#Page Styles

	#Font-Face

*/


/*
GREEN: #acd228
*/


/*  #Theme Pre-installed Styles ============================================================================= */

a {
   /*-webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;*/
}
img {
  max-width: 100%;
  height: auto;
}
.searchIcon {
  display: inline-block;
  float: left;
  padding: 1rem;
  margin-top: 10px;
}
#preloader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 99999999999;
    height: 100%;
    height: 100vh;
    width: 100%;
 }

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../img/ajax-loader-2.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
     z-index: 9999999999999;
 }
.mobileLogo {
  display: none;
}

.vcentered-parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vcentered-child {
  position: relative;
  top: 50%;
  transform: translateY(-42%);
}
#search_popup {
  display: none;
}
.container.white {
  background: #fff;
}
.header_spacer {
  width: 100%;
  height: 120px;
}
.button_green a,
.button_green a:visited {
  color: #fff;
}
.button_green:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 11px;
  margin-left: 2px;
  margin-right: 5px;
}
.button_green,
a.button_green:visited {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #b3d25e;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.8rem 1rem;
  transition: all 0.5s ease;
  margin: 12px auto;
  cursor: pointer;
}
.button_green:hover {
  background: #9bc040;
  color: #fff;
}

.linkBox a.button_green,
.linkBox a.button_green:visited {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #b3d25e;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.8rem 1rem;
  transition: all 0.5s ease;
  margin-bottom: 7px;
  cursor: pointer;
  margin-top: 1rem;
}
.linkBox .button_green:hover {
  background: #9bc040;
  color: #fff;
}
.linkBox a.button_green:before {
  content: "";
}

.button_white:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 11px;
  margin-left: 2px;
  margin-right: 5px;
}
.button_white,
.button_white:visited {
  text-decoration: none;
  color: #b3d25e;
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.8rem 1rem;
  transition: all 0.5s ease;
  margin-bottom: 7px;
  margin-right: 7px;
}
.button_white:hover {
  background: #d1d1d1;
}
label.filter_field_region_label span {
  font-size: 0.9rem;
  text-transform: uppercase;
}

#filter_wrapper {
  margin-bottom: 2rem;
}
.result_item {
  opacity: 1.0;
  filter: alpha(opacity=1.0);
  min-height: 375px;
  width: 30%;
  float: left;
  margin-right: 4%;
  box-sizing: border-box;
}
.result_item:nth-of-type(3n) {
  margin-right: 0;
}
.result_item:hover {
  opacity: 0.7;
  filter: alpha(opacity=0.7);
}
.result_item img {
  margin-bottom: 1rem;
  width: 100%;
}
.result_item h5 {
  margin-bottom: 9px;
}
.result_item div {
  color: #444;
  font-size: 0.8rem;
  line-height: 1rem;
}
.result_item span {
  text-transform: uppercase;
}
/*.result_item span:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #acd228;
  font-size: 10px;
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}*/
.resultImageWrapper {
  width: 100%;
  height: 170px;
  margin-bottom: 1rem;
}
a.practice_gallery_wrap {
  width: 46%;
  margin: 0 2% 1rem 0;
  float: left;
  height: 130px;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.5s ease;
}
a.practice_gallery_wrap:hover {
  opacity: 0.6;
  filter: alpha(opacity=0.6);
}
input[type='submit']
{
   -webkit-appearance: none !IMPORTANT;
   -moz-appearance: none !IMPORTANT;
   appearance: none !IMPORTANT;
}



.expand {
  cursor: pointer;
}
.hiddenDiv {
  display: none;
}


/* TABS ============================ */

ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

ul.tabs li.current{
  background: #f9f9f9;
  color: #222;
  font-weight: bold;
}

.tab-content{
  display: none;
  background: #f9f9f9;
  padding: 15px;
}

.tab-content.current{
  display: inherit;
}




/* #Styleguide CSS Styles  ============================================================================= */

.styleguide-page {

}













/* #FOOTER Styles  ============================================================================= */

#partner_footer {
  width: 100%;
  margin: 0;
  padding: 4rem 0;
  background: #333;
  margin-top: 3rem;
}

#main_footer {
  width: 100%;
  margin: 0;
  padding: 2rem 0;
  background: #1a1a1a;
}

#partner_footer h3 {
  color: #888;
}
#main_footer h4 {
  color: #888;
  margin: 2rem 0 1rem 0;
}
a.footerLinks {
  display: block;
  font-size: 0.9rem;
  color: #888;
  transition: all 0.3s ease;
}
a.footerLinks:hover {
  color: #fff;
}
a.footerLinks:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 11px;
  margin-left: 2px;
  margin-right: 5px;
}

#search_popup {
  width: 100%;
  text-align: center;
}

.bottom_footer {
  color: #888;
  font-size: 0.9rem;
  padding: 1rem 0;
}
.bottom_footer a {
  color: #888;
  font-size: 0.9rem;
}
.bottom_footer a:hover {
  color: #acd228;
}







/* HOME PAGE STYLES  ============================================================================= */

#section-home {
  margin-bottom: 1.6rem;
}
.flexslider .previous {
  width: 50px;
  position: absolute;
  top: 37%;
  left: 0;
  z-index: 999;
}
.flexslider .previous:hover {
  opacity: 0.7;
  filter: alpha(opacity=0.7);
}
.flexslider .next {
  width: 50px;
  position: absolute;
  top: 37%;
  right: 0;
  z-index: 999;
}
.flexslider .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=0.7);
}
#homeSlider .vcentered-parent {
  height: 440px;
}

a.testLink {
  display: inline-block;
  margin: 1rem;
  padding: 1rem;
  color: #fff;
  background: #acd228;
  text-transform: uppercase;
}
.slideBox {
  background: #000;
  background: rgba(0,0,0,0.5);
  box-sizing: border-box;
  padding: 2rem;
}
.slideBox h2,
.slideBox h3,
.slideBox h4,
.slideBox h5 {
  color: #fff;
}
.slideBox p {
  color: #fff;
  line-height: 1rem;
}
.slide_button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
ul.slides a:hover .slide_button {
  color: #fff;
}
.homepage.content h1,
.homepage.content h2,
.homepage.content h3 {
  color: #acd228;
  margin: 1rem 0;
}
.linkBox {
  background: #fff;
}
.linkBox h4 {
  margin: 1rem 0;
}
.linkBox a {
  color: #444;
  text-transform: uppercase;
  font-size: 0.85rem;
  display: block;
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}
.linkBox a:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #acd228;
  font-size: 10px;
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.lbimage_wrapper {
  width: 100%;
  height: 190px;
}
.lb_wrapper {
  box-sizing: border-box;
  padding: 1rem;
}
.container.case_study {
  box-sizing: border-box;
  padding: 0;
  background: #fff;
  height: 400px;
  margin: 1.5rem auto 3rem;
}
.container.case_study .vcentered-child {
  top: 42%;
}
.case_study .left_side {
  float: left;
  width: 60%;
  height: 100%;
  padding: 3rem;
  box-sizing: border-box;
}
.case_study .right_side {
  float: right;
  width: 40%;
  height: 100%;
  background: #fff;
}
.case_study h3 {
  color: #acd228;
  margin-bottom: 0.6rem;
}
.case_study p {
  font-size: 0.9rem;
}
.homepage.event {
  box-sizing: border-box;
  /*padding: 1rem;*/
  position: relative;
  background: #fff;
}
.type_tab {
  position: absolute;
  color: #fff;
  background: #b3d25e;
  padding: 6px 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  top: 30px;
  left: -10px;
}
.homepage.event h5 {
  color: #b3d25e;
  margin: 1rem 0;
}
.homepage.event .date {
  font-size: 0.9rem;
  color: #444;
}
.homepage.event p {
  font-size: 0.9rem;
  color: #444;
  margin-top: 1rem;
  line-height: 1rem;
}
.alert_box {
  margin: 2rem 0;
  background: #b3d25e;
  box-sizing: border-box;
  padding: 2rem;
  color: #fff;
  font-size: 1.1rem;
}
.alert_box h3 {
  color: #fff;
}

#search_widget {
  width: 95%;
  /*max-width: 500px;*/
  height: 54px;
  /*overflow: hidden;*/
  margin: 2rem 0;
}
.sw_left {
  float: left;
  background: #acd228;
  padding: 1rem;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
}
.sw_middle {
  float: left;
}

.sw_middle .styled-select {
  float: left;
  width: 150px;
}
#search_widget input[type="submit"] {
  float: left;
  background: #acd228;
  padding: 19px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  transition: all 0.5s ease;
}
#search_widget input[type="submit"]:hover {
  background: #95ab25;
}
#search_widget input[type="submit"]:focus {
  outline: 0;
}


.team_member {
  position: relative;
  margin-bottom: 2rem !IMPORTANT;
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.5s ease;
}
.team_member:hover {
  opacity: 0.7;
  filter: alpha(opacity=0.7);
}
.team_member img {
  width: 100%;
  margin-bottom: 1rem;
}
.team_member h4 {
  color: #acd228;
  line-height: 1.6rem;
}
.team_member .position {
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin-top: 10px;
}
.team_member .email {
  font-size: 0.8rem;
  position: relative;
}
.team_member .email span {
  padding-left: 1rem;
  box-sizing: border-box;
}
.team_member .email span:before {
  content: "\f003";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color:  #acd228;
  font-size: 10px;
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}
ul.page-numbers li {
  display: inline-block;
  padding: 12px;
}






.styled-select {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  position: relative;
  border: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}
.styled-select:after {
  top: 48%;
    right: 6%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #999;
    border-width: 7px;
    margin-top: -2px;
    z-index: 100;
}
.styled-select select {
  padding: 18px;
    width: 100% !IMPORTANT;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            margin-bottom: 0;
    font-size: 0.9rem;
    font-family: "proxima-nova";
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}
.styled-select select:focus {
  outline: none;
}

.columns.border-right {
  box-sizing: border-box;
  padding-right: 1rem;
  border-right: 1px solid #ddd;
}


.filter_label_wrapper label {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #888;
}










/* TRIANGLE  ============================================================================= */

.triangle-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.triangle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: url('../img/triangle.png') no-repeat left center;
}
.triangle-wrap img {
  max-width: none;
  height: 100%;
  width: auto !IMPORTANT;
}
/*.triangle:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid #fff;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}*/

.triangle-up-left {
    width: 0;
    height: 0;
    padding-bottom: 50%;
    padding-left: 50%;
    overflow: hidden;
    position: absolute;
}
.triangle-up-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-bottom: 500px solid transparent;
    border-left: 500px solid #4679BD;
}
.triangle-down-left {
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    overflow: hidden;
    position: absolute;
}
.triangle-down-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 500px solid transparent;
    border-bottom: 500px solid #4679BD;
}







/* GENERAL CSS  ============================================================================= */

.container.white_bg {
  box-sizing: border-box;
  padding: 2rem;
  background: #fff;
  margin-bottom: 3rem;
}
.intranet_page h1,
.intranet_page h2,
.intranet_page h3,
.intranet_page h4 {
  color: #b3d25e;
}

.pageContent ul {
  list-style: disc inside;
  /*padding-left: 2rem;*/
}
.pageContent ul li {
  /*text-indent: -2rem;
  margin-left: 1rem;*/
  position: relative;
  margin-bottom: 8px;
  text-indent: -2rem;
    padding-left: 3rem;
}
.sidebar ul {
  list-style-type: none;
}
.sidebar ul li {
  position: relative;
}
.sidebar ul li a {
  color: #111;
}
.sidebar ul li a:hover {
  color: #b3d25e;
}
.sidebar ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #acd228;
  font-size: 10px;
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  left: -12px;
}
.pageContent .sidebar h4 {
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
}
.pageContent .sidebar p {
  margin-bottom: 0;
}
.pageContent .sidebar .course-link {
  line-height: 1.2rem;
}
.pageContent h1,
.pageContent h2,
.pageContent h3,
.pageContent h4 {
  margin-bottom: 1.5rem;
  color: #b3d25e;
}
.pageContent p {
  line-height: 2rem;
}
section.contentWrapper {
  box-sizing: border-box;
  background: #fff;
  padding: 2rem 1rem;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
section.contentWrapper .container {
  width: 100% !IMPORTANT;
  margin-bottom: 0;
}

.featured_image {
  margin: 2rem 0;
}

.gallery_wrapper {
  margin: 2rem 0;
}
a.image_gallery {
  width: 25%;
  display: inline-block;
  max-width: 200px;
  float: left;
  margin: 0 1rem 1rem 0;
  height: 180px;
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.5s ease;
}
a.image_gallery:hover {
  opacity: 0.6;
  filter: alpha(opacity=0.6);
}


/* Team Accordion CSS ======= */

h3.section_title {
  cursor: pointer;
}
h3.section_title:hover {
  color: #555;
}
h3.section_title:after {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 10px;
  float: right;
}
h3.section_title.down:after {
  content: "\f077" !IMPORTANT;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 10px;
}
.team_members_wrap {
  display: none;
}
.toggle_all {
  width: 100%;
  text-align: right;
  color: #b3d25e;
  text-transform: uppercase;
  cursor: pointer;
}
.toggle_all:hover {
  color: #555;
}



/* PRACTICE PAGE CSS  ============================================================================= */
.pageContent h4 {
  margin-top: 1.5rem;
}
.pd_row:last-of-type {
  margin-bottom: 2rem;
  border-bottom: 1px solid #d3d3d3;
}
.pd_row {
  border-top: 1px solid #d3d3d3;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
}
.pd_left {
  float: left;
  width: 40%;
  box-sizing: border-box;
  font-weight: 400;
  margin-right: 1rem;
}
.pd_right {
  width: 55%;
  float: right;
  box-sizing: border-box;
}
.pd_right p {
  line-height: inherit;
}
.practicePage h4 {
  clear: both;
  margin-top: 2.5rem;
}
.pd_top_label span {
  display: inline-block;
  width: 100px;
  /*font-weight: bold;*/
}
.pd_heading {
  cursor: pointer;
}
.pd_heading.open:after {
  content: "\f106";
  font-family: "FontAwesome";
  margin-left: 1rem;
}
.pd_heading.closed:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 1rem;
}

.pd_wrapper.open {
  display: block;
   -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pd_wrapper.closed {
  display: none;
   -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}












/* Gravity forms styling */
label.gfield_label,
label[for="input_12_2_3"],
label[for="input_12_2_6"] {
  display: none !IMPORTANT;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0.8rem 1rem !IMPORTANT;
  margin-bottom: 0 !important;
}
input.gform_button:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 11px;
  margin-left: 2px;
  margin-right: 5px;
}
input.gform_button {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #b3d25e;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.8rem 1rem;
  transition: all 0.5s ease;
  margin-bottom: 7px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
input.gform_button:hover {
  background: #9bc040;
  color: #fff;
  border: none;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 95% !IMPORTANT;
}

input#input_12_7 {
  max-width: 270px;
}


form#gform_10 input[type="text"],
form#gform_10 input[type="email"],
form#gform_10 textarea {
  font-size: 0.8rem !IMPORTANT;
  padding: 0.6rem !IMPORTANT;
  width: 95% !IMPORTANT;
  margin-bottom: 0;
}

form#gform_10 input#input_10_4 {
  width: auto !IMPORTANT;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  text-indent: 0;
}


.gform_wrapper form li, .gform_wrapper li {
  padding-left: 0 !important;
  text-indent: 0 !IMPORTANT;
}

/* COURSE REGISTRATION CSS ============================= */

#pre_reg_content {
  display: none;
}
.courseTab {
  /*background: #f2f2f2;*/
  /*color: #000;*/
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  background: #b3d25e;
  text-transform: uppercase;
  color: #fff;
  padding-right: 3rem;
}
.courseTab:hover {
  background: #ddd;
}
.hiddenData {
  display: none;
}
.right_border {
  padding-right: 1rem;
  box-sizing: border-box;
  border-right: 1px solid #d8d8d8;
  margin-bottom: 2rem;
}
.step_wrapper.two {
  display: none;
}
#paymentMethodWrap {
  display: none;
}


.courseTab.active:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: green;
  font-size: 18px;
  position: absolute;
  top: 7px;
  right: 12px;
}
.courseTab span.date {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
}
.courseTab span.soldout {
  color: red;
}
.courseTab span.nearlygone {
  color: #cb8549;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.details_wrapper {
  margin-top: 1rem;
}
.cd_left_column {
  display: table-cell;
  width: 180px;
  float: left;
}
.cd_right_column {
  display: table-cell;
}
h4.pad {
  margin: 2rem 0 1rem;
}

.booking-heading {
  color: #b3d25e;
}





/* Gravity forms error handling */

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !IMPORTANT;
  border: none !IMPORTANT;
}
.gform_wrapper .validation_message {
  color: #f00 !IMPORTANT;
}
.validation_error {
  display:none;
}
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #f00 !IMPORTANT;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !IMPORTANT;
}
.gform_wrapper .validation_message:after {
  content: "\f077";
  font-family: "FontAwesome";
  font-weight: 100;
  margin-left: 0.5rem;
}















/* #Font-Face  ============================================================================= */

/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
  font-family: 'Open-Sans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans.woff') format('woff'),
       url('../fonts/OpenSans.ttf') format('truetype'),
       url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open-Sans-Light';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Light.woff') format('woff'),
       url('../fonts/OpenSans-Light.ttf') format('truetype'),
       url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open-Sans-Bold';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Bold.woff') format('woff'),
       url('../fonts/OpenSans-Bold.ttf') format('truetype'),
       url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light.eot');
  src: local('☺'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

















/* END CSS */