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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}


b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

*,
*: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: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2da5b3;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #11737e;
  text-decoration: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 7px;
}

.img-thumbnail, .gallery-item .gallery-icon img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  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,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 44px;
}

h2,
.h2 {
  font-size: 35px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-md-"] {
  display: table-column;
  float: none;
}

table td[class*="col-md-"],
table th[class*="col-md-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 7px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #0c4f57;
  border-color: #0c4f57;
  border-radius: 7px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #00ff48;
  background-color: #0c4f57;
  border-color: #0c4f57;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-danger {
  color: #ffffff;
  background-color: #0C4F57;
  border-color: #0C4F57;
  border-radius: 7px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #00ff48;
  background-color: #0C4F57;
  border-color: #0C4F57;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #00ff48;
  background-color: Transparent;
  border: 2px solid #00ff48;
  border-radius: 7px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color:#00ff48;
  background-color: rgba(0, 255, 72, 0.2);
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 7px;
}

.btn-comments{
  padding: 10px 96px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 4px;
	margin-bottom:40px;
}

.comments-loading{
	padding-top:10px;
	margin-bottom:50px;
	font-size:18px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 180px;
	text-align:center;
	padding-inline-start:0px;
  font-size: 14px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #ccc;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover {
  color: #00ff48;
  text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #428bca;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  border-bottom: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-toggle {
  position: absolute;
  float: left;
  padding: 9px 10px;
  margin-top: 24px;
  margin-left: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin: 7.5px -15px;
	text-align:center;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
	font-size:15px;
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 7px;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-inverse {
  background-color: #29767f;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #aaaaaa;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  font-family: helvetica neue,Helvetica,sans-serif;
	font-weight:bold;
  opacity:1;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color:#00ff48;
  background-color:transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #aaaaaa;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: rgba(0, 0, 0, 0.5);
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ccc;
  border-bottom-color: #ccc;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-svg {
	fill: white;
	display: block;
}

.navbar-svg:hover{
	fill: #00ff48;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.jumbotron {
  padding: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 7px;
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 7px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}

figcaption {
	font-size:12px;
	text-align:center;
}

@-ms-viewport {
  width: device-width;
}

* {
  word-wrap: break-word;
  outline: none;
}

body {
  -moz-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  background: #0c4f57;
  font-size: 16px;
  left: 0;
}
body.basic {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6 {
  color: #555;
  font-family: helvetica neue,Helvetica,sans-serif;
  font-weight: normal;
}
.basic h1 a, .basic h2 a, .basic h3 a, .basic h4 a, .basic h5 a, .basic h6 a {
  color: #555;
}

pre {
  margin: 1em 0;
}

.alert {
  font-size: 14px;
}

blockquote {
  border-left-color: #ccc;
}

img {
  max-width: 100%;
  height: auto;
}

.image-anchor {
  display: block;
}

table {
  width: 100%;
  background: #fff;
}
table td, table th {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
}
table th {
  background: #eee;
  font-weight: bold;
}
table caption {
  padding: 1em 0;
  text-align: center;
}

dt {
  font-weight: bold;
}

dd {
  line-height: 1.4;
  margin: 4px 0 0;
  padding: 0 0 .5em 0;
}

input, textarea {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #bbb;
  font-size: 14px;
  color: #555;
}

/* =Assistive Text
-------------------------------------------------------------- */
.screen-reader-text,
.remove {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* =Header
-------------------------------------------------------------- */
#site-description {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}

#header-img {
  display: block;
}

/* =Main Navigation
-------------------------------------------------------------- */
.admin-bar .navbar-fixed-top {
  top: 28px;
}

.navbar-brand {
  max-width: 260px;
  line-height: 1;
}
.navbar-brand:hover small {
  color: #aaa;
}
.navbar-brand small {
  font-size: 13px;
  color: #777;
  font-weight: normal;
}

/* =Jumbotron
-------------------------------------------------------------- */
.jumbotron {
  color: #222;
}

.home-jumbotron {
  position: relative;
  text-align: center;
  background-color: transparent;
}
.home-jumbotron h1 {
  font-size: 96px;
}

.home-jumbotron .lead {
  z-index: 20;
  position: relative;
  font-size: 24px;
}

.home-jumbotron .middle-circle {
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  background: #0b3b41;
  font-size: 60px;
  height: 120px;
  width: 120px;
  line-height: 140px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -90px;
  z-index: 10;
}
.basic .home-jumbotron .middle-circle {
  color: #d9534f;
}

/* =Home Widgets
-------------------------------------------------------------- */
#home-page-widgets {
  padding: 80px 0 20px;
  color: #fff;
}

.basic #home-page-widgets {
  background: #d9534f;
}

.home-widget {
  margin: 0 0 30px;
  text-align: center;
}
.home-widget img {
  margin-top: 0;
}

.home-widget-title {
  color: #fff !important;
  margin: 10px 0 5px;
  font-size: 28px;
}
.home-widget-title a {
  color: #fff !important;
  text-decoration: none;
}

.bavotasan_custom_text_widget i {
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-size: 80px;
  line-height: 130px;
  width: 130px;
  height: 130px;
  margin: 0 auto 30px;
  display: block;
  border: 3px solid #fff;
}

/* =Main elements
-------------------------------------------------------------- */
#page {
  background: #f7f7f7;
}
.boxed #page {
  margin-left: auto;
  margin-right: auto;
}

