#header #logo h3, #header #navbar .panel-activation, #footer p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.button, .button-secondary {
  display: inline-block;
  padding: 7px 20px; }
  .button-small.button, .button-small.button-secondary {
    padding: 3px 10px;
    font-size: 0.9rem; }

html, body {
  height: 100%; }

body {
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  }

#sb-site { display: flex; flex-direction: column; }

.wrapper { flex: 1; background-color: white; }

#footer {
  width: 100%;
}

a {
  color: rgb(41,171,226); }
  a:hover {
    color: rgb(41,171,226); }

b, strong, label, th {
  font-weight: 600; }

#container {
  min-height: 100%;
  position: relative; }

.fullwidth #body {
  padding-left: 0;
  padding-right: 0; }

#body { padding-top: 5rem; }

.left {
  float: left; }

.right {
  float: right; }

.modular-row, .header, .fullwidth .blog-header, .fullwidth .blog-content-item { margin: 0 auto!important; max-width: 75rem; }

#banner { display: inline-flex; width: 100%; }

#logo img { width: auto!important; height: 3rem!important; }
@media only all and (max-width: 47.938em) { #logo img { width: 190px!important; height: auto!important; } }

.default-animation, #body, #header, #header #logo h3, #header #navbar ul.navigation, .modular .showcase .button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.padding-horiz, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .modular-row, #body, #navbar, #footer {
  padding-left: 5rem;
  padding-right: 5rem; 
  align-content: center; }
  @media only all and (max-width: 59.938em) {
    .padding-horiz, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .modular-row, #body, #navbar, #footer {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media only all and (max-width: 47.938em) {
    .padding-horiz, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .modular-row, #body, #navbar, #footer {
      padding-left: 1rem;
      padding-right: 1rem; } }

.padding-vert {
  padding-top: 3rem;
  padding-bottom: 3rem; }

#header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 5rem;
  background: white; }
