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

x. Variables

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

x. Mixins

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

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

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

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

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

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
::selection {
  background: #DAD9D7;
}

::-moz-selection {
  background: #DAD9D7;
}

html, body {
  font: 400 16px "Lato", Arial, Helvetica, sans-serif;
  color: #3A3A3A;
  width: auto;
  height: auto;
  background: #fff;
}

a {
  color: #F5B324;
  text-decoration: none;
}

a:hover {
  color: #843049;
}

a img {
  border: none;
}

.center {
  text-align: center;
}

.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

h1, h3, h4, h5, h6 {
  color: #72243D;
  font-weight: 400;
}

.title-row h1 {
  font-size: 4rem;
  margin-block-end: 0;
  font-family: "Sanchez", "Times New Roman", Times, serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h1 {
  font-size: 1.825em;
}

h2 {
  font-size: 1.625em;
  position: relative;
}

h2.ribbon {
  padding: 0 30px;
}

h2.small {
  font-size: 1.25em;
}

h2 span.label, a span.label {
  color: #fff;
  font-family: "Sanchez", "Times New Roman", Times, serif;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 24px 20px 20px 20px;
  display: block;
  position: relative;
  z-index: 10;
}

h2 span.label:before, a span.label:before {
  content: "";
  width: auto;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
}

h2 span.ribbon {
  width: 40px;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 10px;
  bottom: -10px;
}

h2 span.ribbon:before {
  content: "";
  width: auto;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
}

h2 span.ribbon.left {
  background-image: url(../img/ribbon-left.png);
  background-position: left center;
  left: 0;
}

h2 span.ribbon.right {
  background-image: url(../img/ribbon-right.png);
  background-position: right center;
  right: 0;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

.hide {
  display: none;
}

.image a {
  display: block;
}

.image img {
  width: 100%;
  height: auto;
}

p {
  line-height: 1.5em;
}

.uppercase {
  text-transform: uppercase;
}

.wrapper {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

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

x. Backgrounds & Colors

*********************************************************************************************/
.background-aqua-haze {
  background-color: #DAD9D7;
}

.background-bright-gray {
  background-color: #54565B;
}

.background-dark-gray {
  background-color: #A8A8AA;
}

.background-cannon-pink {
  background-color: #8E5164;
}

.background-dark-gray {
  background-color: #A8A8AA;
}

.background-del-rio {
  background-color: #B08F99;
}

.background-disco {
  background-color: #843049;
}

.background-magnesium {
  background-color: #B3B3B3;
}

.background-montana {
  background-color: #3A3A3A;
}

.background-my-sin {
  background-color: #F5B324;
}

.background-seashell {
  background-color: #F2F2F1;
}

.background-siren {
  background-color: #72243D;
}

.background-siren-dark {
  background-color: #642136;
}

.background-white-smoke {
  background-color: #F5F5F5;
}

.background-aqua-haze {
  color: #DAD9D7;
}

.color-bright-gray {
  color: #54565B;
}

.color-cannon-pink {
  color: #8E5164;
}

.color-dark-gray {
  color: #A8A8AA;
}

.color-del-rio {
  color: #B08F99;
}

.color-disco {
  color: #843049;
}

.color-magnesium {
  color: #B3B3B3;
}

.color-montana {
  color: #3A3A3A;
}

.color-my-sin {
  color: #F5B324;
}

.color-seashell {
  color: #F2F2F1;
}

.color-siren {
  color: #72243D;
}

.color-siren-dark {
  color: #642136;
}

.color-white-smoke {
  color: #F5F5F5;
}

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

x. Margins

*********************************************************************************************/
.embed-container,
h1,
h2,
h3,
h4,
h5,
h6,
.line,
.navigation.drop-down span.label,
.navigation.drop-down ul.sub-menu ul.sub-menu,
ol,
p,
.post .image,
.sidebar .area,
table.table,
ul {
  margin-bottom: 20px;
}

.no-margin {
  margin: 0 !important;
}

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

x. Columns & Widths

*********************************************************************************************/
.column.left {
  float: left;
}

.column.right {
  float: right;
}

.column .inside {
  padding: 0 15px;
}

.column .inside.extra {
  padding: 0 40px;
}

.columns {
  margin: 0 -15px;
}

.flex-columns {
  gap: 60px;
  display: flex;
}

.image-left {
  flex-direction: row-reverse;
}

.align-center {
  align-items: center;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}
.width-70.left-float {
  float: left;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

.float-left {
  float: left;
}

.image-column img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

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

x. Line

*********************************************************************************************/
.line {
  width: 100%;
  height: 1px;
}

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

x. Buttons

*********************************************************************************************/
.button {
  color: #fff;
  font-size: 0.875em;
  line-height: 35px;
  text-decoration: none;
  width: auto;
  background: #72243D;
  padding: 0 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.button:hover {
  color: #F5B324;
  background: #642136;
}

.button span.label,
.button span.icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.button span.icon {
  margin: 0 0 0 5px;
}

.button span.icon.down {
  display: none;
}

.button.active {
  color: #F5B324;
}

.button.active span.icon.down {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.button.active span.icon.right {
  display: none;
}

.buttons {
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
  overflow: hidden;
}

.buttons li {
  margin: 0 10px 10px 0;
  float: left;
}

.buttons.center {
  text-align: center;
}

.buttons.center li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
}

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

x. Content

*********************************************************************************************/
.content img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.content ol,
.content ul {
  line-height: 1.5em;
  margin-left: 40px;
}

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

x. Header

*********************************************************************************************/
#header {
  border-top: 10px solid #F5B324;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 10;
}

#header .logo {
  width: 175px;
  height: auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 10;
}

#header .tagline {
  color: #72243D;
  font-family: "Sanchez", "Times New Roman", Times, serif;
  font-style: italic;
  text-align: right;
  margin: 0 0 5px 0;
  display: block;
}

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

x. Navigation: Utility

*********************************************************************************************/
.utility {
  margin: 0 0 60px 0;
  list-style: none;
  float: right;
  overflow: hidden;
}

.utility a {
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  background: #F5B324;
  padding: 5px 15px 10px 15px;
  display: block;
}

.utility li {
  margin: 0 0 0 2px;
  float: left;
}

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

x. Navigation: Top + Bottom

*********************************************************************************************/
.navigation.bottom .wrapper,
.navigation.top .wrapper {
  padding: 10px 0;
}

.navigation.bottom ul,
.navigation.top ul {
  text-align: center;
  margin: 0 0 0 100px;
  list-style: none;
}

.navigation.bottom ul a,
.navigation.top ul a {
  color: #fff;
  font-family: "Sanchez", "Times New Roman", Times, serif;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.navigation.bottom ul a:hover,
.navigation.top ul a:hover,
.navigation.bottom ul li.current-menu-ancestor a,
.navigation.top ul li.current-menu-ancestor a {
  color: #F5B324;
}

.navigation.bottom ul li,
.navigation.top ul li {
  line-height: 1em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.navigation.bottom ul ul,
.navigation.top ul ul {
  display: none;
}

.navigation.bottom {
  background: #72243D;
}

.navigation.bottom ul li {
  margin: 0 15px;
}

.navigation.bottom ul.sub-menu {
  top: 100%;
}

.navigation.top {
  background: #642136;
}

.navigation.top ul li {
  border-right: 1px solid #843049;
  padding: 0 15px;
}

.navigation.top ul li:last-of-type {
  border-right: none;
}

.navigation.top ul.sub-menu {
  top: 200%;
}

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

x. Navigation: Drop Down

*********************************************************************************************/
.navigation.drop-down {
  text-align: center;
  max-height: 0;
  padding: 5px 0 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.navigation.drop-down.open {
  max-height: 700px;
}

.navigation.drop-down .inside {
  position: relative;
}

.navigation.drop-down .inside:after {
  content: "";
  width: 1px;
  height: 100%;
  max-height: 100px;
  min-height: 100px;
  background: #8E5164;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.navigation.drop-down span.label {
  color: #A8A8AA;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}

.navigation.drop-down span.label:after {
  content: ":";
}

.navigation.drop-down span.label.hide {
  display: none;
}

.navigation.drop-down ul.sub-menu {
  margin: 0;
  list-style: none;
}

.navigation.drop-down ul.sub-menu.top {
  min-height: 110px;
  background: #72243D;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 30px 15px 10px 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}

.navigation.drop-down ul.sub-menu a {
  color: #fff;
  font-size: 0.75em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.navigation.drop-down ul.sub-menu a:hover {
  color: #F5B324;
}

.navigation.drop-down ul.sub-menu li {
  text-align: left;
  min-width: 210px;
}

.navigation.drop-down ul.sub-menu li:last-child .inside:after {
  display: none;
}

.navigation.drop-down ul.sub-menu li ul.sub-menu {
  position: relative;
}

.navigation.drop-down ul.sub-menu li ul.sub-menu li {
  min-width: 0;
  margin: 0 0 10px 0;
}

.navigation.drop-down ul.sub-menu li ul.sub-menu li:last-of-type {
  margin: 0;
}

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

x. Navigation: Secondary

*********************************************************************************************/
.navigation.secondary,
.navigation.secondary ul.sub-menu {
  list-style: none;
}

.navigation.secondary li,
.navigation.secondary li.current-menu-ancestor > a,
.navigation.secondary li.current-menu-ancestor ~ li.current-menu-ancestor {
  display: none;
}

.navigation.secondary li.current-menu-ancestor,
.navigation.secondary li.current-menu-ancestor ul.sub-menu li {
  display: block;
}

.navigation.secondary span.label {
  color: #B3B3B3;
  font-size: 0.938em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  display: block;
  cursor: pointer;
}

.navigation.secondary span.label:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 0 0 5px;
}

.navigation.secondary li.no-label span.label {
  display: none;
}

.navigation.secondary li.open span.label,
.navigation.secondary span.label:hover {
  color: #F5B324;
}

.navigation.secondary li.open span.label:after {
  content: "\f107";
}

.navigation.secondary ul.sub-menu ul.sub-menu a {
  color: #fff;
  font-size: 0.875em;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.navigation.secondary ul.sub-menu ul.sub-menu a:hover,
.navigation.secondary ul.sub-menu ul.sub-menu li.current-menu-item a {
  color: #F5B324;
}

.navigation.secondary ul.sub-menu ul.sub-menu {
  margin: 0 0 15px 5px;
  display: none;
}

.navigation.secondary li.current-menu-parent ul.sub-menu {
  display: block;
}

.navigation.secondary li.no-label ul.sub-menu {
  margin-left: 0;
  display: block;
}

.navigation.secondary ul.sub-menu ul.sub-menu li {
  margin: 0 0 10px 0;
}

.navigation.secondary ul.sub-menu ul.sub-menu li:last-of-type {
  margin: 0;
}

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

x. Navigation: Mobile

*********************************************************************************************/
#header .hamburger {
  width: 27px;
  height: 21px;
  display: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 20;
}

#header .hamburger .line {
  width: 100%;
  height: 4px;
  background: #72243D;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease, background, 0.15s ease;
  -moz-transition: all 0.5s ease, background, 0.15s ease;
  -ms-transition: all 0.5s ease, background, 0.15s ease;
  -o-transition: all 0.5s ease, background, 0.15s ease;
  transition: all 0.5s ease, background, 0.15s ease;
}

#header .hamburger .line.first {
  top: 0;
}

#header .hamburger .line.second, #header .hamburger .line.third {
  top: 9px;
}

#header .hamburger .line.fourth {
  top: 18px;
}

#header .hamburger.open .line.first,
#header .hamburger.open .line.fourth {
  width: 0%;
  top: 7px;
  left: 50%;
}

#header .hamburger.open .line.second {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .hamburger.open .line.third {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation.mobile {
  background: #72243D;
  display: none;
}

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

x. Search

*********************************************************************************************/
#search {
  background: #F5B324;
  padding: 40px;
  display: none;
  position: relative;
}