#primary.centered {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

#comment-block.centered {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
	max-width:900px;
}

.home-top {
  background: #0C4F57;
}

/* =Article
-------------------------------------------------------------- */
article {
  margin: 0;
}
body.page article {
  padding-bottom: 30px;
}
article:nth-child(even) {
  background: white;
}
.boxed.archive #primary article, .boxed.search #primary article {
  margin: 0 -15px;
}
article .time {
  color: inherit;
}

.entry-title {
  margin: 0;
	font-size:40px;
	color:#fff!important;
}

body.page .entry-title {
  margin-bottom: 20px;
}
.entry-title a:hover {
  text-decoration: none;
  color: #000;
}
.entry-title a:hover .text-muted {
  color: #777;
}
.basic .entry-title, .basic .entry-title a {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.entry-meta {
  font-size: 14px;
  line-height: 1;
  margin: 10px 0px 0px;
}
.single .entry-meta {
  margin-bottom: 20px;
}

.basic .entry-meta, .basic .entry-meta a {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.post-header a {
	color:#7ecfd7;
}

.post-header a:hover{
	color:#3aaebb;
}

.post-category,
.post-format {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 3px;
}
.post-category i,
.post-format i {
  margin-right: 5px;
  opacity: 0.9;
}
.basic .post-category, .basic .post-category a, .basic
.post-format, .basic
.post-format a {
  font-family: helvetica neue,Helvetica,sans-serif;
  font-weight: 300;
}

.post-format {
  text-align: left;
}

.entry-content {
  position: relative;
  font-size: 21px;
  line-height: 1.7;
}

.more-link-p,
footer.entry {
  clear: both;
}

.edit-link {
  margin: 1em 0;
}

.more-link-p {
  margin: 2em 0 1em;
}

.pullquote {
  -moz-box-shadow: 0 1px 0 #eeeeee, inset 0 1px 0 #eeeeee;
  -webkit-box-shadow: 0 1px 0 #eeeeee, inset 0 1px 0 #eeeeee;
  box-shadow: 0 1px 0 #eeeeee, inset 0 1px 0 #eeeeee;
  color: #444;
  border: 0;
  padding: 1em 0;
  margin: 1em 1.625em 1em 0;
  text-align: right;
  width: 33%;
  float: left;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.pullquote p {
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
}
.pullquote.alignright {
  margin: 1em 0 1em 1.625em;
  text-align: left;
  float: right;
}

/* =404
-------------------------------------------------------------- */
article.error404 .entry-title {
  font-size: 500%;
  text-align: center;
}

article.error404 .entry-content {
  text-align: center;
  font-size: 200%;
  line-height: 1.2;
  text-transform: uppercase;
}

/* =Video
-------------------------------------------------------------- */
.responsive-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.responsive-video-wrapper iframe,
.responsive-video-wrapper object,
.responsive-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =Pagination
-------------------------------------------------------------- */
.navigation {
  padding: 40px 0;
  margin: 0;
}
.infinite-scroll .navigation {
  display: none;
}
.navigation .nav-previous {
  float: left;
}
.navigation .nav-next {
  float: right;
}

.infinite-loader .spinner {
  left: 50% !important;
}

#infinite-handle {
  padding: 50px 0;
  clear: both;
  background: #ccc;
}
.boxed #infinite-handle {
  margin: 0 -15px;
}

#infinite-handle span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  width: 200px;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 16px 0;
  text-transform: uppercase;
  background: #d9534f;
}
#infinite-handle span:hover {
  background: #D43F3A;
}

#posts-pagination {
  padding: 0 0 60px;
}
#posts-pagination .next,
#posts-pagination .previous {
  max-width: 48%;
}
#posts-pagination a {
  white-space: normal;
  display: block;
  text-align: left;
}
#posts-pagination .next a {
  text-align: right;
}

/* =Comments
-------------------------------------------------------------- */
.comments-area .comment-respond {
  margin-bottom: 50px;
}
.comments-area .commentlist,
.comments-area .children {
  list-style: none;
  padding: 0;
}
.comments-area #comments-title {
  padding: 0 0 10px;
}
.comments-area .nocomments {
  margin-bottom: 40px;
}
.comments-area .comment-reply-title {
  margin-top: 50px;
}

.comment-form input {
  clear: both;
  display: block;
}

.commentlist .comment,
.commentlist .pingback {
  padding-bottom: 20px;
}
.commentlist .comment .avatar {
  float: left;
}
.commentlist .comment .comment-author,
.commentlist .comment .comment-meta,
.commentlist .comment .comment-text {
  padding-left: 2px;
}

.comment-text {
	padding-top:10px;
}

.commentlist .comment .comment-author {
  font-size: 20px;
}
.commentlist .comment .comment-meta {
  font-size: 13px;
  color: #888;
  font-style: italic;
}
.commentlist .children {
  margin: 20px 0 0;
  padding-left: 10px;
}
.commentlist .children > .comment {
  padding-left: 23px !important;
}
.commentlist .children .comment {
  border-left: 1px solid #ddd;
  position: relative;
}
.commentlist .children .comment:before {
  width: 12px;
  height: 12px;
  display: block;
  background: #fff;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
  position: absolute;
  top: 30px;
  left: -6px;
  content: "";
  z-index: 60;
}
.commentlist .children .comment:after {
  width: 100px;
  height: 1px;
  border-top: 1px solid #ddd;
  display: block;
  position: absolute;
  top: 36px;
  left: -5px;
  content: "";
  z-index: 50;
}
.commentlist .comment-body {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 20px;
  background: #fff;
  display: block;
  z-index: 100;
  position: relative;
}
.commentlist .bypostauthor > .comment-body {
  border: 10px solid #ddd;
}
.commentlist pre {
  background: #fff;
  border-color: #e6e6e6;
}