@media only all and (max-width: 30em)
{
  #header.scrolled {
    border-top: 0.3rem solid #29ABE2; }
}
  #header.scrolled {
    background: white;  
    box-shadow: 0 0.15rem 1rem rgba(0, 0, 0, 0.45) !important; 
    border-bottom: none; }
    #header.scrolled #logo a, #navbar span {
      color: #444 !important; }
    #header #navbar a, #navbar a {
      color: white !important; }
    #header #navbar a:hover, #header.scrolled #navbar a:hover {
        color: #29ABE2!important; }
    #header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
      background-color: #29ABE2!important; }
  #header > .grid, #header #logo, #header #navbar {
    height: 100%; }
  #header #logo {
    float: left; }
    #header #logo h3 {
      font-size: 2rem;
      line-height: 2rem;
      margin: 0;
      text-transform: uppercase; }
      #header #logo h3 a {
        color: white; }
  #header #navbar {
    font-size: 0.9rem;
    color: white;
    margin: 0 auto;
    /* max-width: 75rem; */
    /* Child Indicator */ }
    #header #navbar .has-children > a > span {
      display: inline-block;
      padding-right: 8px; }
      #header #navbar .has-children > a > span:after {
        font-family: FontAwesome;
        content: '\f107';
        position: absolute;
        display: inline-block;
        right: 8px;
        top: 4px; }
    #header #navbar .has-children > a:after, #header #navbar .has-children > a:before {
      display: none; }
    #header #navbar .has-children .has-children > a > span:after {
      content: '\f105'; }
    #header #navbar .navigation > .has-children:hover > a {
      background: white;
      border: 1px solid #333;
      border-bottom-color: #333;
      margin: -1px -1px 0 -1px;
      z-index: 20;
      position: relative;
      padding-bottom: 1px; }
    #header #navbar ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #header #navbar ul.navigation {
        float: right;
        position: relative;
        padding: 0;
        list-style: none;
        transform: translateY(-50%);
        top: 50%; }
        #header #navbar ul.navigation li {
          float: left;
          position: relative;
          /*Active dropdown nav item */
          /* Dropdown CSS */
          /* Active on Hover */ }
          #header #navbar ul.navigation li.active > a { color:rgb(41,171,226)!important; }
          #header #navbar ul.navigation li a {
            font-family: "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
            display: inline-block;
            padding: 0.3rem 0.8rem;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
            #header #navbar ul.navigation li a:before, #header #navbar ul.navigation li a:after {
              content: "";
              position: absolute;
              width: 100%;
              height: 3px;
              bottom: 0;
              left: 0;
              background-color: rgb(41,171,226);
              visibility: hidden;
              -webkit-transform: scaleX(0);
              -moz-transform: scaleX(0);
              -ms-transform: scaleX(0);
              -o-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              transition: all 0.4s ease; }
            #header #navbar ul.navigation li a:hover:before {
              visibility: visible;
              -webkit-transform: scaleX(0.75);
              -moz-transform: scaleX(0.75);
              -ms-transform: scaleX(0.75);
              -o-transform: scaleX(0.75);
              transform: scaleX(0.75); }
            #header #navbar ul.navigation li a.active:after {
              top: 0;
              visibility: visible;
              -webkit-transform: scaleX(0.75);
              -moz-transform: scaleX(0.75);
              -ms-transform: scaleX(0.75);
              -o-transform: scaleX(0.75);
              transform: scaleX(0.75); }
          #header #navbar ul.navigation li.active a:after {
            top: 0;
            visibility: visible;
            -webkit-transform: scaleX(0.75);
            -moz-transform: scaleX(0.75);
            -ms-transform: scaleX(0.75);
            -o-transform: scaleX(0.75);
            transform: scaleX(0.75); }
          #header #navbar ul.navigation li ul {
            position: absolute;
            background-color: #333;
            border: 1px solid #333;
            border-top: 0;
            min-width: 12rem;
            text-align: left;
            z-index: 15;
            left: -1px;
            display: none; }
          #header #navbar ul.navigation li ul li {
            display: block;
            float: none;
            /* Active Dropdown nav item */ }
            #header #navbar ul.navigation li ul li.active > a {
              background-color: white;
              color: rgb(41,171,226); }
            #header #navbar ul.navigation li ul li:hover > a {
              background-color: rgb(41,171,226);
              color: #fff; }
            #header #navbar ul.navigation li ul li a {
              display: block;
              margin: 0 -1px; }
              #header #navbar ul.navigation li ul li a:after, #header #navbar ul.navigation li ul li a:before {
                display: none; }
          #header #navbar ul.navigation li ul ul {
            left: 100%;
            top: 0px; }
          #header #navbar ul.navigation li:hover > ul {
            display: block; }
        @media only all and (max-width: 59.938em) {
          #header #navbar ul.navigation {
            display: none; } }
    #header #navbar .panel-activation {
      padding: 1rem;
      display: none;
      font-size: 1.8rem;
      cursor: pointer;
      float: right; 
      color: #29ABE2!important; }
      @media only all and (max-width: 59.938em) {
        #header #navbar .panel-activation {
          display: inline-block; } }

.header-image.fullwidth #body {
  padding-left: 0;
  padding-right: 0; }
  .header-image.fullwidth #body > .listing-row {
    padding-left: 7rem;
    padding-right: 7rem; }
.header-image .listing-row:last-child {
  margin-bottom: 2rem; }
.header-image #body .flush-top {
  margin-top: -9.5rem;
  padding-top: 9rem; }
.header-image #breadcrumbs {
  margin-top: 1rem; }
.header-image #header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .header-image #header .navigation .has-children:hover a {
    color: rgb(41,171,226); }
  .header-image #header #logo h3, .header-image #header #logo a {
    color: #FFFFFF; }
  .header-image #header a, .header-image #header .menu-btn {
    color: #FFFFFF; }
  .header-image #header a:before, .header-image #header a:after {
    background-color: rgba(255, 255, 255, 0.7) !important; }

#footer {
  background: white;
  height: 2.5rem;
  color: #333;
  text-align: center; }
  #footer a:hover {
    color: #29ABE2; }
  #footer p {
    margin: 0; }
    #footer p .fa {
      color: #29ABE2; }

