/*
Theme Name: Recovery Reinvented v.3
Theme URI: http://flint-group.com
Description: Includes expanded events area
Author:
Author URI: http://flint-group.com
Version: 1.1
Tags:

License:
License URI:

General comments (optional).
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #404745;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height:auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.container {
  position: relative;
}
body,
html {
  overflow-x: hidden;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  color: #201f1f;
  letter-spacing: 2px;
}
.third{
  margin: -50px auto 60px;
  max-width: 400px;
}
.third h2 {
  font-size: 14px;
  margin-bottom: 16px;
}
.third p {
  font-size: 16px;
}
.third .icon {
  background: #7e878b url('') no-repeat 50% 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  height: 100px;
  width: 100px;
  margin: 20px auto 45px;
}
p {
  color: #201F1F;
  font-size: 18px;
}
a {
  font-weight: 700;
  color: #58b0d3;
}
a:hover {
  color: #283c46;
  text-decoration: none;
}
li {
  text-align: left;
}
#logo {
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 59px;
  width: 273px;
  text-indent: -9999px;
  text-align: left;
  display: block;
  margin: 20px 0 0 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
#header {
  position: relative;
}
#hero,
#breadcrumbs {
  position: relative;
}
#hero:before,
#breadcrumbs:before {
  content: ' ';
  display: block;
  background: url(img/header_shadow.png) no-repeat 50% -2px;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
#header nav {
  display: none;
  margin-bottom: 50px;
}
#header.active nav {
  display: block;
}
#header nav ul {
  padding: 0;
}
#header nav li {
  list-style-type: none;
}
#header nav a {
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  display: block;
  padding: 8px 20px;
}
#nav-toggle {
  height: 35px;
  width: 35px;
  position: absolute;
  top: 28px;
  right: 20px;
  display: block;
}
#nav-toggle div,
#nav-toggle div:before,
#nav-toggle div:after {
  content: ' ';
  display: block;
  height: 4px;
  width: 35px;
  background-color: #58b0d3;
  position: absolute;
  top: 0;
  left: 0;
}
#nav-toggle div:before {
  top: -8px;
}
#nav-toggle div:after {
  top: 8px;
}
/** Top Nav **/
header .top-menu { display: none; }

.main-slide {
  background: url('') no-repeat 50% 50% / cover;
  overflow: hidden;
}
.main-slide h1,
.slide h1 {
  color: #FFF;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  position: relative;
  margin: 0 auto 30px 0;
  text-transform: uppercase;
}
.main-slide .btn,
input[type="submit"],
.slide .btn {
  position: relative;
  z-index: 2;
  background-color: #58b0d3;
}
.main-slide .btn:hover,
.slide .btn:hover {
  color: #fff;
  background-color: #283c46;
}
.main-slide .btn:after,
input[type="submit"]:after,
.slide .btn:after {
  background-position: -13px -83px;
  position: relative;
  top: -2px;
}
.main-slide .container,
.slide .container {
  padding: 30px 15px;
}
.main-slide .container:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.down-arrow {
  display: block;
  height: 36px;
  width: 36px;
  background-color: #58b0d3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -18px;
  text-indent: -9999px;
  text-align: left;
  z-index: 10;
}
.down-arrow:before {
  content: ' ';
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: -26px -83px;
  height: 14px;
  width: 17px;
  display: block;
  position: absolute;
  top: 14px;
  left: 10px;
}
.down-arrow:hover {
  background-color: #283c46;
}
.grey-bg {
  background-color: #F7F7F5;
  padding: 60px 0;
}
.grey-bg h2 {
  margin-bottom: 26px;
}
.quote-box {
  background-color: #2E7DA1;
  color: #fff;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
}
.quote-img {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 50px auto 40px;
}

/* Livestream Modal */
a.btn.show-livestream:before{
	display: inline-block;
	content:'\f144';
	font-family: 'FontAwesome';
	margin-right:0.3em;
	vertical-align: middle;
	font-size: 2.4em;
	margin-top:-0.6em;
	margin-left:-0.2em;
	margin-bottom: -0.5em;
}
#livestream{
	position: fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index: 5000;
}
#livestream-screen{
	position: fixed;
	background: rgba(0,0,0,0.85);
	position: fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index: 5010;
}
#livestream-inner{
	position: absolute;
	top: 3%;
	left: 3%;
	right: 3%;
	max-height: 94%;
	overflow-y: auto;
	background: #FFF;
	padding:20px;
	z-index: 5010;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
#livestream figure{
	position: relative;
	width:100%;
	padding-top:56.4705%;
}
#livestream figure iframe{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height: 100%;
}
#livestream-nav ul{
	list-style: none;
	padding: 20px 0 0 0;
	margin:0;
	text-align: left;
}
#livestream-nav ul li{
	display: block;
	vertical-align: top;
	text-align: center;
	margin:0 0 0.4em 0;
}
#livestream-nav ul li:last-child{
	margin-bottom: 0;
}
#livestream-nav ul li a.btn{
	width: 100%;
	text-align: center;
}
#close-livestream a{
	display: inline-block;
	background-color: #666;
	color: #FFF;
	border: none;
	display: inline-block;
	padding: 10px 14px 8px 14px;
	font-size: 0.8em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	margin: 1.6em 0 0 0;
}
#close-livestream a:hover, #close-livestream a:active{
	background: #333;
	text-decoration: none;
}
#show-livestream{
	position: fixed;
	bottom:-37px;
	right:20px;
	z-index: 5030;
	height: 37px;
	transition: all 0.35s;
}
#show-livestream.show{
	bottom:-1px;
}
#show-livestream a{
	display: block;
	width:auto;
	padding: 10px 14px 8px 14px;
	color: #FFF;
	background: #58b0d3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: all 0.35s;
	font-size: 0.8em;
	text-transform: uppercase;
}
#show-livestream a:hover,
#show-livestream a:active{
	background: #283c46;
	padding-bottom: 12px;
	margin-top:-4px;
}