.comment-reply-link, .comment-respond #submit {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff !important;
  margin: 0;
  background: #bbb;
}
.comment-reply-link:hover, .comment-respond #submit:hover {
  background: #aaa;
  color: #fff;
  text-decoration: none;
}

.comment-respond textarea {
  width: 100%;
}
.comment-respond .form-allowed-tags {
  font-size: 14px;
}
.comment-respond .form-allowed-tags code {
  white-space: normal;
}
.comment-respond #submit {
  margin: 20px 0 15px;
  border: 0;
  font-size: 18px;
  padding: 10px 15px;
}

#cancel-comment-reply-link {
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* =Archives
-------------------------------------------------------------- */
#archive-header {
  padding-bottom: 50px;
	background-color:#29767f;
	text-align:center;
}

.page-title {
  margin: auto;
  padding: 50px 0 0;
  width: 100%;
  font-size: 40px;
	color:#fff!important;
}
.page-title a {
  font-family: inherit;
}

.page-title h1{
	color:#fff;
}

.archive-meta {
  color: #999;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 0 0;
}
.archive-meta p {
  margin: 0;
}

.archive #primary,
.search #primary,
.home #primary {
  padding: 0;
}
.archive.forum-archive #primary,
.search.forum-archive #primary,
.home.forum-archive #primary {
  padding: 0 15px;
}

/*.home.page #primary {
  padding-left: 15px;
  padding-right: 15px;
}*/

/* =Sidebar
-------------------------------------------------------------- */
#secondary,
#tertiary {
  margin: 40px 0 40px;
}

.jumbo-headline ul,
.home-widget ul,
.footer-widget ul,
.widget ul {
  list-style: disc;
  padding-left: 15px;
}
.jumbo-headline ul.sub-menu,
.home-widget ul.sub-menu,
.footer-widget ul.sub-menu,
.widget ul.sub-menu {
  padding-left: 15px;
}

.widget {
  width: 100%;
  font-size: 90%;
  margin-bottom: 30px;
}
.widget .search-form label,
.widget .search-field {
  width: 100%;
}
.widget select {
  max-width: 100%;
}
.widget .search-submit {
  display: none;
}
.widget .tagcloud {
  padding: 0 0 20px;
  text-align: center;
}

.widget-title {
  font-size: 22px;
  margin: 0 0 10px;
}

.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss ul li {
  padding-bottom: 15px;
}
.widget_rss ul li .rsswidget {
  font-size: 18px;
  line-height: 1.1;
  display: block;
}
.widget_rss ul li .rsswidget:hover {
  margin: 0 !important;
}
.widget_rss ul li .rssSummary {
  margin-top: 5px;
}
.widget_rss ul li .rss-date {
  font-size: 12px;
  color: #888;
}
.widget_rss ul li cite {
  font-style: italic;
}

/* =Footer Widgets
-------------------------------------------------------------- */
.line.active {
  border-top: 1px solid #333;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.footer-widget {
  margin: 10px 0 30px;
  font-size: 14px;
}
.footer-widget #calendar_wrap {
  color: #444;
  text-shadow: none;
}
.footer-widget #calendar_wrap caption {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  margin-bottom: 10px;
}
.footer-widget ul {
  list-style: none;
  padding: 5px 0 0;
}
.footer-widget ul li {
  margin-bottom: 5px;
}
.footer-widget .widget-title {
  color: #fff;
  padding: 10px 0 5px;
  text-transform: uppercase;
  font-size: 16px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
  border-top: 1px solid #0b3b41;
  background: #0c4f57;
  color: #bbbbbb;
  font-size: 13px;
  position: relative;
  z-index: 100;
  clear: both;
  text-align:center;
}
#footer .row {
  margin-bottom: 0;
}
#footer a,
#footer a .text-muted {
  color: #dddddd;
}

#footer a:hover,
#footer a:focus {
  color: #ffffff;
}

#footer #footer-content {
  padding: 15px 15px 20px;
}

#footer .credit-link {
  position: relative;
}
#footer .icon-leaf {
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  font-size: 28px;
  position: absolute;
  top: -4px;
  left: -35px;
}

/* =Author Info shortcode
-------------------------------------------------------------- */
#author-info {
  overflow: hidden;
}
#author-info .author-text {
  padding-left: 90px;
}
#author-info h4 {
  margin: 0 0 5px;
  font-size: 18px;
}
#author-info .author-text p {
  font-size: 14px;
  line-height: 1.4;
}
#author-info img {
  float: left;
  border-color: #e2e2e2;
  background: #fff;
}

/* =Widetext shortcode
-------------------------------------------------------------- */
.widetext {
  visibility: hidden;
  margin: 0;
  line-height: 1;
}