html, body, button, input, select, textarea, .pure-g, .pure-g [class*="pure-u"] {
  font-family: "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 100; 
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Wire One", "Novacento Sans Wide","Helvetica","Tahoma","Geneva","Arial",sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }

p { font-size: 1.3rem; }
@media only all and (min-width: 48em) and (max-width: 59.938em) {
  p {
    font-size: 1.15rem; } }
@media only all and (max-width: 47.938em) {
  p {
    font-size: 1.0rem; } }

h1 { font-size: 3.2rem; }
@media only all and (max-width: 47.938em) {
  h1 {
    font-size: 2.0rem;
    line-height: 1.2;
    } }

h2 { font-size: 2.0rem; }
@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h2 {
    font-size: 1.8rem; } }
@media only all and (max-width: 47.938em) {
  h2 {
    font-size: 1.6rem; } }

h3 { font-size: 1.6rem; }
@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h3 {
    font-size: 1.4rem; } }
@media only all and (max-width: 47.938em) {
  h3 {
    font-size: 1.2rem; } }

h4 { font-size: 1.2rem; }
@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h4 {
    font-size: 1.15rem; } }
@media only all and (max-width: 47.938em) {
  h4 {
    font-size: 1.05rem; } }

h5 { font-size: 1.15rem; }
@media only all and (min-width: 48em) and (max-width: 59.938em) {
  h5 {
    font-size: 1.05rem; } }
@media only all and (max-width: 47.938em) {
  h5 {
    font-size: 1.0rem; } }

h1 + h2 {
  font-size: 2rem;
  line-height: 1;
  font-family: "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    h1 + h2 {
      font-size: 1.6rem; } }
  @media only all and (max-width: 47.938em) {
    h1 + h2 {
      font-size: 1.5rem; } }

h2 + h3 {
  font-size: 2rem;
  line-height: 1;
  font-family: "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300; }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    h2 + h3 {
      font-size: 1.6rem; } }
  @media only all and (max-width: 47.938em) {
    h2 + h3 {
      font-size: 1.5rem; } }

li { font-size: 1.3rem; 
     padding-top: 0.5rem; 
     padding-bottom: 0.5rem; }
@media only all and (min-width: 48em) and (max-width: 59.938em) {
  li {
    font-size: 1.15rem; } }
@media only all and (max-width: 47.938em) {
  li {
    font-size: 1.0rem; } }

blockquote {
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  background-color: #1F4E79;
  border-left: 10px solid #29ABE2; }
  blockquote p {
    padding: 0.5em;
    font-size: 1.3rem;
    color: white; }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      blockquote p {
        font-size: 1.15rem; } }
    @media only all and (max-width: 47.938em) {
      blockquote p {
        font-size: 1.0rem; } }
  blockquote cite {
    display: block;
    text-align: left;
    color: #29ABE2!important;
    font-weight: 900;
    font-size: 0.7rem; }