blockquote {
  color: #fff;
  border-width: 0;
  font-weight: 300;
}
blockquote p {
  font-size: 22px;
  color: #fff;
}
blockquote p.quote-source {
  font-size: 18px;
}
#main {
  position: relative;
}
#home-newsfeed{
    padding-top:2em;
    padding-bottom:7em;
}
.image-left {
  padding: 30px 0;
}
.image-left p {
  font-size: 16px;
}
.image-left h2 {
  font-size: 14px;
}
.image-left img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.read-more {
  font-size: 13px;
  text-transform: uppercase;
}
.image-left .arrow-link {
  margin-top: 10px;
}
#footer {
  background-color: #0D151F;
  padding: 30px 0;
}
#footer a {
  color: #fff;
  text-transform: uppercase;
}
#footer a:hover {
  text-decoration: underline;
}
#footer a.donate {
  text-decoration: none;
}
#footer ul {
  padding: 0;
}
#footer li {
  list-style-type: none;
  margin-bottom: 10px;
  text-align: center;
}
#footer .donate.btn {
  margin-top: 5px;
  background-color: #58B0D3;
}
#footer .donate.btn:hover {
  background-color: #283C46;
}
#social-links {
  margin: 40px 0 20px;
}
#social-links li {
  display: inline-block;
}
#social-links li a {
  color: grey;
  border: 3px solid grey;
  border-radius: 100%;
  font-size: 22px;
  width: 45px;
  height: 45px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#social-links li a:hover {
  color: white;
  border-color: white;
  text-decoration: none;
}
.social-icon {
  text-indent: -9999px;
  display: inline-block;
  text-align: left;
  height: 46px;
  width: 46px;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.fb-icon {
  background-position: -1px -181px;
}
.twitter-icon {
  background-position: -50px -181px;
}
.yt-icon {
  background-position: -102px -181px;
}

#footer .bottom-bar {
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid grey;
}
@media screen and (min-width: 992px) {
  #footer .bottom-bar {
    display: flex;
    align-items: flex-end;
  }
}

#footer .bottom-bar .nddhs-logo {
  height: 60px;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  #footer .bottom-bar .nddhs-logo {
    margin-right: 40px;
  }
}

#footer .bhd {
  max-width: 400px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  color: #929292;
  font-size: 85%;
}
@media screen and (min-width: 992px) {
  #footer .bhd {
    margin-right: 30px;
    margin-left: 0;
    margin-top: 0;
  }
}
#footer .bhd a {
  text-transform: none;
  color: lightGrey;
}
/*
#footer .bhd a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 130px;
  height: 80px;
  padding: 15px 0px;
  color: white;
  white-space: normal;
  margin-right: 20px;
}

#footer .bhd a:nth-child(1) {
  background-color: #0e4b7d;
}
#footer .bhd a:nth-child(2) {
  background-color: #5e7332;
}
#footer .bhd a:nth-child(3) {
  background-color: #9f233a;
  margin-right: 0;
}
*/

#footer .bottom-bar .notice {
  color: lightGrey;
  margin-top: 30px;
  font-size: 90%;
}
@media screen and (min-width: 992px) {
  #footer .bottom-bar .notice {
    margin-top: 0;
  }
}

.btn,
input[type="submit"] {
  background-color: #58b0d3;
  color: #FFF;
  border:none;
  display: inline-block;
  padding: 8px 30px 6px 10px;
  padding: 18px 24px;
  font-size: 0.8em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  margin:0.2em 0;
}
.btn:hover,
.btn:active,
.btn:focus,
input[type="submit"] {
    text-decoration: none;
    color: #FFF;
    background-color: #283c46;
}
.btn:after,
.arrow-link:after {
    /*
  content: ' ';
  display: inline-block;
  height: 10px;
  width: 10px;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: -2px -84px;
  position: relative;
  left: 14px;
  */
}
.btn-small{
    padding:6px 12px;
}
.btn-alt{
	background: transparent;
	color: #58b0d3;
	border:1px solid #58b0d3;
}
.btn-alt:hover, .btn-alt:active{
	background: transparent;
	color: #283c46;
	border-color: #283c46;
}
.arrow-link:hover:after {
  background-position: -78px -84px;
}
.arrow-link {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
.arrow-link:after {
  background-position: -48px -84px;
  left: 10px;
  top: -1px;
}
.arrow-link[target="_blank"]:after{
  background-position:-94px -83px;
  height:13px;
  width:18px;
}
.arrow-link[target="_blank"]:hover:after{
  background-position:-118px -82px;
}
#nddohs-logo {
  height: 63px;
  width: 144px;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -109px;
  text-indent: -9999px;
  text-align: left;
  display: inline-block;
  margin: 0 auto 30px;
}
#copyright {
  font-size: 14px;
}
#breadcrumbs {
  display: none;
}
.vidthumb {
  position: relative;
  height: 0px;
  padding-top: 56%;
  overflow: hidden;
  margin: 0 auto;
}
.vidthumb img {
  position: absolute;
  z-index: 1;
  top: -17%;
  left: 0;
  right: 0;
  min-width: 100%;
}
.vidthumb a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.vidthumb a:before {
  content: '\f04b';
  position: absolute;
  font-family: 'FontAwesome';
  z-index: 2;
  left: 50%;
  top: 50%;
  color: #00B2D5;
  width: 46px;
  height: 46px;
  line-height: 49px;
  text-align: center;
  font-size: 1.3em;
  margin-left: -23px;
  padding-left: 4px;
  margin-top: -23px;
  background: #FFF;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  opacity: 0.8;
  -o-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
}
.vidthumb a:hover:before {
  opacity: 1;
}
#videos {
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
}
figure.video h4 {
  font-size: 1em;
  margin: 0.4em 0 0 0;
}
figure.video p {
  font-size: 0.8em;
  margin: 0.4em 0 0 0;
}
#inside-page #main {
  text-align: left;
  padding-bottom: 70px;
}
#inside-page h1 {
  position: relative;
  padding-left: 25px;
  margin-bottom: 35px;
}
#inside-page h1:before {
  content: ' ';
  display: block;
  background-color: #58b0d3;
  width: 4px;
  height: 70%;
  position: absolute;
  top: 4px;
  left: 0;
}
#inside-page strong {
  font-weight: 700;
}
#inside-page h1,
#inside-page h2,
#inside-page h3 {
  font-size: 20px;
  font-weight: 900;
  color: #201F1F;
  text-transform: uppercase;
}
#inside-page h2 {
  margin-top: 60px;
  border-bottom: 1px solid #cecece;
  font-size: 20px;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 40px;
}
#inside-page h3 {
  font-size: 18px;
  margin-top: 50px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 120%;
}
#inside-page p{
    margin:1.3em 0;
    line-height: 160%;
}
#inside-page a {
  font-weight: 700;
}
#inside-page #main ul{
    /*list-style: none;*/
    margin:0.5em 0 1.5em 2em;
    padding:0;
}
#inside-page #main ul:not(.nav-tabs, .gform_fields) li{
    margin:0.5em 0;
    padding:0 0 0 10px;
    position: relative;
}
#inside-page #main ul:not(.nav-tabs, .gform_fields) li:before{
    content:'•';
    position: absolute;
    left:0;
    top:0;
    line-height: 150%;
}
#inside-page #main ul.capslist li{
    padding-left:0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 0.9em;
}
#inside-page #main ul.capslist li:before{ display: none; }
#inside-page a.capslink{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 0.9em;
}
/** External links and documents **/
#inside-page #main a[href^="http://"]:not([href*="recoveryreinvented.com"]):after,
#inside-page #main a[href^="https://"]:not([href*="recoveryreinvented.com"]):after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 5px;
}
#inside-page #main a[href$=".pdf"]:after,
#inside-page #main a[href$=".doc"]:after,
#inside-page #main a[href$=".docx"]:after {
  content: "\f15b";
  font-family: FontAwesome;
  padding-left: 5px;
}

