/*
Theme Name: MASTAF
Theme URI: http://lbdesign.tv
Description: Custom theme for MASTAF
Author: LBDesign
Author URI: http://lbdesign.tv/
Version: 1.0
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

[hidden] {
  display: none; }

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

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

p,
pre {
  margin: 1em 0; }

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

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

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

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-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

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

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

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.screen-reader-text {
  position: absolute;
  left: -9000px; }

/*! Grid Layouts */
header, footer, #wrapper {
  width: 100%; }

.inner {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 10px; }

.colone {
  width: 50%;
  float: left;
  padding-left: 0;
  padding-right: 4.08163%; }

.coltwo {
  width: 50%;
  float: left;
  padding-left: 4.08163%;
  padding-right: 0; }

.colonewide {
  width: 67.34694%;
  float: left;
  padding-left: 0;
  padding-right: 4.08163%;
  background: #fff; }

.coltwoskinny {
  width: 32.65306%;
  float: left;
  padding-left: 4.08163%;
  padding-right: 0;
  background: #fff; }

/*! This is the header styles */
/*! row one */
header .rowone {
  background: #0C2340;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 2px; }
  header .rowone h2 {
    color: #fff; }

header .colone h2 {
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  display: inline; }

header .coltwo ul {
  list-style: none outside;
  text-align: right;
  padding: 0;
  margin: 0; }
  header .coltwo ul li {
    display: inline; }
    header .coltwo ul li .divider {
      color: #fff;
      padding: 0 2px;
      margin: 0;
      font-size: 0.8em; }
  header .coltwo ul li:first-child .divider {
    display: none; }
  header .coltwo ul a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 0.8em;
    color: #fff; }
    header .coltwo ul a:hover, header .coltwo ul a:focus {
      color: #d9d9d9;
      text-decoration: underline; }

/*! logo */
.logo {
  position: relative;
  width: 21.42857%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  z-index: 1; }
  .logo img {
    width: 100%; }

/*! row two */
header .rowtwo {
  position: relative;
  background: #C99700;
  color: #fff;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 0px; }
  header .rowtwo ul {
    list-style: none outside;
    text-align: right;
    padding: 0;
    margin: 0;
    float: right; }
    header .rowtwo ul li {
      display: inline;
      margin: 0 0 0 20;
      padding: 0; }
    header .rowtwo ul li:first-child {
      margin: 0; }
    header .rowtwo ul a {
      color: #fff;
      font-size: 1em;
      line-height: 1.2em;
      padding: 5px 15px;
      text-decoration: none;
      float: left; }
      header .rowtwo ul a:hover, header .rowtwo ul a:focus {
        background-color: #0C2340;
        text-decoration: none; }

/*! row three */
body .soliloquy-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0; }

.soliloquy-container .soliloquy-item,
.soliloquy-container .soliloquy-html-sentinel {
  width: 100% !important;
  height: auto !important; }

.soliloquy-container .soliloquy-html-content {
  position: relative !important;
  margin-bottom: 15px; }

.soliloquy-theme-classic .soliloquy-pager {
  position: relative !important;
  bottom: 0 !important; }

header .rowthree {
  position: relative;
  background: #d9d9d9;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-top: -70px; }
  header .rowthree .soliloquy-container {
    width: 100%; }
  header .rowthree h1 {
    width: 52.04082%;
    float: right;
    padding-left: 0;
    padding-right: 10px; }

/*! breadcrumbs */
.breadcrumbs {
  text-align: right;
  font-size: 0.7em;
  width: 63.26531%;
  float: right;
  padding: 10px 0 0 0;
  margin: 0; }
  .breadcrumbs a {
    text-decoration: none; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      text-decoration: underline; }

/*! Footer */
/*! row one footer */
.footer-row-one {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  float: left; }
  .footer-row-one ul.inner {
    list-style: none outside;
    float: none; }
  .footer-row-one li {
    width: 34.69388%;
    float: left;
    padding-left: 4.08163%; }
    .footer-row-one li a {
      padding: 50px 18px 10px;
      border: 1px solid #4d4d4d;
      margin-top: -42px;
      z-index: 1;
      position: relative;
      text-decoration: none;
      float: left; }
      .footer-row-one li a h3 {
        text-transform: uppercase;
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 5px; }
      .footer-row-one li a .textwidget {
        color: #4d4d4d;
        text-align: center; }
      .footer-row-one li a:hover, .footer-row-one li a:focus {
        background: #cccccc; }
        .footer-row-one li a:hover .textwidget, .footer-row-one li a:focus .textwidget {
          color: #fff; }
    .footer-row-one li .footericon {
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border: 2px solid #fff;
      padding: 15px 15px 10px 15px;
      max-width: 65px;
      background: #C99700;
      width: 30%;
      margin: 0 auto;
      float: none;
      z-index: 99;
      position: relative; }
      .footer-row-one li .footericon img {
        max-width: 50px;
        width: 90%;
        margin: auto 5%; }
  .footer-row-one li:first-child {
    width: 30.61224%;
    float: left;
    padding-right: 0;
    padding-left: 0; }

/* row two footer */
.footer-row-two {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  background: #0C2340;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left; }
  .footer-row-two ul.inner {
    list-style: none outside;
    float: none; }
    .footer-row-two ul.inner li {
      width: 34.69388%;
      float: left;
      padding-left: 4.08163%;
      padding-right: 0; }
    .footer-row-two ul.inner li:first-child {
      width: 30.61224%;
      float: left;
      padding-left: 0;
      padding-right: 0; }
    .footer-row-two ul.inner p {
      color: #fff;
      font-size: 0.9em; }
    .footer-row-two ul.inner h3 {
      font-size: 1.2em;
      color: #fff; }
    .footer-row-two ul.inner a {
      color: #fff; }
      .footer-row-two ul.inner a:hover, .footer-row-two ul.inner a:focus {
        color: #C99700;
        text-decoration: underline; }

/* row three footer */
.footer-row-three {
  width: 100%;
  float: left;
  overflow: hidden;
  *zoom: 1;
  background: #d9d9d9;
  margin-top: 2px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .footer-row-three .colone {
    width: 36.73469%;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    .footer-row-three .colone p {
      font-size: 0.7em;
      color: #000;
      padding: 0;
      margin: 0; }
    .footer-row-three .colone a {
      text-decoration: none;
      color: #000; }
      .footer-row-three .colone a:hover, .footer-row-three .colone a:focus {
        text-decoration: underline; }
  .footer-row-three .menu-footer-menu-container, .footer-row-three .responsiveSelectContainer {
    width: 61.22449%;
    float: left;
    text-align: right;
    padding-left: 4.08163%;
    padding-right: 0; }
    .footer-row-three .menu-footer-menu-container ul, .footer-row-three .responsiveSelectContainer ul {
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none outside; }
      .footer-row-three .menu-footer-menu-container ul li, .footer-row-three .responsiveSelectContainer ul li {
        display: inline;
        width: auto;
        margin: 0;
        padding: 0;
        font-size: 0.7em; }
        .footer-row-three .menu-footer-menu-container ul li .divider, .footer-row-three .responsiveSelectContainer ul li .divider {
          display: inline;
          color: #000;
          padding: 0 2px; }
      .footer-row-three .menu-footer-menu-container ul li:first-child .divider, .footer-row-three .responsiveSelectContainer ul li:first-child .divider {
        display: none; }
      .footer-row-three .menu-footer-menu-container ul a, .footer-row-three .responsiveSelectContainer ul a {
        text-decoration: none;
        color: #000; }
        .footer-row-three .menu-footer-menu-container ul a:hover, .footer-row-three .menu-footer-menu-container ul a:focus, .footer-row-three .responsiveSelectContainer ul a:hover, .footer-row-three .responsiveSelectContainer ul a:focus {
          text-decoration: underline; }

/*! This is modules of styles for the pages within the site */
/*! General Styling */
body {
  font-family: "Sintony", 'Helvetica Neue', Helvetica, Arial, sans-serif; }

h1 {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #0C2340; }

h2 {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #0C2340; }

h3 {
  font-size: 1em;
  font-weight: 300;
  color: #0C2340;
  margin: 5px 0 0 0;
  padding: 0; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.9em; }

p {
  font-size: 1em;
  line-height: 1.4em;
  color: #4d4d4d;
  font-weight: 300; }

a {
  text-decoration: underline;
  color: #4d4d4d; }

ul {
  padding: 0 0 0 20px; }

img {
  max-width: 100%; }

.subheadingcaption {
  margin-bottom: 40px; }

/*! homepage */
.soliloquy-container h1 {
  font-size: 3em;
  color: #000;
  line-height: normal; }

.soliloquy-container .soliloquy-viewport {
  height: auto !important; }

.rowfour .colone h3, .rowfour .coltwo h3, .rowfour .contentrowthree h3 {
  color: gray; }

.colone a.linkhomepg, .coltwo a.linkhomepg {
  float: right;
  padding: 10px 20px;
  background: #0C2340;
  color: #fff;
  text-decoration: none; }
  .colone a.linkhomepg:hover, .colone a.linkhomepg:focus, .coltwo a.linkhomepg:hover, .coltwo a.linkhomepg:focus {
    background: #d9d9d9;
    color: #4d4d4d; }

.rowfour .icon {
  max-width: 10%;
  height: auto;
  float: left;
  margin: 0 4.16667% 0 0; }
  .rowfour .icon img {
    width: 100%;
    height: auto; }

.rowfive hr {
  overflow: hidden;
  *zoom: 1;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0; }

.rowfive a {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  float: right;
  padding: 10px 20px;
  margin: 0 0 40px 0;
  background: #d9d9d9;
  color: #4d4d4d;
  text-decoration: none; }
  .rowfive a:hover, .rowfive a:focus {
    background: #0C2340;
    color: #fff; }

.rowfive .coltwoskinny {
  width: 32.65306%;
  float: left;
  padding-right: 4.08163%; }
  .rowfive .coltwoskinny img {
    width: 100%;
    height: auto; }

.rowfive .colonewide {
  width: 67.34694%;
  float: left;
  padding-left: 0;
  padding-right: 4.08163%; }

/*! end of homepage */
/*! medical professionals section */
.medicalprofessionals ul {
  list-style: none outside;
  margin: 0;
  padding: 0; }
  .medicalprofessionals ul li {
    margin-bottom: 40px;
    font-size: 1em;
    overflow: auto; }
    .medicalprofessionals ul li p a {
      margin: 15px 0 0 0;
      padding: 10px 20px;
      background: #0C2340;
      color: #fff;
      font-size: 0.8em;
      text-decoration: none;
      float: left; }
      .medicalprofessionals ul li p a:hover, .medicalprofessionals ul li p a:focus {
        background: #d9d9d9;
        color: #4d4d4d; }
    .medicalprofessionals ul li .medicon {
      max-width: 7.27273%;
      height: auto;
      float: left;
      margin: 0 3.0303% 20px 0; }
      .medicalprofessionals ul li .medicon img {
        width: 100%;
        height: auto; }
    .medicalprofessionals ul li h3 {
      color: gray; }
    .medicalprofessionals ul li h2 a {
      color: #0C2340;
      text-decoration: none; }
      .medicalprofessionals ul li h2 a:hover, .medicalprofessionals ul li h2 a:focus {
        text-decoration: underline; }

.profileimg {
  max-width: 25%;
  height: auto;
  float: right;
  margin: 20px 0 10px 3.0303%; }
  .profileimg img {
    width: 100%;
    height: auto; }
  .profileimg p {
    font-size: 0.7em;
    text-align: center;
    color: #1a1a1a; }

/*! end of medical professionals sections */
/*! sidebar */
.sidebar ul {
  list-style: outside none;
  margin: 0;
  padding: 0;
  float: left; }
  .sidebar ul input[type="text"] {
    float: left;
    width: 65%;
    padding: .313em 0 .313em 0;
    font-family: "Sintony", 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .sidebar ul input[type="text"]:focus {
      outline: 0; }
  .sidebar ul input[type="submit"] {
    float: right;
    width: 33%;
    font-size: 0.8em;
    background: #0C2340;
    color: #fff;
    border: none;
    padding: 0.713em 7.246376811%;
    /* 20px/276px */
    margin-bottom: 40px;
    font-family: "Sintony", 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .sidebar ul input[type="submit"]:focus {
      outline: 0; }
  .sidebar ul #text-medical-professionals {
    font-size: 0.8em; }

.sidebar h3 {
  color: gray;
  text-transform: uppercase;
  font-size: 0.7em;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1a1a1a; }

.sidebar .sidebarnews {
  margin-bottom: 20px; }
  .sidebar .sidebarnews a {
    color: #AE9142;
    text-decoration: none; }
    .sidebar .sidebarnews a:hover, .sidebar .sidebarnews a:focus {
      text-decoration: underline; }

/*! medical professional details in sidebar */
.details {
  float: left;
  margin: 120px 0 0 0;
  padding: 10px 0;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  color: gray;
  font-size: 0.9em;
  line-height: 1.3em; }
  .details span {
    color: #000; }
  .details a {
    text-decoration: none; }
    .details a:hover, .details a:focus {
      text-decoration: underline;
      color: #000; }
  .details h3 {
    color: #000;
    margin: 0;
    padding: 0; }
  .details p {
    margin: 0; }
  .details .location {
    color: #000;
    margin-bottom: 10px; }

/* Support Us Highlight Box */
li#text-8 {
  margin-top: 110px; }
  li#text-8 h3 {
    font-weight: bold;
    color: #C99700;
    border-bottom: 1px solid #C99700; }
  li#text-8 p a {
    text-decoration: underline;
    color: #fff;
    display: block;
    padding: 5px 8px;
    margin: 0;
    text-decoration: none;
    background-color: #C99700; }

/*! end of sidebar */
/*! News section */
.news ul {
  list-style: outside none;
  margin: 0;
  padding: 0; }
  .news ul li {
    margin-bottom: 40px; }
    .news ul li a {
      color: #C99700;
      text-decoration: none; }
      .news ul li a:hover, .news ul li a:focus {
        text-decoration: underline; }
    .news ul li h2 a {
      color: #C99700;
      text-decoration: none;
      margin: 0;
      padding: 0; }
    .news ul li p.date {
      color: gray;
      margin: 5px 0;
      padding: 0; }

/*! Single news */
.singledate {
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  padding: 5px 0;
  color: gray;
  margin-bottom: 40px; }

.cattags {
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  padding: 5px 0;
  color: gray;
  margin: 80px 0; }
  .cattags a {
    text-decoration: none;
    color: gray; }
    .cattags a:hover, .cattags a:focus {
      text-decoration: underline; }

.news h1.tagsandcats {
  padding-bottom: 40px; }

/*! Gravity Forms */
.gform_wrapper {
  color: #4d4d4d;
  border: 2px solid #4d4d4d;
  background: #f2f2f2;
  padding: 20px 0px 20px 20px;
  display: block; }
  .gform_wrapper input[type="submit"] {
    background: #C99700;
    color: #fff;
    padding: 10px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none; }

.inner .gform_wrapper .left_label .gfield_label {
  font-weight: 300; }

/*! Search page */
ul.search {
  list-style: none outside;
  padding-left: 0; }

input[type="text"] {
  font-size: 1em;
  line-height: 1.4em;
  font-family: "Sintony", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  outline-style: none;
  padding: 0.313em 0;
  letter-spacing: normal;
  text-indent: 0.25em; }
  input[type="text"]:focus {
    outline: 0; }

input[type="submit"] {
  font-size: 1em;
  line-height: 1.4em;
  font-family: "Sintony", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 7px 20px;
  border: none; }
  input[type="submit"]:focus {
    outline: 0; }

/*! Media Queries */
/*! screens with max-width 980px - desktop */
@media screen and (max-width: 980px) {
  header .rowthree {
    margin-top: -60px; }

  .soliloquy-container h1 {
    font-size: 2.8em; } }
/*! screens with max-width 850px */
@media screen and (max-width: 850px) {
  header .rowthree {
    margin-top: -50px; }

  .soliloquy-container h1 {
    font-size: 2.5em; } }
/*! screens with max-width 820px - tablets */
@media screen and (max-width: 820px) {
  header .rowtwo ul a {
    padding: 5px 10px;
    margin: 0; }

  .soliloquy-container h1 {
    font-size: 2.2em; } }
/*! screens with max-width 750px */
@media screen and (max-width: 750px) {
  header .rowtwo ul a {
    padding: 5px 10px;
    margin: 0;
    font-size: 0.8em; }

  header .rowthree {
    margin-top: -35px; }

  .sidebar ul input[type="text"] {
    width: 100%; }

  .sidebar ul input[type="submit"] {
    margin-top: 10px;
    width: 100%; }

  .soliloquy-container h1 {
    font-size: 2em; }

  .footer-row-one li .footericon {
    padding: 10px; } }
/*! smaller tablet vertical */
@media screen and (max-width: 650px) {
  header .rowtwo ul a {
    padding: 5px;
    margin: 0;
    font-size: 0.8em; }

  header .rowthree h1 {
    width: 86.73469%;
    float: left;
    padding-left: 40px; }

  .footer-row-two ul.inner li, .footer-row-two ul.inner li:first-child {
    width: 100%;
    padding: 0 0 20px 0; }

  .footer-row-one {
    padding-top: 20px; }

  .footer-row-one li, .footer-row-one li:first-child {
    width: 100%;
    padding: 0 0 20px 0; }
    .footer-row-one li a, .footer-row-one li:first-child a {
      width: 100%; } }
/*! iphone and smartphones */
@media screen and (max-width: 595px) {
  header .rowtwo {
    padding-bottom: 20px; }

  header .rowthree {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 5px; }

  .soliloquy-container h1 {
    font-size: 1.6em; }

  .soliloquy-container .soliloquy-pager,
  .soliloquy-container .soliloquy-controls-direction {
    display: block !important; }

  header .rowthree h1 {
    padding-right: 0; }

  .logo {
    float: none;
    margin: 0 auto;
    width: 30%; }

  .medicalprofessionals ul li h3 {
    font-size: 0.8em; }

  .rowfour .colone, header .rowone .colone {
    width: 100%;
    padding: 0 0 20px 0; }

  .rowfour .coltwo, header .rowone .coltwo {
    width: 100%;
    padding: 0; }

  header .coltwo ul {
    text-align: left; }

  .colonewide {
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0; }

  .coltwoskinny {
    width: 100%;
    padding: 0; }
    .coltwoskinny ul {
      width: 100%;
      padding: 0 0 40px 0; }
    .coltwoskinny .sidebar li {
      width: 100%;
      margin-bottom: 10px; }
      .coltwoskinny .sidebar li input[type="submit"] {
        margin-bottom: 0; } }
/*! iphone and smartphones */
@media screen and (max-width: 450px) {
  .soliloquy-container h1 {
    font-size: 1em; }

  .rowfive .coltwoskinny {
    display: none; }

  .rowfive .colonewide {
    width: 100%;
    padding: 0; } }

/*# sourceMappingURL=style.css.map */