.wtext {
  white-space: nowrap;
  display: inline-block;
}

/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
}

#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/* =Bootstrap fixes
-------------------------------------------------------------- */
.tab-content {
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
}

pre {
  background: #fff;
  font-size: 12px;
}

.carousel-inner h3 {
  color: #fff;
}

.btn .text-muted {
  color: inherit;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 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: #f2f2f2;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 10px;
  text-align: center;
}

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

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

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

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

.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 5px;
}

/* Convert Kit */

.ck_form {
  /* divider image */
	background: #fff url(data:image/gif;base64,R0lGODlhAQADAIABAMzMzP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ5NjM5RjgxQUVEMTFFNEJBQTdGNTQwMjc5MTZDOTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ5NjM5RjkxQUVEMTFFNEJBQTdGNTQwMjc5MTZDOTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDk2MzlGNjFBRUQxMUU0QkFBN0Y1NDAyNzkxNkM5NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDk2MzlGNzFBRUQxMUU0QkFBN0Y1NDAyNzkxNkM5NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAABAAMAAAICRFIAOw==) repeat-y center top;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	border-top: solid 20px #0c4f57;
  border-top-color: #0c4f57;
	border-bottom: solid 10px #0c4f57;
  border-bottom-color: #0c4f57;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	clear: both;
	margin: 50px 10px 20px 0px !important;
}

.ck_form_modal {
  margin: 0px 0px !important;
}

.ck_form, .ck_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ck_subscribe_form {
  clear: both;
}

/* Element Queries — uses JS */

.ck_form_content, .ck_form_fields {
	width: 50%;
	float: left;
	padding: 5%;
}

.ck_form.ck_horizontal {
}

.ck_form_content {
	border-bottom: none;
}

.ck_form.ck_vertical {
	background: #fff;
}

.ck_vertical .ck_form_content, .ck_vertical .ck_form_fields {
	padding: 10%;
	width: 100%;
	float: none;
}

.ck_vertical .ck_form_content {
	border-bottom: 1px dotted #aaa;
	overflow: hidden;
}

/* Content */

.ck_form_title {
  margin: 0px 0px 25px !important;
	font-size: 24px;
	padding: 0px;
}


.ck_form_content p {
	font-size: 14px;
}

.ck_image {
	float: left;
	margin-right: 12px !important;
}

/* Form fields */

.ck_errorArea {
	display: none;
}

#ck_success_msg {
	padding: 10px 10px 0px;
	border: solid 1px #ddd;
	background: #eee;
}

.ck_label {
	font-size: 14px;
	font-weight: bold;
}

.ck_form input[type="text"], .ck_form input[type="email"] {
	font-size: 14px;
	padding: 10px 8px;
	width: 100%;
	border: 1px solid #d6d6d6; /* stroke */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* border radius */
	background-color: #f8f7f7; /* layer fill content */
	margin-bottom: 5px;
	height: auto;
}

.ck_form input[type="text"]:focus, .ck_form input[type="email"]:focus {
	outline: none;
	border-color: #aaa;
}

.ck_checkbox {
  padding: 10px 0px 10px 20px;
  display: block;
  clear: both;
}

.ck_checkbox input.optIn {
  margin-left: -20px;
  margin-top: 0;
}
.ck_form .ck_opt_in_prompt {
  margin-left: 4px;
}
.ck_form .ck_opt_in_prompt p {
  display: inline;
}

.ck_form .ck_subscribe_button {
  width: 100%;
  color: #fff;
  margin: 10px 0px 0px;
  padding:  10px 0px;
  font-size: 18px;
  background: #0c4f57;
  -moz-border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  border-radius: 4px!important; /* border radius */
  cursor: pointer;
  border: none;
  text-shadow: none;
}

.ck_subscribe_button:hover{
  background: #0c4f57; 
  color:#00ff48;
}

.ck_form .ck_guarantee {
	color: #626262;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px;
	display: block;
}

.ck_form .ck_powered_by {
	display: none !important;
}

.ck_form .ck_powered_by_aff {
	display: block;
	color: #aaa;
}

.ck_form .ck_powered_by_aff:hover {
	display: block;
	color: #444;
}

.ck_converted_content {
  display: none;
	padding: 5%;
	background: #fff;
}

.ck_form_container.ck_modal {
	position: fixed;
	z-index: 1000;
	display: none;
	top: 100px;
}

.ck_form_container.ck_modal .ck_form {
	margin: 0px;
}

.ck_close_link {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 30px;
	height: 30px;
	background:#fff;
	color: #777;
	-webkit-border-radius: 15x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.ck_form_container.ck_modal {
	width: 750px;
}

.ck_form_container.ck_modal .ck_vertical .ck_form_content, .ck_vertical .ck_form_fields {
	padding-top: 3%;
	padding-bottom: 3%;
}

#ck_overlay {
    position: fixed;
    z-index:1000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.form-container {
	height: 650px;
	width: 360px;
}

.optinbuttons {
	list-style: none;
	overflow: hidden;
	padding: 40px 50px;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 40px;
}

/* Custom */

.sticky {
  display: block;
}

.social_icons {
	margin-left: 30px;
	margin-bottom: 30px;
}
.pre-footer {
  background-color: #ddd;
  padding-top:20px;
  padding-bottom:20px;
  text-align:center;
}

.featured-on {
  color: #777;
  font-family: helvetica neue,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 18px;
  padding:0px 50px;
}

.featured-on-image {
  display:inline-block; 
  padding-left:40px;
  width: 230px;
  padding:0px 20px;
}

.comment-form input {
  display: inline-block;
}

input#subscribe-reloaded {
  margin: 0 -3px 0 0;
}