div.double {
  border-top: 1px solid #cecece;
  margin-top: 40px;
}
hr {
  border-top-color: #cecece;
  margin: 30px auto;
  clear: both;
}
hr.extra-margin {
  margin: 40px 0;
}
#inside-page h2:after,
div.double:after {
  content: '';
  display: block;
  position: relative;
  top: 3px;
  border-top: 1px solid #cecece;
  margin-bottom: 50px;
}
#inside-page h2:after {
  position: absolute;
  bottom: -5px;
  top: auto;
  width: 100%;
  margin: 0;
}
#inside-page .arrow-link {
  letter-spacing: 2px;
}
#inside-page .arrow-link:after {
  left: 2px;
  top: 0px;
}
.responsive-video {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  max-width: 555px;
  margin-bottom: 18px;
}
.responsive-video iframe,
.responsive-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arrow-list p {
  margin-bottom: 7px;
  font-size: 13px;
}
.border-img {
  border: 1px solid #cecece;
  width: 100%;
  height: auto;
  max-width: 278px;
  margin-bottom: 30px;
}
.half.first {
  margin-bottom: 50px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 6px;
}
.half.first.no-border {
  border-width: 0;
  margin-bottom: 20px;
}
.video-half {
  padding-bottom: 5px;
}
#inside-page .half h3 {
  margin-top: 0;
}
#inside-page .half p {
  margin-bottom: 25px;
}
#inside-page .half.prev-padding {
  padding-bottom: 10px;
}
#inside-page .half .link-list {
  margin-bottom: 30px;
}
#inside-page .half .link-list p {
  margin-bottom: 10px;
}
.top-content p {
  max-width: 970px;
}
.third-boxes {
  clear: both;
  background-color: #E9E9E9;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding-bottom: 1px;
}
.third-boxes .third {
  margin: 30px auto;
  text-align: center;
  padding: 30px 15px 0;
  border-top: 1px solid #cecece;
}
.third-boxes .third.first {
  border-top-width: 0;
}
.third-boxes .third .icon {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  margin: auto;
  padding: 0;
  height: auto;
  width: 100%;
  max-width: 124px;
}
#inside-page .third-boxes .third h3 {
  margin-top: 20px;
}
.third-boxes:after {
  clear: both;
  display: block;
  content: ' ';
}
.third-boxes p {
  margin-bottom: 7px;
}
.half.first.no-border.special-margin {
  margin-bottom: 25px;
}
#inside-page .third-boxes h3 {
  text-align: center;
}
#inside-page .gfield_required{ color:#58b0d3; }
#inside-page #main ul.gform_fields{
    list-style: none;
    position: relative;
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin:0 -16px;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#inside-page ul.gform_fields > li{
    display: inline-block;
    *display: inline;
    float:none !important;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width: 100%;
    padding:0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#inside-page ul.gform_fields > li.fileupload{
    background: #F7F7F5;
    padding:16px;
    margin-left:16px;
    margin-right:16px;
    border-radius:5px;
    margin-bottom:16px;
}
#inside-page ul.gform_fields > li.fileupload .gfield_description{
    margin:0;
    padding-top:0.6em;
}
div#gform_wrapper_4{
  margin-top: 30px;
}
.gform_validation_container{ display: none !important; }