blockquote > blockquote > blockquote {
  margin: 0; }
  blockquote > blockquote > blockquote p {
    padding: 15px;
    display: block;
    font-size: 1.2rem;
    margin-top: 0rem;
    margin-bottom: 0rem; }
  blockquote > blockquote > blockquote > p {
    margin-left: -71px;
    border-left: 10px solid #F0AD4E;
    background: #FCF8F2;
    color: #df8a13; }
    blockquote > blockquote > blockquote > p a {
      color: #b06d0f; }
      blockquote > blockquote > blockquote > p a:hover {
        color: #f2b866; }
  blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -94px;
    border-left: 10px solid #D9534F;
    background: #FDF7F7;
    color: #b52b27; }
    blockquote > blockquote > blockquote > blockquote > p a {
      color: #8b211e; }
      blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #de6764; }
  blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -118px;
    border-left: 10px solid #5BC0DE;
    background: #F4F8FA;
    color: #28a1c5; }
    blockquote > blockquote > blockquote > blockquote > blockquote > p a {
      color: #1f7e9a; }
      blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #70c8e2; }
  blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -142px;
    border-left: 10px solid #5CB85C;
    background: #F1F9F1;
    color: #3d8b3d; }
    blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a {
      color: #2d672d; }
      blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #6ec06e; }

code,
kbd,
pre,
samp {
  font-family: "Inconsolata", monospace; }

code {
  background: #f9f2f4;
  color: #9c1d3d; }

pre {
  padding: 2rem;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 3px; }
  pre code {
    color: #237794;
    background: inherit; }

hr {
  border-bottom: 4px solid #F0F2F4; }

.page-title {
  margin-top: -25px;
  padding: 25px;
  float: left;
  clear: both;
  background: rgb(41,171,226);
  color: #fff; }

.label {
  vertical-align: middle;
  background: rgb(41,171,226);
  border-radius: 100%;
  color: #fff;
  height: 1rem;
  min-width: 1rem;
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  font-size: 0.7rem;
  font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  margin-right: 0.75rem; }

fieldset {
  border: 1px solid #ddd; }

textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
  textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
    border-color: rgb(41,171,226);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 163, 214, 0.7); }

.form-field .required {
  color: #F3443F;
  font-size: 3rem;
  line-height: 3rem;
  vertical-align: top;
  height: 1.5rem;
  display: inline-block; }

form .buttons {
  text-align: center; }
form input {
  font-weight: 400; }

.button {
  background: #1F4E79;
  color: #fff; 
  border: 1px solid #1F4E79;
  border-radius: 3px; }
  .button:hover { 
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    color: #fff; }
  .button:active {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08); 
    color: #fff; }

.button-secondary {
  background: #fff;
  color: #F6635E;
  border: 1px solid #F6635E;
  border-radius: 3px; }
  .button-secondary:hover {
    background: #F6635E;
    color: #fff; }
  .button-secondary:active {
    box-shadow: 0 1px 0 #f32b24; }

.bullets {
  margin: 1.7rem 0;
  margin-left: -0.85rem;
  margin-right: -0.85rem;
  overflow: auto; }

.bullet {
  float: left;
  padding: 0 0.85rem; }

.two-column-bullet {
  width: 50%; }
  @media only all and (max-width: 47.938em) {
    .two-column-bullet {
      width: 100%; } }

.three-column-bullet {
  width: 33.33333%; }
  @media only all and (max-width: 47.938em) {
    .three-column-bullet {
      width: 100%; } }

.four-column-bullet {
  width: 25%; }
  @media only all and (max-width: 47.938em) {
    .four-column-bullet {
      width: 100%; } }

.bullet-icon {
  float: left;
  background: rgb(41,171,226);
  padding: 0.875rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.75rem;
  text-align: center; }

.bullet-icon-1 {
  background: rgb(41,171,226); }

.bullet-icon-2 {
  background: #1be9da; }

.bullet-icon-3 {
  background: #d5e91b; }

.bullet-content {
  margin-left: 4.55rem; }

.sb-slidebar {
  background-color :#1F4E79!important; 
  border-color: #1F4E79; 
  width: 75%!important; }

.sb-site-container {
  background-color: #F2F2F2!important; 
}

#panel {
  margin-top: 5rem;
  padding-top: 0;
  color: white; }
  #panel .navigation {
    list-style: none;
    padding: 0; }
    #panel .navigation li {
      border-bottom: 0 solid white; }
      #panel .navigation li a {
        color: white;
        display: block;
        padding: 0.5rem 1rem;
        font-weight: 200; }
        #panel .navigation li a:hover {
          color:#29ABE2;
          background-color: #1F4E79; }
        #panel .navigation li a:last-child {
          border-bottom: 0; }
      #panel .navigation li.active > a {
        background: white;
        color: #29ABE2; 
        font-weight: 400!important; }
        #panel .navigation li.active > a:hover {
          background-color: #1F4E79; 
          font-weight: 400!important; }
      #panel .navigation li:first-child {
        border-top: 0 solid white; }
      #panel .navigation li ul {
        list-style: none;
        padding: 0; }
        #panel .navigation li ul li {
          border: 0 !important; }
          #panel .navigation li ul li a {
            color: white;
            padding: 0.2rem 1rem 0.2rem 2rem;
            font-size: 0.9rem; }
          #panel .navigation li ul li li a {
            padding-left: 3rem; }
            #panel .navigation li ul li li a li a {
              padding-left: 4rem; }
          #panel .navigation li ul li.active > a {
            color: #29ABE2;
            background-color: #1F4E79;
            font-weight: 400!important; }