#mc4wp-checkbox input {
  width: 30px;
}

select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]
{ 
  font-size:1em;
}

.ssba
{
  width:100px;
}

.image-anchor
{
  display:inline-block;
}

.responsive-rect-ad { width: 300px; height: 250px; margin-left:-15px; }
.ad-float-left {text-align:center;margin-top:25px; margin-bottom:25px;} /*float:left; margin: 10px 0 10px -15px;}*/
.ad-float-right {text-align:center;margin-top:25px; margin-bottom:25px;} ; /*float:right; margin: 10px 0 10px -15px;}*/

.image_in_post {
  text-align:center; 
  margin-top:15px; 
  margin-bottom:15px;
}

.email-signup-bar {
  background-color: #29767f;
  padding-top:20px;
  padding-bottom:4px;
  text-align:center;
	position:relative;
}

.footer-email-signup-bar {
  background-color: #29767f;
  padding-top:25px;
  padding-bottom:25px;
  text-align:center;
}

.share-box {
  background-color:white;  
  padding: 10px 5px 30px 15px;
  margin-right:10px; 
  border:1px solid gray;
}

.post-bottom-ad {
  margin-top:50px; 
  margin-bottom:50px;
  text-align:center;
}

.small-icon {
  opacity:1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.small-icon:hover {
  opacity:0.7;
}

.main-logo {
  opacity:1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.main-logo:hover {
  opacity:0.6;
}

.share-block {
  height:250px; 
  vertical-align:top; 
  padding:0px 0 20px 30%; 
  display:inline-block;
}

.share-arrow {
  height:250px; 
  vertical-align:top; 
  display:none; 
  padding-top: 40px;
}

.nrelate {
  margin-top:40px;
}

ul.xoxo.blogroll {
  list-style: none;
}

ul.xoxo.blogroll li{
  padding-bottom: 10px;
}

.stickywidg {
  width:100%;
}

.transcript {
  overflow-y: scroll;
  max-height: 400px;
  background: #eee;
  padding:20px;
  border: 1px solid #ddd;
  margin-right:10px;
  margin-bottom:30px;
}

.bonus_box {
  background:#ffffe8; 
  padding:15px;
  margin-top:15px; 
  margin-bottom:15px;
}

.post_card_container{
	margin:0px auto;
	padding:0px 20px;
	max-width:650px;
	text-align:center;
}

.post_card {
  min-height:315px; 
  max-height:325px;
  background-color:white; 
  border:2px solid #2da5b3; 
	border-radius:7px;
  padding:20px;
  margin: 10px 0px 10px 0px;
  overflow: hidden;
	text-align:left;
}

.post_card:hover {
  border:2px solid #11737e;
  background-color: rgba(153, 217, 224, 0.1);
}

.post_card_title{
  font-size:40px;
	text-align:center;
}

.post_card_text{
	width: 70%;
	display: block;
	float: right;
	font-size: 17px;
	padding-left: 15px;
}

.post_card_image{
  width:30%; 
  max-width:200px;
  display:block; 
  float:left; 
  margin-top:25px;
}

.post_card_excerpt{
  color:#666;
}

.post_card_button{
  display:block; 
  font-size:20px;
	text-align:right;
}

div.homepage div.homepage-block:nth-child(even) {
    background: white;
}

.homepage-block{
  padding:40px 2% 40px;
}

.clear{
  clear:both;
}

.homepage-title{
  text-align:center;
  margin-bottom:50px;
  font-size:55px;
}

.homepage-half-title{
	font-size:40px;
	color:white!important;
	text-align:center;
}

.homepage-icon-title{
  font-size:18px;
	color:white;
}

.homepage-icon-block{
  text-align:center; 
}

.homepage-icon{
  display:inline-block; 
  min-width:300px;
  padding-top:20px;
  padding-bottom:70px; 
}

.email-bar-button{
  display:inline-block; 
  margin-left:20px; 
  margin-top:3px; 
  margin-bottom:3px;
}

.email-signup-panel{
  padding-top:10px;
}

.email-signup-header{
  font-size:32px; 
	color:white; 
	opacity:0.9; 
	font-family:'Helvetica Neue', Helvetica, sans-serif; 
	font-weight:bold;
}

.email-signup-subheader{
  font-size:27px;
	color:white; 
	opacity:0.8;
}

.email-signup-image{
  margin-top:30px; 
  width:851px;
}

.email-signup-button{
  padding:15px;
	width:70%; 
	max-width:280px;
  font-size:24px;
}

.transcript-download {
  text-align:center; 
  margin-top:40px; 
  margin-bottom:-20px;
}

.transcript-download-header {
  font-size:22px; 
  font-weight:bold;
}

.transcript-download-desc {
  font-size:16px;
}

.btn-sidebar {
  color: #fff!important;
  background-color: #0c4f57;
}

.btn-sidebar:hover {
  color: #00ff48!important;
  background-color:#0c4f57;
}

.post-header{
	width:100%; 
	background-color:#29767f; 
	margin-bottom:30px;
	text-align:center;
}

.post-title{
	display:inline-block; 
	height:100%; 
	vertical-align: middle;
	text-align:center;
	max-width:70%;
}

.post-image{
	text-align:center; 
	display:inline-block;
}

.social-share{
	padding:15px 10%;
}

.half-block{
	display:inline-block; 
	width:49%;
	text-align:center;
}

.homepage-icon-div{
	display:inline-block;
	height:180px; 
	width:180px;
	border-radius:7px;
	padding-top:20px;
	text-align:center;
}

.homepage-icon-div:hover{
	background-color:#2e8a94;
}

.floating-money{
	position:absolute;
	top:-80px;
	left:10px;
	width:50%;
}

.homepage-header{
	background-color:black; 
	height:100%;
}

.homepage-tagline{
	height:100%; 
	vertical-align:middle;
	padding:30px 0;
	color:white; 
	font-family:'Helvetica Neue', Helvetica, sans-serif; 
	font-weight:bold;
	font-size:36px;
}

.homepage-tagline-green{
	color:#00ff48; 
}

.wp-post-image{
	border-radius:15px;
}

.social-share-button{
	border-radius:5px; 
	color:white; 
	width:250px; 
	padding:10px 0; 
	margin:2px;
}

.social-share-button:hover{
	color:white; 
}

.facebook-share-button{
	background-color:#3a579a;
}

.twitter-share-button{
	background-color:#00abf0
}

.facebook-share-button:hover{
	background-color:#283e6c;
}

.twitter-share-button:hover{
	background-color:#0978a8;
}

.dark-background-link{
	color:#fff;
}

.dark-background-link:hover{
	color:#00ff48;
}

.nav-previous{
	float:left;
}

.nav-next{
	float:right;
}

.social-logo{
	fill:#0c4f57;
	position:absolute;
}

.social-logo-circle{
	fill:#ddd;
	position:relative;
	display:inline-block;
	width:40px;
}

.social-logo-circle-svg{
	position:absolute;
	top:0;
	left:0;
	width:33px;
	height:33px;
}

.social-logo-circle:hover{
	fill:#fff;
}

.ck_form.ck_naked {
  /* divider image */
	background: transparent;
	line-height: 1.5em;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	margin: 20px 0px;
	text-align: center;
}

.ck_form.ck_naked p {
	padding: 0px;
}

.ck_form, .ck_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ck_form.ck_naked .ck_form_fields {
	width: 100%;
	float: left;
	padding: 5%;
}
/* Form fields */

.ck_errorArea {
	display: none; /* temporary */
}

#ck_success_msg {
	padding: 10px 10px 0px;
	border: solid 1px #ddd;
	background: #eee;
}

.ck_form.ck_naked input[type="text"], .ck_form.ck_naked input[type="email"] {
	font-size: 18px;
	padding: 10px 8px;
	width: 34%;
	border: 1px solid #d6d6d6; /* stroke */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px; /* border radius */
	background-color: #fff; /* layer fill content */
	margin-bottom: 5px;
	height: auto;
	float: left;
	margin: 0px;
	margin-right: 1%;
	height: 42px;
}

.ck_form input[type="text"]:focus, .ck_form input[type="email"]:focus {
	outline: none;
	border-color: #aaa;
}

.ck_form.ck_naked .ck_subscribe_button {
    width: 100%;
    color: #fff;
    margin: 0px;
    padding:  9px 0px;
    font-size: 18px;
    background: #0c4f57;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; /* border radius */
    cursor: pointer;
    border: none;
    text-shadow: none;
    width: 30%;
    float: left;
    height: 42px;
  }


.ck_converted_content {
  display: none;
	padding: 5%;
	background: #fff;
}

/* max width 500 */

	.ck_form.ck_naked.width500 .ck_subscribe_button {
		width: 100%;
		float: none;
		margin-top: 5px;
	}

	.ck_form.ck_naked.width500 input[type="text"], .ck_form.ck_naked.width500 input[type="email"] {
		width: 49%;
	}

	.ck_form.ck_naked.width500 input[type="email"] {
		margin-right: 0px;
		width: 50%;
	}

/* max width 400 */

	.ck_form.ck_naked.width400 .ck_subscribe_button, .ck_form.ck_naked.width400 input[type="text"], .ck_form.ck_naked.width400 input[type="email"] {
		width: 100%;
		float: none;
		margin-top: 5px;
	}

.ck_slide_up, .ck_modal, .ck_slide_up .ck_naked, .ck_modal .ck_naked  {
	min-width: 250px;
}

.page .ck_form.ck_naked {
	margin: 50px auto;
	max-width: 700px;
}


/* v6 */

.ck_slide_up.ck_form_v6, .ck_modal.ck_form_v6, .ck_slide_up.ck_form_v6 .ck_naked, .ck_modal.ck_form_v6 .ck_naked {
  min-width: 0 !important;
}

.ck_form_v6 #ck_success_msg {
	padding: 0px 10px;
}