.gform_wrapper{
  margin-bottom: 40px;
}
.gform_wrapper:after {
  content: ' ';
  display: block;
  clear: both;
}
.gform_wrapper form {
  padding: 30px 0;
}
.gform_wrapper li {
  list-style-type: none;
}
.gform_wrapper ul {
  padding: 0;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #7e878b;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  margin-bottom: 30px;
}
.gform_wrapper select{
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAjUlEQVQokY3OMQrCMBSA4a/RwRPoGRQUz6Aigt62Di7W2VW9hPQILi6vUEoCzRbe+7+kquv6iRmO+Bp3Frjhl1Bhg0cMxsQNtpgknPHCcgQyj3iFD04JLQ49pCkg83igi3doUww75B0LQyQbQ+ottdhnkGIM08E3O+SOdSBKcQ7IIUpxCegj17hfcjH8AWANKnFBYlJNAAAAAElFTkSuQmCC');
	background-repeat:no-repeat;
	background-position:94% 55%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #7e878b;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 30px;
    -webkit-appearance:none;
	-moz-appearance:none;
}
.gform_wrapper label {
  color: #201f1f;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: block;
}
.gform_wrapper input[type="submit"] {
  text-align: center;
  border-width: 0;
  font-size: 14px;
  padding: 20px 40px 17px 40px;
  font-weight: 900;
  clear: both;
  float: left;
  background: #58b0d3;
  /* background: #58b0d3 url(img/submit_arrow.png) no-repeat 85% 23px; */
}
.gform_wrapper input[type="submit"]:hover {
  background-color: #283c46;
}
.gform_wrapper textarea {
  height: 140px;
}
.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper .validation_error {
  padding: 0 0 20px;
  color: orange;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select{
  border-color: orange;
}
.gform_wrapper .gfield_error label {
  color: orange;
}
.gform_wrapper .gfield_radio li{
    display: inline-block;
}
.gform_wrapper .gfield_radio li input{
    display: inline-block;
    margin-right:0.6em;
    position: relative;
}
.gform_wrapper .gfield_radio li label{
    display: inline-block;
    margin-right:1.5em;
}
.gform_wrapper .gfield_description{
    position: relative;
    margin-top:-25px;
    font-size: 12px;
    margin-bottom: 20px;
}
.gform_wrapper .ginput_container_consent{
    padding-left:25px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-top:12px;
}
.ginput_container_consent input[type="checkbox"]{
    position: absolute;
    left:0;
    top:0.1em;
}
.gform_wrapper .gfield_consent_description{
    padding-left:25px;
    margin-top:0;
    padding-bottom: 15px;
}

.required {
  clear: left;
  float: left;
  margin-top: 20px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
#field_2_5{clear:both;}
.validation_message{
    margin:-25px 0 25px;
    font-size: 0.8em;
}
#ui-datepicker-div{
    background: #FFF;
    padding:0.6em;
    border:2px solid #7e878b;
    min-width: 250px;
    border-radius: 5px;
    margin-top:5px;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.25);
}
#ui-datepicker-div a{
    font-weight: normal;
    cursor:pointer;
}
.ui-datepicker-prev, .ui-datepicker-next{
    display: block;
    float:left;
    width:50%;
    text-align: left;
    padding-bottom:0.6em;
}
.ui-datepicker-header{
    overflow: hidden;
}
.ui-datepicker-month, .ui-datepicker-year{
    float:left;
    width:50%;
}
.ui-datepicker-next{ text-align: right; }
table.ui-datepicker-calendar{
    width:100%;
    margin-top:0.5em;
}
#peel{
  margin: 40px 0 50px;
  padding: 20px 0 30px;
  border-top: 1px double #cecece;
  border-bottom: 1px double #cecece;
  position: relative;
}
#peel:before,
#peel:after{
  content:' ';
  display: block;
  height: 1px;
  width:100%;
  position:absolute;
  left:0;
  top:-5px;
  background-color:#cecece;
}
#peel:after{top: auto;bottom: -5px;}
#video-half-list .video-row{clear:both;}
.vid-contain {
  margin-bottom: 50px;
}
#video-half-li #inside-page h3{margin-top: 47px;margin-bottom: 10px;}
@media screen and (min-width: 768px) {
    #inside-page h1 {
    font-size: 36px;
    margin-top: 45px;
    }
    #inside-page h1:before {
    height: 85%;
    }
    .responsive-video {
    padding: 0;
    height: 310px;
    }
    .responsive-video.adjust-height {
    height: 295px;
    }
    #inside-page .third-boxes .third {
    border-width: 0;
    padding: 0 15px;
    }
    #inside-page .third-boxes .third p {
    text-align: left;
    }
    #inside-page .third-boxes .third.borders {
    border-width: 0;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    }
    .gform_wrapper {
    max-width: 66.666%;
    }
    #inside-page ul.gform_fields > li{ width:50%; }
    #inside-page ul.gform_fields > li.full{ width: 100%; }
    .gform_wrapper li.full:after {
    content: "";
    clear: both;
    display: table;
    }
    /*
    .gform_wrapper li:nth-child(even) {
        position: relative;
        left: 6%;
    }
    */
    .gform_wrapper li#field_2_5 {
    float: none;
    width: 100%;
    position: static;
    }
    .vid-contain{
    float: left;
    width: 50%;
    }
    #video-half-list .video-row .vid-contain{
    padding-left:30px;
    }
    #video-half-list .video-row .vid-contain:first-child{
    padding-left: 0;
    padding-right: 30px;
    }
}
@media screen and (min-width: 930px) {
  #inside-page h2 {
    clear: both;
  }
  #inside-page p.phone {
    margin-bottom: 0;
  }
  .half {
    float: left;
    width: 50%;
    padding: 0 0 0 45px;
  }
  .half.first {
    border-width: 0;
    padding: 0 45px 0 0;
    margin-bottom: 0;
  }
  .mid-border {
    position: relative;
    clear: both;
    overflow: hidden;
  }
  .mid-border:before {
    content: ' ';
	display:block;
    height: 100%;
    width: 1px;
    background-color: #cecece;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
  }
  .page-template-treatment .mid-border:before{display:none;}
  .mid-border:after {
    content: ' ';
    display: block;
    clear: both;
  }
  #inside-page .mid-border .half p:last-child,
  #inside-page .half .link-list p:last-child,
  #inside-page .half .link-list {
    margin-bottom: 0;
  }
  .mid-border {
    margin-bottom: 30px;
  }
  #inside-page .half.prev-padding {
    padding: 110px 0 0 10px;
  }
  #inside-page .third-boxes .third {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  #inside-page .third-boxes .third {
    padding: 0 60px;
  }
}
.posts, .posts-v3{
  padding-top: 50px;
  border-top: 1px solid #CECECE;
}
.posts .size-full {
  /* width: 100%; */
  height: auto;
}
.single .posts {
  border-top-width: 0;
  padding-top: 30px;
}
.single .posts article {
  margin-bottom: 0;
}
#inside-page.single #main {
  padding-bottom: 20px;
}
.info {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#inside-page .blog-overview p.info,
#inside-page.single p.info {
  font-size: 13px;
  margin-bottom: 0;
}
#inside-page .blog-overview .info > a,
#inside-page .blog-listing .info > a{margin-right: 10px;}
.date:after {
  content: '/';
  margin: 0 10px;
  color: #7e878b;
}
.no-after.date:after {
  display: none;
}
.info a {
  font-size: 13px;
}
.blog-thumb {
  width: 100%;
  max-width: 340px;
  height: auto;
}
.blog-full {
  width: 100%;
  height: auto;
}
.blog-overview {
  padding: 30px 0 50px;
}