.blog-header {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .blog-header.blog-header-image {
    background-size: cover;
    background-position: center; }
    .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
      color: #FFFFFF; }
  .blog-header h1 {
    font-size: 4rem;
    margin-top: 0; }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .blog-header h1 {
        font-size: 3rem; } }
    @media only all and (max-width: 47.938em) {
      .blog-header h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 2.5rem; } }
  .blog-header + .blog-content {
    padding-top: 3rem; }

.list-item {
  margin-bottom: 3rem; }
  .list-item:last-child {
    border-bottom: 0; }
  .list-blog-header { background-color:white; padding-bottom: 2rem; }
  .list-item .list-blog-header {
    position: relative; }
    .list-item .list-blog-header h4  {
      margin-bottom: 0.5rem; }
      .list-item .list-blog-header h4 a {
        color: #444; }
        .list-item .list-blog-header h4 a:hover {
          color: rgb(41,171,226); }
    .list-item .list-blog-header img {
      display: block;
      margin-top: 1rem;
      border-radius: 3px; }
  .list-blog-date { color: rgb(41,171,226); }
  .list-blog-date em { color: black; }
  .list-item .list-blog-date {
    float: right;
    text-align: center; }
    .list-item .list-blog-date span {
      display: block;
      font-size: 1.75rem;
      font-weight: 600;
      line-height: 110%; }
    .list-item .list-blog-date em {
      display: block;
      border-top: 1px solid #EEEEEE;
      font-style: normal;
      text-transform: uppercase; }

.blog-content-item .list-blog-padding > p:nth-child(2) {
  font-size: 1.2rem; }

.tags a {
  display: inline-block;
  font-size: 0.8rem;
  border: 1px solid rgb(41,171,226);
  border-radius: 3px;
  padding: 0.1rem 0.4rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase; }

.archives, .related-pages {
  padding: 0;
  list-style: none; }
  .archives li, .related-pages li {
    border-bottom: 1px solid #EEEEEE;
    line-height: 2rem; }
    .archives li:last-child, .related-pages li:last-child {
      border-bottom: 0; }

.related-pages li a {
  display: block; }
.related-pages .score {
  display: block;
  float: right;
  color: #999;
  font-size: 85%; }

.syndicate a {
  margin-bottom: 1rem; }

div#breadcrumbs {
  padding-left: 0; }
  @media only all and (max-width: 47.938em) {
    div#breadcrumbs {
      display: none; } }

#sidebar {
  padding-left: 3rem; }
  @media only all and (max-width: 47.938em) {
    #sidebar {
      padding-left: 0; } }
  #sidebar .sidebar-content {
    margin-bottom: 3rem; }
    #sidebar .sidebar-content h4 {
      margin-bottom: 1rem; }
    #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
      margin-top: 0; }

ul.pagination {
  margin: 0 0 3rem;
  text-align: center; }

.prev-next {
  margin-top: 5rem;
  text-align: center; }

#error {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 6rem; }
  #error h1 {
    font-size: 5rem; }
  #error p {
    margin: 1.2rem 0; }

.simplesearch h1 {
  margin-bottom: 0; }
.simplesearch .center {
  text-align: center; }
.simplesearch input {
  display: inline-block;
  max-width: 30rem;
  font-size: 2rem; }
.simplesearch .search-image {
  margin-top: 1rem; }
  .simplesearch .search-image img {
    border-radius: 4px; }
    @media only all and (max-width: 47.938em) {
      .simplesearch .search-image img {
        display: none; } }