.resources-grid{
	position: relative;	
}

.resources-row{
	box-sizing: border-box!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
	position: relative;
}

.resources-container{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	box-sizing: border-box!important;
	position: relative;
	width: 100%;
	padding: 0 30px!important;
	margin: 30px auto!important;
}

.resources-block{
	padding: 20px!important;
	margin: 0;
	border: none;
	box-shadow: 0 1px 2px 0 rgba(10,16,34,.4)!important;
	padding: 25px 20px!important;
	border-radius: 10px;
	box-sizing: border-box!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	transition: 0.25s ease;
	font-family: inherit;
	background-color: white!important;
}

.resources-text{
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	box-sizing: border-box;
	position: relative;
	padding: 0 15px!important;
}

.resources-title{
	font-size: 24px!important;
	line-height: 3rem;
	text-decoration: none!important;
	font-weight: bold!important;
	transition: 0.25s ease;
	opacity: 1!important;
	display: block;
	line-height: 1.25;
	margin: 0 0 10px 0!important;
	box-shadow: none!important;
	color: #004f57;
}

.resources-title:hover{
	color:#004f57;
}

.resources-description{
	font-size: 15px;
	margin: 0 0 10px 0!important;
}

.resources-image-box{
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	box-sizing: border-box;
	position: relative;
	padding: 0 15px!important;
}