/* Left Nav */
#inside-nav{
    padding-top:40px;
}
#inside-nav ul{
    list-style: none;
    margin:0;
    padding:0;
}
#main #inside-nav ul li{
    margin:0;
    padding:0.7em 0;
}
#inside-nav ul li:before{ display: none; }
#inside-nav ul li a{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left:15px;
    border-left:3px solid transparent;
    line-height: 115%;
}
#inside-nav ul li a:hover,
#inside-nav ul li a:active,
#inside-nav ul li.current_page_item a{
    color:#000;
    border-color:#58b0d3;
}

#inside-page .blog-overview h3 {
  margin-top: 20px;
}
#inside-page .blog-overview p {
  font-size: 16px;
}
#inside-page .blog-overview .read-more {
  font-size: 13px;
}
aside.blog-sidebar {
  background-color: #F7F7F5;
  border: 1px solid #cecece;
  padding: 27px 30px 0;
}
aside.blog-sidebar ul {
  padding: 0;
  margin: 0;
}
aside.blog-sidebar li {
  list-style-type: none;
  margin-bottom: 27px;
}
aside.blog-sidebar li a {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
aside.media-sidebar {
  background-color: #F7F7F5;
  border: 1px solid #cecece;
  padding: 27px 30px 0;
}
#inside-page aside.blog-sidebar h3 {
  font-size: 13px;
  margin: 0 0 22px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 27px;
}
.prev,
.next {
  position: relative;
  padding: 6px 10px 3px;
  width: 29px;
}
.prev:before,
.next:before {
  content: ' ';
  display: inline-block;
  height: 12px;
  width: 7px;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: -48px -83px;
  position: absolute;
  top: 9px;
  left: 11px;
}
.prev.disabled:before,
.next.disabled:before {
  background-position: -61px -83px;
}
.prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#pagination {
  text-align: center;
  border-top: 1px solid #CECECE;
  padding: 40px 0;
}
#pagination ul {
  margin: auto;
}
#pagination span {
  display: inline-block;
  list-style-type: none;
  margin: 0 2px;
}
#pagination a,
#pagination .current {
  font-size: 14px;
  display: inline-block;
  padding: 6px 10px 3px;
}
#pagination .current,
#pagination a:hover {
  background-color: #58b0d3;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#pagination a.prev:hover:before,
#pagination a.next:hover:before {
  background-position: -12px -83px;
}
#pagination a.prev.disabled:hover,
#pagination a.next.disabled:hover {
  background-color: transparent;
  cursor: default;
}
#pagination a.prev.disabled:hover:before,
#pagination a.next.disabled:hover:before {
  background-position: -61px -83px;
}
#inside-page.single p,
.blog-full {
  margin-bottom: 10px;
  font-size: 16px;
}
#inside-page.single .info {
  margin-bottom: 0;
}
#inside-page.single h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.single .responsive-video {
  margin: -10px 0 30px;
}
.return {
  border-top: 1px solid #CECECE;
  padding-top: 40px;
  margin-top: 50px;
}
.return .arrow-link {
  padding: 0 0 0 20px;
  position: relative;
}
#inside-page .return .arrow-link:after {
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#hero a.btn{
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#hero.slider .slide{height:300px;overflow: hidden;}
#hero.slider .slide.centered{
  text-align: center;
}
#hero.slider .slide.centered h1{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#hero.slider .slide.right{
  text-align: right;
}
#hero.slider .slide.right h1{
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.live-video-btn{
  position: relative;
  margin: 10px auto;
}

/* == Custom Events Tabs, 8/18, MGS == */
.gridrow{
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-left:-20px;
    margin-right:-20px;

}
.griditem{
    width:100%;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    display: inline-block;
    zoom: 1;
    padding-left:20px;
    padding-right:20px;
}
.spacedcols{
    margin-left:-40px;
    margin-right:-40px;
}
.spacedcols > *{
    padding-left:40px;
    padding-right:40px;
}

figure.video-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin:3em 0;
}
figure.video-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#eventheader img{
    max-width: 100%;
}
#event-tabs{
    width:100%;
    margin-top:1em;
}
#event-tabs ul{
    list-style: none;
    margin:0;
    padding: 0;
}
#event-tabs ul li{
    margin:0;
    padding:0;
}
#event-tabs ul li a{
    display: block;
    position: relative;
    text-transform: uppercase;
    padding:0.5em 1em;
    font-size: 15px;
    outline: 0;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