#search form input[type=text] {
  color: white;
  font-size: 1.5em;
  font-weight: 400;
  background: transparent;
  width: 100%;
  height: auto;
}

#search form input[type=text]::-webkit-input-placeholder {
  color: white;
}

#search form input[type=text]:-moz-placeholder {
  color: white;
}

#search form input[type=text]::-moz-placeholder {
  color: white;
}

#search form input[type=text]:-ms-input-placeholder {
  color: white;
}

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

x. Container

*********************************************************************************************/
#container {
  padding: 70px 0;
  position: relative;
}

#container.no-padding-bottom {
  padding-bottom: 0;
}

#container.no-padding-top {
  padding-top: 0;
}

.button-row img {
  width: 100%;
  margin-block-end: 20px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.image-row img {
  width: 100%;
}

.social-wall, .title-row, .image-row, .button-row, .intro-row {
  padding-block-end: 70px;
}

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

x. Accordian

*********************************************************************************************/
.accordion .buttons {
  margin-left: 0;
}

.accordion .content {
  padding: 30px 0 10px 30px;
  display: none;
}

.accordion table.condensed {
  width: 460px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.accordion table.condensed td {
  text-align: center;
  background: none !important;
  border: none !important;
  padding: 5px;
}

.accordion .title {
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  background: #72243D;
  border-bottom: 2px solid #fff;
  display: block;
  position: relative;
}

.accordion .title:after {
  content: "\f0da";
  font-family: "FontAwesome";
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.accordion .title:hover,
.accordion .title.open {
  background: #F5B324;
}

.accordion .title.last {
  border-bottom: none;
}

.accordion .title.open:after {
  content: "\f0d7";
}

.coaches {
  font-size: 0.875em;
  width: 650px;
  height: auto;
  margin-left: -10px !important;
  margin-right: -10px !important;
  list-style: none;
  overflow: hidden;
}

.coaches .inside {
  padding: 0 10px;
}

.resources {
  list-style: none;
}

.resources .inside {
  padding: 5px 10px;
}

.resources li {
  font-size: 0.875em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.schedule,
.team {
  position: relative;
}

.schedule .print,
.team .print {
  color: #72243D;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.schedule .print:hover,
.team .print:hover {
  color: #F5B324;
}

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

x. Table

*********************************************************************************************/
table.table {
  font-size: 0.875em;
  width: 100%;
  height: auto;
}

table.table tbody td {
  line-height: 1em;
  border-right: 4px solid #fff;
  padding: 20px;
}

table.table tbody td.last {
  border-right: none;
}

table.table tbody tr:nth-child(odd) td {
  background: #F2F2F1;
}

table.table th {
  color: #72243D;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #DAD9D7;
  border-top: 1px solid #DAD9D7;
  padding: 15px 0;
}

table.table tr.blank th {
  border: none;
  padding-top: 0;
}

table.table.sort span.arrows,
table.table.sort span.label {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

table.table.sort span.arrows {
  color: #B08F99;
  font-size: 12px;
  width: auto;
  height: 1em;
  margin: 0 0 0 5px;
  position: relative;
}

table.table.sort th.ascending span.icon.bottom {
  color: #72243D;
}

table.table.sort th.descending span.icon.top {
  color: #72243D;
}

table.table.sort th.header {
  cursor: pointer;
}

table.table.sort th span.icon.bottom {
  position: absolute;
  bottom: -3px;
  left: 0;
}

table.table.sort th span.icon.top {
  position: absolute;
  top: -3px;
  left: 0;
}

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

x. Hero

*********************************************************************************************/
.hero {
  min-height: 450px;
  background: #54565B;
  margin: 0 0 40px 0;
  position: relative;
}

.hero .column.right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.hero .image,
.hero .images {
  border-left: 4px solid #fff;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero .image img,
.hero .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .image .play,
.hero .images .play {
  color: #72243D;
  font-size: 100px;
  text-align: center;
  max-width: 250px;
  display: block;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.hero .image .play:hover,
.hero .images .play:hover {
  color: #F5B324;
}

.hero .image .play span.title,
.hero .images .play span.title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.hero .inside {
  padding: 30px 30px 15px 30px;
}

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

x. Directory

*********************************************************************************************/
#table-phone-directory,
#table-staff-directory {
  margin: 40px 0 0 0;
}

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

x. Calendar

*********************************************************************************************/
#calendar {
  margin: 0 0 60px 0;
}

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

x. Blog

*********************************************************************************************/
.post h1 a,
.post h3 a {
  color: #72243D;
}

.post h1 a:hover,
.post h3 a:hover {
  color: #F5B324;
}

.post .read-more {
  font-size: 0.875em;
}

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

x. Form

*********************************************************************************************/
form input[type=submit] {
  color: #F5B324;
  font-size: 0.875em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

form input[type=text],
form textarea {
  color: #3A3A3A;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  background: #F5F5F5;
  border: none;
}

form label {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1em;
}

.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
  font-style: italic;
  font-weight: normal;
  letter-spacing: normal;
}

/*
form input[type=text],
form textarea {
	color: $color_montana;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	background: $color_white_smoke;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

form input[type=text] {
	width: 100%; height: 35px;
	padding: 0 10px;
}

form label {
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 5px 0;
	display: block;
}

form select {
	margin: 5px 0 0 0;
}

form textarea {
	width: 100%; height: 130px;
	padding: 10px;
	resize: none;
}

form ul {
	margin: 0 !important;
}

.gform_fields {
	margin: 0;
	list-style: none;
}

.gfield {
	margin: 0 0 15px 0;
	position: relative;
}

.gfield_checkbox,
.gfield_radio {
	margin: 0;
	list-style: none;
}

.gfield_checkbox li,
.gfield_radio li {
	line-height: normal;
	margin: 0 20px 5px 0;
	display: inline-block;
	zoom: 1; 
	*display: inline;
}

.gfield_checkbox li input,
.gfield_checkbox li label,
.gfield_radio li input,
.gfield_radio li label {
	display: inline-block;
	zoom: 1; 
	*display: inline;
}

.gfield_checkbox li label,
.gfield_radio li label {
	margin: 0 0 0 10px;
}

.validation_error {
	display: none;
}

.validation_message {
	color: $color_siren;
	font-size: 0.875em;
	font-weight: 700;
	font-style: italic;
	line-height: 1em;
	margin: 10px 0 0 10px;
}

.gfield_required {
	color: $color_siren;
	position: absolute;
	top: 0; left: -15px;
}

.gform_confirmation_message {
	line-height: 1em;
	background: $color_my_sin;
	display: inline-block;
	zoom: 1; 
	*display: inline;
	padding: 10px;
}

.gform_footer {
	text-align: center;
}

.gform_footer img {
	margin: 0 0 0 10px;
}
*/
/********************************************************************************************* 

x. WP-Paginate

*********************************************************************************************/
.wp-paginate {
  margin: 0 !important;
  padding: 20px 0 0 0;
  list-style: none;
}

.wp-paginate li {
  margin: 0 5px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.wp-paginate a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  width: auto;
  height: 30px;
  background: #72243D;
  padding: 0 10px;
  display: block;
}

.wp-paginate a:hover {
  background: #642136;
}

.wp-paginate .current {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  width: auto;
  height: 30px;
  background: #72243D;
  padding: 0 10px;
  display: block;
}

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

x. Social Media

*********************************************************************************************/
.social-media {
  margin-left: 0;
  list-style: none;
  overflow: hidden;
}

.social-media {
  font-size: 1.85em;
  display: block;
}

.social-media i.icon {
  font-size: 0.85em;
  color: #54565B;
}

.social-media li {
  margin: 0 10px 0 0;
  float: left;
}

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

x. Footer

*********************************************************************************************/
#footer {
  color: #A8A8AA;
  font-size: 0.875em;
  background: #54565B;
  padding: 35px 0;
  position: relative;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  color: #F5B324;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

#footer .logo {
  width: 160px;
  height: auto;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  margin: 0 auto;
}

#footer p.small {
  font-size: 0.75em;
}

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

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