.resources-image{
	display: inline-block!important;
	max-width: 100%!important;
	height: auto;
	max-height: 250px;
}

.resources-button-box{
	-ms-flex: 0 0 50%!important;
	flex: 0 0 50%!important;
	max-width: 50%!important;
	box-sizing: border-box;
	position: relative;
	padding: 0 15px!important;
	margin-top:15px;
}

.resources-button-1 {
	display: inline-block;
	padding: 20px;
	text-align: center!important;
	border-radius: 4px;
	font-size: 15px;
	padding: 10px 15px!important;
	background: #004f57;
	color: white;
	margin: 0 0 10px 0!important;
	text-align: center!important;
	font-weight:bold;
}

.resources-button-1:hover{
	color:#004f57;
	box-shadow: inset 0 0 0 3px #004f57!important;
	background:white;
}

.resources-button-2:hover{
	color:white;
	background:#004f57;
}

.resources-button-2{
	display: inline-block;
	background-color: #FFF;
	color: #004f57;
	padding: 20px;
	text-align: center!important;
	border-radius: 4px;
	box-shadow: inset 0 0 0 3px #004f57!important;
	float: right;
	font-size: 15px;
	padding: 10px 15px!important;
	background: white;
	margin: 0 0 10px 0!important;
	text-align: center!important;
	font-weight:bold;
}

.post-date{
	color:#bbb;
	margin-bottom:12px;
}

.post-ad{
	margin:15px 0px;
}

.ck_form_v6.ck_slide_up .ck_naked + .ck_close_link {
  right: 10px;
  top: -5px;
}

.ck_naked {
margin:0px !important;
}
.ck_subscribe_button:hover {
color:#00ff48!important;
}

.navbar-collapse {
  width: auto;
  border-top: 0;
  box-shadow: none;
}

.navbar-collapse .navbar-nav.navbar-left:first-child {
  margin-left: -15px;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin-right: -15px;
}

.navbar-collapse .navbar-text:last-child {
  margin-right: 0;
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
.navbar-static-top {
  border-radius: 0;
}

.navbar-nav > li {
  float: left;
}

.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-left {
  float: left !important;
}

.navbar-right {
  float: right !important;
}

.ck_description{
	min-height:150px;
}

.magnet-card{
	background-color:#004f57;
	border-radius:10px;
	padding:45px;
	margin:20px 0px;
	display:flex;
	text-align:left;
}

.magnet-card-image{
	margin:auto 0;
}

.magnet-card-text{
	margin-left:5%;
	width:90%;
}

.magnet-card-title{
	color:white;
	font-size:31px;
	font-family:Futura;
	font-weight:bold;
	line-height:1.2;
}

.magnet-card-description{
	font-family:Helvetica;
	color:#ddd;
	line-height:1.5;
	margin:22px 0px;
	font-size:20px;
}

.magnet-card-button{
	width:90%;
	font-size:22px;
	font-weight:bold;
	padding:15px 0px;
}

@media (max-width: 899px) {
	.ck_form {
		background: #fff;
	}

	.ck_form_content, .ck_form_fields {
		padding: 5%;
		width: 100%;
		float: none;
	}

	.ck_form_content {
		border-bottom: 1px dotted #aaa;
	}
	
  .ck_form_v6.ck_modal .ck_naked + .ck_close_link {
    color: #fff;
    top: 10px;
		right: 35px;
  }
  .ck_form_v6.ck_modal .ck_naked {
    padding-top: 30px;
  }
	
  .ck_modal {
		overflow: auto;
		height: 90%;
		position: fixed;
		top: 5% !important;
		left: 0px !important;
		right: 0px !important;
		bottom: 0px !important;
		margin-left: 5% !important;
		width: 90% !important;
	}

	.ck_modal .ck_close_link {
		top: 10px;
		right: 10px;
	}
	
  .admin-bar .navbar-fixed-top {
    top: 46px;
  }
	
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .home-jumbotron h1 {
    font-size: 40px;
  }
  
  .home-jumbotron .lead {
    font-size: 18px;
  }

  #home-page-widgets {
    margin: 0;
  }

  .boxed #home-page-widgets {
    padding: 80px 15px 20px;
  }
  
  #primary {
    float: none !important;
  }
  
  .pullquote {
    width: 100%;
    margin: 0 0 .5em 0;
    float: none;
    text-align: left;
  }
  
  .columns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  
  article.error404 .entry-title {
    font-size: 400%;
  }
  
  article.error404 .entry-content {
    font-size: 150%;
  }
  
  .gallery .gallery-item {
    width: 100%;
    margin-bottom: 20px;
  }
  
  #secondary,
  #tertiary {
    margin-top: 0;
  }
  
  #footer #footer-content span {
    display: block;
    float: none !important;
  }

  #footer .copyright {
    margin-bottom: 10px;
  }
  
  #footer .icon-leaf {
    display: none;
  }
  
  .post_card_container{
    width:100%;
  }
  
  .post_card_title{
    font-size:35px;
  }
  
  .post_card_text{
    width:100%;
  }
  
  .post_card_image{
    display:none;
  }
  
  .post_card{
    max-height:none;
		padding:15px;
  }

  .homepage-title{ 
    margin-bottom:50px;
    font-size:45px;
  }
  
  .email-signup-header{
    font-size:26px; 
  }
  
  .email-signup-subheader{
    font-size:22px;
  }
  
  .email-signup-panel{
    padding-top:20px;
  }
  
  .small-icon {
    opacity:1;
  }
  
  .circle-icon {
    opacity:1;
  }
	
	.post-title{
		margin-top:0px;
		width:100%;
	}

	.post-image{
		width:100%;
	}
	
  .post_thumbnail {
		margin-bottom: 25px;
  }
	
	.half-block{
		width:100%;
	}
	
	.floating-money{
		display:none;
	}
	
	.hide-mobile{
		display:none!important;
	}
	
	.btn-comments{
	  padding: 10px 0px;
		width:250px;
	}
	
	.social-share{
		margin:30px 0px;
	}
	
	.social-share-button{
		margin:0;
	}
	
	.resources-container{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.svg_page_item{
		padding-top:0px;
	}
	
	.dropdown-menu{
	  padding: 0;
		text-align:center;
	}
	
	.navbar-nav {
	  display:inline-block;
	}
	
	.navbar-collapse {
	  text-align:center;
	}
}