#event-tabs ul li a:hover{
    text-decoration: none;
}
#event-tabs ul li.active a{
    color:#283c46;
    text-decoration: none;
}
#event-tabs ul li.active a:before{
    content: '';
    display: block;
    background-color:transparent;
    width: 4px;
    height: 15px;
    margin-top:-8px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
#event-tabs ul li.active a:before{
    background-color: #58b0d3;
}
#tabcontent-container{
    position: relative;
    min-height: 600px;
    padding-top:2em;
    padding-bottom:4em;
}
#tabcontent-container > div > h2:first-child,
#tabcontent-container > div > h1:first-child{
    margin-top:0;
}
.tab-content{
    position: absolute;
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	overflow: hidden;
	opacity:0;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	max-width: 0px;
    max-height: 0px;
	margin-left:-1px;
}
.tab-content.active{
    position: relative;
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	max-width: 999999px;
    max-height:999999px;
}
.speaker{
    margin:3em 0;
}
.speaker img{
    max-width: 100%;
    height: auto;
}
#inside-page.single .speaker .bio p{
    font-size: 0.9em;
    margin:0 0 0.5em 0;
    line-height: 160%;
}
#inside-page.single .speaker h3{
    margin-top:0em;
    margin-bottom: 0.3em;
}
.sponsorcat{ text-align: center; }
#inside-page .sponsorcat h2{
    margin-bottom:10px;
}
.sponsoritems{
    margin-bottom:3em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.sponsorlogo{
    margin:1em 0;
}
.sponsorlogo a:after{
	display: none !important;
}
.sponsorlogo img{
    max-width: 100%;
}

/* == First Lady Additions, 2/19, MGS == */
.video-thumb{
    position: relative;
    overflow: hidden;
    padding-bottom:56.25%;
    background: #000;
}
.video-thumb a{
    display: block;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}
.video-thumb a:after{
    position: absolute;
    color:#FFF;
    content:'\f04b';
    font-family: 'FontAwesome';
    font-size: 3rem;
    line-height: 100%;
    z-index: 2;
    width:3rem;
    height:3rem;
    left:50%;
    top:50%;
    margin-left:-1.5rem;
    margin-top:-1.5rem;
    opacity: 0.8;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
.video-thumb a:hover:after{
    opacity: 1;
}
.video-thumb img{
    width: 100%;
    margin-top: auto;
    margin-bottom:auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    opacity: 0.9;
    z-index: 1;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
.video-thumb a:hover img{
    opacity: 1;
}
#news-cats{
    padding:20px;
    border:1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#news-cats h3{
    margin-top:0;
    font-size: 14px;
}
#news-cats ul{
    list-style: none;
    margin:0;
    padding:0.7em 0 0 0;
    border-top:1px solid #cecece;
}
#main #news-cats ul li{ padding-left:0; }
#news-cats ul li:before{ display: none; }
#news-cats ul li a{
    display: block;
    font-size: 14px;
    padding:12px 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#news-cats ul li.current-cat a{
    color:#000;
}
#news-cats ul li:last-child a{ padding-bottom:0; }
#twitter-container{
    padding:20px 20px;
	margin-top: 60px !important;
    border:1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
select#showcat{
    border:2px solid #7e878b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:12px;
    margin:-0.7em 0 1em 0;
    background-image:url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
	background-repeat:no-repeat;
	background-position:98% center;
	-webkit-appearance:none;
	-moz-appearance:none;
}
#inside-page .gallery-item{
    margin-bottom: 3em;
}
#inside-page .gallery-item h3{
    font-size: 14px;
    margin:1em 0 0.8em 0;
    letter-spacing: 0.1em;
}
#inside-page .gallery-item p{
    font-size: 11px;
    text-transform: uppercase;
}
#inside-page .gallery-video h3{ margin-bottom:0; }
a.vid-download{ font-weight: normal !important; }
a.vid-download:before{
    content:'\f019';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right:0.6em;
    font-weight: normal !important;
}
#inside-page p.vid-duration{ margin:0; }
#inside-page .gallery-video button{
    margin:1em 0 0 0;
    letter-spacing: 0.05em;
}
#inside-page .gallery-video button:before{
    content:'\f0ea';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right:0.6em;
}
#inside-page .gallery-video button.copied:before{
    content:'\f00c';
}
img.alignnone{
    display: block;
    /* width: 100%; */
    margin-bottom: 2em;
}
.blog-thumb{
    display: block;
    margin-top:3.2em;
}
.blog-thumb-event{
    margin-top:0;
}

/* == Event Accordion Sections/Video Upload, 8/19, MGS == */
#video-form{
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
#video-form.open{
    max-height: 4000px;
    opacity: 1;
    padding-top:40px;
}
#inside-page.single #video-form > h3{
    margin:0  0 -15px 0;
}
#video-form .gform_wrapper{
    max-width: none;
}
.inv-accordion{
    padding:5px 15px;
    background: #F7F7F5;
    border-radius: 5px;
}
.inv-accordion .accord-content{
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    padding:0;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.accord-content .gridrow{
    padding:0 0 30px 0;
}
.inv-accordion section{
    margin:15px 0;
}
.inv-accordion section.expanded .accord-content{
    max-height: 4500px;
    opacity: 1;
    padding:30px 15px;
    background:#FFF;
    margin-top:-4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    z-index: 2;
}
.inv-accordion .accord-content h3,
#inside-page .inv-accordion .accord-content h3 {
  margin-top: 20px;
}
.accord-head{
    background:#E9E9E9;
    border-radius: 5px;
    overflow: hidden;
}
#inside-page .accord-head h3{
    color:#201F1F;
    display: block;
    cursor: pointer;
    padding:15px 50px 15px 15px;
    margin:0;
    position: relative;
    z-index: 1;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