@media only all and (max-width: 47.938em) {
  .simplesearch .search-item {
    margin-left: 0; } }
.simplesearch .search-wrapper .search-submit {
  height: 52px;
  padding: 0 10px; }
  .simplesearch .search-wrapper .search-submit img {
    width: 30px; }
.simplesearch .search-details {
  float: right;
  margin-top: -2.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #777777; }
  @media only all and (max-width: 47.938em) {
    .simplesearch .search-details {
      float: none;
      margin-top: -0.2rem;
      margin-bottom: 1rem; } }
.simplesearch hr {
  border-bottom: 1px solid #eee; }

.grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1; }

#body > script:first-child + .grav-lightslider {
  margin-top: -3rem; }

.modular.header-image #header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .modular.header-image #header #logo h3 {
    color: #FFFFFF; }
  .modular.header-image #header #navbar a {
    color: #FFFFFF; }
.modular .showcase {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #666;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFFFFF; }
  .modular .showcase h1 {
    font-size: 4rem;
    margin-top: 0; }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .modular .showcase h1 {
        font-size: 3rem; } }
    @media only all and (max-width: 47.938em) {
      .modular .showcase h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 2.5rem; } }
  .modular .showcase .button {
    color: #FFFFFF;
    padding: 0.7rem 2rem;
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    box-shadow: none;
    font-size: 1.3rem; }
    .modular .showcase .button:hover {
      background: rgba(255, 255, 255, 0.2); }

.modular .features {
  padding: 6rem 0;
  text-align: center; }
  .modular .features:after {
    content: "";
    display: table;
    clear: both; }
  .modular .features h2 {
    margin: 0;
    line-height: 100%; }
  .modular .features p {
    margin: 1rem 0;
    font-size: 1.5rem; }
    @media only all and (max-width: 47.938em) {
      .modular .features p {
        font-size: 1.2rem; } }
  .modular .features .feature-items {
    margin-top: 2rem; }
    @supports not (flex-wrap: wrap) {
      .modular .features .feature-items {
        overflow: hidden; } }
  .modular .features .feature {
    float: left;
    width: 25%;
    vertical-align: top;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
      .modular .features .feature {
        margin-top: 1rem;
        width: 50%; } }
    @media only all and (max-width: 30em) {
      .modular .features .feature {
        margin-top: 1rem;
        width: 100%; } }
    .modular .features .feature i.fa {
      font-size: 2rem;
      color: rgb(41,171,226); }
    .modular .features .feature h4 {
      margin: 0;
      font-size: 1.1rem; }
    .modular .features .feature p {
      display: inline-block;
      font-size: 1.2rem;
      margin: 0.2rem 0 1rem; }
  .modular .features.big {
    text-align: center; }
    .modular .features.big .feature {
      width: 50%; }
      @media only all and (max-width: 30em) {
        .modular .features.big .feature {
          margin-top: 1rem;
          width: 100%; } }
    .modular .features.big i.fa {
      font-size: 3rem;
      float: left; }
    .modular .features.big .feature-content {
      padding-right: 2rem; }
      .modular .features.big .feature-content.icon-offset {
        margin-left: 5rem; }
      .modular .features.big .feature-content h4 {
        font-size: 1.3rem;
        text-align: left; }
      .modular .features.big .feature-content p {
        padding: 0;
        text-align: left; }

.callout {
  background: #f6f6f6;
  padding: 6rem 0.938rem; }
  @media only all and (max-width: 59.938em) {
    .callout {
      text-align: center; } }
  .callout .align-left {
    float: left;
    margin-right: 2rem; }
    @media only all and (max-width: 59.938em) {
      .callout .align-left {
        float: none;
        margin-right: 0; } }
  .callout .align-right {
    float: right;
    margin-left: 2rem; }
    @media only all and (max-width: 59.938em) {
      .callout .align-right {
        float: none;
        margin-left: 0; } }
  .callout img {
    border-radius: 3px; }

.modular .modular-row:last-child {
  margin-bottom: 2rem; }

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