@media (max-width:699px) {
	.navbar-nav > li > a {
		font-size:14px;
	}
	
	.nav > li > a {
		padding:10px 10px;
	}
}

@media (max-width:599px) {
	.navbar-nav > li > a {
		font-size:12px;
	}
	
	.post_thumbnail {
		margin: 0 25px 25px 25px;
	}
	
	.svg_page_item {
		display:none!important;
	}
	
	.magnet-card{
		display:block;
		padding:30px;
		text-align:center;
	}
	
	.magnet-card-title{
		font-size:25px;
	}

	.magnet-card-image{
		margin:0 0 30px 0;
	}
	
	.magnet-card-text{
		margin-left:2%;
		width:97%;
	}
	
	.magnet-card-description{
		font-size:18px;
	}
	
	.magnet-card-button{
		font-size:15px;
	}
}

@media (max-width:399px) {
	.navbar-nav > li > a {
		font-size:10px;
	}
	
	.nav > li > a {
		padding:5px 5px;
	}
	
	.ck_description{
		min-height:50px;
	}
	
	.ck_image{
		display:none;
	}
	
	.entry-title{
		font-size:29px;
	}
	
	.page-title{
		font-size:29px;
	}
}

@media (min-width: 900px) {
  .jumbotron {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1 {
    font-size: 63px;
  }
  
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
	
  .lead {
    font-size: 21px;
  }

  .container {
    width: 100%;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-offset--12 {
    margin-left: 100%;
  }

  .col-offset--11 {
    margin-left: 91.66666666666666%;
  }

  .col-offset--10 {
    margin-left: 83.33333333333334%;
  }

  .col-offset--9 {
    margin-left: 75%;
  }

  .col-offset--8 {
    margin-left: 66.66666666666666%;
  }

  .col-offset--7 {
    margin-left: 58.333333333333336%;
  }

  .col-offset--6 {
    margin-left: 50%;
  }

  .col-offset--5 {
    margin-left: 41.66666666666667%;
  }

  .col-offset--4 {
    margin-left: 33.33333333333333%;
  }

  .col-offset--3 {
    margin-left: 25%;
  }

  .col-offset--2 {
    margin-left: 16.666666666666664%;
  }

  .col-offset--1 {
    margin-left: 8.333333333333332%;
  }

  .col-offset--0 {
    margin-left: 0;
  }

  .form-horizontal .control-label {
    text-align: right;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

	.navbar-header {
	  float: left;
		width:20%;
		padding-left:2%;
	}

  .responsive-rect-ad { width: 300px; height: 250px; margin:10px; } 

  .share-block {
    padding:0px 20px 20px 0px;
  }
  
  .share-arrow {
    display:inline-block;
  }
  
  .post_thumbnail {
		max-width: 200px;
		margin-bottom: 25px;
		margin-left:30px;
  }
  
  .stickywidg {
    width:250px;
  }
	
	.svg_page_item{
		padding-top:2px;
	}
	
	.ck_modal { top: 95px !important; }
	
	.navbar-nav {
	  float: right;
	  margin-top: 28px;
		margin-right:25px;
	}
}

@media (min-width: 1150px) {
  .navbar-header {
    float: left;
		width:35%;
		padding-left:14%;
  }
}