#inside-page section.expanded .accord-head h3{
    padding-bottom:19px;
}
#inside-page .accord-head h3:hover,
#inside-page section.expanded .accord-head h3{
    background: #283c46;
    color:#FFF;
}
#inside-page .accord-head h3:after{
    content:'+';
    position: absolute;
    right:12px;
    top:14px;
    font-size: 34px;
    font-weight: normal;
}
#inside-page section.expanded .accord-head h3:after{
    content:'\2013';
}
#inside-page.single p.required-msg{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
#inside-page.single p.required-msg span{ color:#58b0d3; }
#inside-page #main .accord-content > ul, #inside-page #main .griditem > ul{
    padding:0;
    margin:0.6em 0;
}
#inside-page #main .accord-content > ul li, #inside-page #main .griditem > ul li{
    position: relative;
    padding-left:13px;
    margin:0.5em 0;
}
#inside-page #main .accord-content .griditem > ul li{
  margin-left: 22px;
  padding-left: 0px;
}
#inside-page #main .accord-content > ul li:before, #inside-page #main .griditem > ul li:before{
  /* content:'-';
  position: absolute;
  left:0;
  top:0; */
}
#inside-page #main ul:not(.nav-tabs, .gform_fields) li::before{
  content: ' ';
}

#inside-page #main .accord-content p{
    margin:0 0 0.7em 0;
}
#inside-page #main .accord-content > :last-child{ margin-bottom:0; }


@media screen and (max-width: 929px){
    .hidemobile{ display: none !important; }
    /* content swapping for mobile */
	.flex-flip{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-webkit-flex-flow: column;
		-ms-flex-direction: column;
		flex-direction: column;
		flex-flow: column;
	}
	.flex-flip > :first-child {
		width: auto !important;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		-moz-box-flex: 2;
	}
	.flex-flip > :last-child {
		width: auto !important;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		-moz-box-flex: 1;
	}
}
@media screen and (min-width: 930px) {
    .hidedesktop{ display: none !important; }
    .posts {
        float: left;
        width: 64%;
        margin-right: 9%;
    }
    .posts h3 {
        padding-right: 60px;
    }
    .blog-sidebar {
        float: left;
        width: 27%;
    }
    .blog-thumb,
    .blog-overview {
        float: left;
    }
    .blog-thumb {
        width: 44%;
    }
    .blog-overview {
        width: 51%;
        margin-left: 5%;
        padding-bottom: 50px;
    }
    .posts article {
        clear: both;
        margin-bottom: 40px;
    }
    .posts article:after {
        clear: both;
        content: ' ';
        display: block;
    }
}
@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 30px;
    max-width: 1200px;
  }
  .main-slide .container:before {
    display: none;
  }
  .slide .container{padding-left: 55px;padding-right: 55px;}
  .btn,
  input[type="submit"] {
    letter-spacing: 2px;
  }
  #hero a.btn {
    font-size: 14px;
    padding: 19px 31px 18px 24px;
	margin-left: 0;
  }
  #hero {
    text-align: left;
    max-width: 1300px;
    margin: auto;
  }
  #hero.slider .slide{height:400px;}
  #hero .main-slide {
    padding: 100px 0;
  }
  #hero .slide h1 {
    width: 50%;
    margin-left: 0;
  }
  .live-video-btn{
    margin: 40px auto 10px;
  }
  .third {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
  }
  .third.first {
    padding: 0 15px 0 0;
  }
  .third.last {
    padding: 0 0 0 15px;
  }
  .image-left .container {
    position: relative;
    text-align: left;
    padding-left: 410px;
    min-height: 270px;
    max-width: 830px;
  }
  .image-left > .container > a > img {
    position: absolute;
    top: 0;
    left: 30px;
    width: 340px;
    max-width: 340px;
    height: auto;
  }
  .image-left h2 {
    width: 240px;
    margin-top: 40px;
  }
  .image-left .arrow-link {
    letter-spacing: 2px;
  }
  #footer {
    text-align: left;
  }
  #footer-links li {
    margin-right: 40px;
    display: inline-block;
  }
  #footer-links li a {
    font-size: 14px;
  }
  #footer-links .btn {
    font-size: 13px;
    padding: 10px 25px 7px 13px;
  }
  #social-links {
    position: absolute;
    top: 0px;
    right: 30px;
    margin: 0;
  }
  #nddohs-logo {
    float: left;
  }
  #copyright {
    float: left;
    margin: 24px 0 0 40px;
  }
  #breadcrumbs {
    display: block;
    background-color: #F7F7F5;
    text-align: left;
    padding: 28px 0;
  }
  #breadcrumbs a,
  #breadcrumbs span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
  }
  #breadcrumbs span {
    color: #7E878B;
    font-weight: 700;
  }
  #breadcrumbs a:after {
    content: '/';
    color: #7E878B;
    font-weight: 700;
    font-size: 12px;
    margin: 0 6px 0 10px;
  }
}
@media screen and (min-width: 930px) {
    #nav-toggle {
    display: none;
    }
    #header nav {
    display: block;
    }
    #header nav ul {
        text-align: center;
        position: absolute;
        right:0;
        left:0;
    }
    #header nav > ul > li {
        display: inline-block;
        vertical-align: top;
    }
    #header nav > ul > li > a {
        border-width: 0;
        padding: 8px 0 7px;
        margin: 0 15px;
        font-size: 14px;
    }
    /*#header nav a:hover,*/

    #header nav .menu > li.current-page-parent > a,
    #header nav li.current-menu-item > a,
    .blog #header nav .menu > li.current_page_parent > a{
      color: #283c46;
    }
    #header ul a.btn.donate {
	    border-width: 0;
	    top: 17px;
	    right: 30px;
	    padding: 10px 13px 7px 13px;
    }
    #header a.btn.donate:hover {
    	color: #fff;
    }

    /** Dropdown styles **/
    #header nav ul ul {
        display: none;
    }
    #header nav ul li:hover > ul {
        display: block;
    }
    #header nav ul ul {
      display: none;
      position: absolute;
      top: 3em;
      left: 0;
      z-index: 99999;
      width: 220px;
      background: #fff;
      box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    }
    #header nav li {
      position: relative;
    }
    #header nav ul ul li a {
      font-size: 13px;
      border-bottom: none;
    }

    /** Top Nav **/
    header .top-menu {
      display: block;
      float: right;
      list-style-type: none;
      margin: 20px 0 0;
    }
    header .top-menu li {
      display: inline-block;
      margin-left: 25px;
      text-transform: uppercase;
      font-size: 14px;
    }
    header .top-menu .search-icon {
      cursor: pointer;
      color: #58b0d3;
    }
    header .top-menu .form-holder {
      display: none;
    }
    header .top-menu .search-submit {
      padding: 6px 24px;
    }

    #hero .container {
    padding: 120px 30px;
    }
    #hero.slider .slide{height: 500px;}
    #hero.slider .container {padding-bottom: 20px;}
    .quote-img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    }
    .quote-box {
    padding: 0;
    }
    .quote-box .container {
    height: 390px;
    padding: 120px 15px 10px 555px;
    width: 100%;
    max-width: 1300px;
    }
    blockquote {
    padding: 0;
    margin: 0;
    text-align: left;
    }
    .third h2 {
    max-width: 210px;
    margin: 0 auto 16px;
    }
    .third p {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    }

    /* == Custom Events Tabs, 8/18, MGS == */
    #event-tabs{
        padding:3em 0;
    }
    #event-tabs ul li{}
    #event-tabs ul li a{
        padding:1em;
    }
    #tabcontent-container{
        padding-top:4em;
        padding-bottom:4em;
    }
    .grid-1-4{ width:25%; }
    .grid-1-3{ width:33.3333%; }
    .grid-2-3{ width:66.6666%; }
    .grid-3-4{ width:75%; }
    .grid-1-2{ width:50%; }
    .sponsorcat{ text-align: left; }


}
@media screen and (min-width: 1100px) {
	#hero h1 {
	max-width: 490px;
	}
	/*
	#logo {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	margin-top: 35px;
	}
	*/
	#header nav {
	margin:0;
	height:55px;
	border-top:1px solid #efefef;
	}
	#header nav ul {
	top: 80px;
	}
	#header nav > ul > li > a{
	  height:55px;
	  padding-top:0;
	  padding-bottom:0;
	  line-height: 55px;
	}
	#header nav .btn.donate {
	padding: 8px 25px 6px 12px;
	font-size: 13px;
	top: 17px;
	}
	#hero .main-slide {
	padding: 0 0 195px;
	}
	#hero.slider .slide{height: 600px;}
	#hero .main-slide h1,
	#hero .slide h1 {
	margin-bottom: 50px;
	margin-left: 0;
	}

	#livestream-inner{
		width: 1050px;
		left: 50%;
		margin-left:-525px;
		right: auto;
	}
	#livestream-nav ul li{
		display: inline-block;
		margin-right: 0.6em;
	}
	#livestream-nav ul li a.btn{ margin-bottom:0; }
	#close-livestream{
		/*
		position: absolute;
		right: 20px;
		margin: 0;
		bottom: 36px;
		*/
	}
	#close-livestream a{
		margin:0;
	}

	.grey-bg {
	padding: 60px 0 130px;
	}
	.grey-bg .container {
	max-width: 680px;
	}
	.arrow-link {
	letter-spacing: 2px;
	}
	#tabcontent-container{
	  padding-right:5em;
	}
}
@media screen and (min-width: 1200px) {
    #header nav > ul > li > a {
      padding-left:12px;
      padding-right:12px;
    }
    #header nav > ul > li:first-child a{ margin-left:0; padding-left:0; }
    #header nav > ul > li:last-child a{ margin-right:0; padding-right:0; }
}
@media screen and (min-width: 1400px){
	#livestream-inner{
		width: 1200px;
		margin-left:-600px;
	}
}

/* ==================================================================== */
/* MAGNIFIC POPUP ----------------------------------------------------- */
/* ==================================================================== */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none!important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  background: transparent;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  position: absolute;
  display: block;
  top: -40px;
  right: 0;
  margin: 0;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
button.mfp-close {
  font-size: 2.4em;
  right: 0 !important;
}
.live-video-btn a{display: block;}
.slide .live-video-btn a:hover {opacity:0.8;}
.live-video-btn img{max-width:208px;height: auto;}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  background-size:cover;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
        @font-face {
            font-family: 'slick';
            font-weight: normal;
            font-style: normal;
            src: url('@{slick-font-path}slick.eot');
            src: url('@{slick-font-path}slick.eot?#iefix') format('embedded-opentype'), url('@{slick-font-path}slick.woff') format('woff'), url('@{slick-font-path}slick.ttf') format('truetype'), url('@{slick-font-path}slick.svg#slick') format('svg');
        }
        */
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.remove-dots .slick-dots {display: none !important;}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-dots {
  bottom: 10px;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  border: 3px solid #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 3px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background-color: #58b0d3;
  border: 4px solid #58b0d3;
}
.slick-prev {
  left: 10px;
  z-index: 100;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top:-38px;
}
.slick-next {
  right: 10px;
}
.slick-prev,
.slick-next {
    height: 68px;
    width: 35px;
    background-image: url(img/arrows.png);
    background-repeat: no-repeat;
    background-position: -37px 0;
    opacity:0.4;
    display: none !important;
}
@media screen and (min-width: 768px){
  .slick-prev,
  .slick-next {
    display: inline-block !important;
  }
}
.slick-prev:hover,
.slick-next:hover{
  opacity:1;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}
.slick-prev:before,
.slick-next:before {
  content: ' ';
}

/* EDIT TO FIX BULLETS - 9/16/21 */
#inside-page #main ul:not(.nav-tabs, .gform_fields) li::before{
      content: "•";
}
#inside-page #main ul:not(.nav-tabs, .gform_fields) li::marker{
      content: " ";
}
