 

<style type="text/css">
/* =WordPress Core
-------------------------------------------------------------- */

.row {
    max-width: 75rem !important;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

a img.alignnone {
    margin: 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: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/* RYNO Styles */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container iframe,
iframe#html5gallery-elem-video-11 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.html5gallery-box-11,
div.html5gallery-elem-11,
div.html5gallery-elem-img-11 {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
  position: relative !important;
}

img.html5gallery-elem-image-11 {
    border: none;
    position: absolute;
    opacity: inherit;
    filter: inherit;
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: -56px;
    width: 100% !important;
    height: auto !important;
}

div.html5gallery-car-11 {
  top: 0 !important;
  margin-top: 30px;
  position: relative !important;
}

body {
  background: #ffffff;
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif; !important;
  color: #383838;
}

.clear {
  clear: both;
}

h1, h2, h3 {
  font-family: 'Roboto', sans-serif;;
  font-weight: bold;
  margin-top: 0;
}

h1,
h2.blog-title {
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 2.25rem;
  text-align: center;
}

h1.home-title,
.content-area h1 {
  color: #242424;
  font-size: 2.15rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: left;
}

h2 {
  color: #242424;
  font-size: 1.75rem;
  line-height: 1.25em;
  margin-bottom: 10px;
}

h3 {
  color: #242424;
  font-size: 1.375rem;
  font-weight: bold;
}

p, 
ul,
ol {
  font-size: 1rem;
  line-height: 1.390rem;
}

a,
a:link,
a:visited {
  color: #003a6a;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

a:hover {
  color: #001c4c;
}

a.btn,
button,
.button {
  border-radius: 3px;
  color: #ffffff !important;
  display: block;
  font-family: 'Roboto', sans-serif;;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  width: 100%;
}

a.btn-default,
button,
.button {
  background: #003a6a;
  background: -moz-linear-gradient(top,  #003a6a 0%, #001242 100%);
  background: -webkit-linear-gradient(top,  #003a6a 0%, #001242 100%);
  background: linear-gradient(to bottom,  #003a6a 0%, #001242 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a6a', endColorstr='#002656',GradientType=0 );
}

a.btn-secondary,
button.secondary,
.button.secondary {
  background: #dc9c28;
  background: -moz-linear-gradient(top,  #dc9c28 0%, #b47400 100%);
  background: -webkit-linear-gradient(top,  #dc9c28 0%, #b47400 100%);
  background: linear-gradient(to bottom,  #dc9c28 0%, #b47400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc9c28', endColorstr='#c88814',GradientType=0 );
}

a.btn-alert,
button.alert,
.button.alert {
  background: #f0081e;
  background: -moz-linear-gradient(top,  #f0081e 0%, #c80000 100%);
  background: -webkit-linear-gradient(top,  #f0081e 0%, #c80000 100%);
  background: linear-gradient(to bottom,  #f0081e 0%, #c80000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0081e', endColorstr='#dc000a',GradientType=0 );
}

a.btn-default:hover,
button:hover,
.button:hover {
  background: #003a6a;
  background: -moz-linear-gradient(top,  #001242 0%, #003a6a 100%);
  background: -webkit-linear-gradient(top,  #001242 0%,#003a6a 100%);
  background: linear-gradient(to bottom,  #001242 0%,#003a6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001242', endColorstr='#003a6a',GradientType=0 );
}

a.btn-secondary:hover,
button.secondary:hover,
.button.secondary:hover {
  background: #c88814;
  background: -moz-linear-gradient(top,  #b47400 0%, #dc9c28 100%);
  background: -webkit-linear-gradient(top,  #b47400 0%,#dc9c28 100%);
  background: linear-gradient(to bottom,  #b47400 0%,#dc9c28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b47400', endColorstr='#dc9c28',GradientType=0 );
}

a.btn-alert:hover,
button.alert:hover,
.button.alert:hover {
  background: #dc000a;
  background: -moz-linear-gradient(top,  #c80000 0%, #f0081e 100%);
  background: -webkit-linear-gradient(top,  #c80000 0%,#f0081e 100%);
  background: linear-gradient(to bottom,  #c80000 0%,#f0081e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80000', endColorstr='#f0081e',GradientType=0 );
}

form input.cf-text,
form .cf-textarea,
form select {
  border: 1px solird #ccc;
  box-shadow: none;
}

form select {
  background-color: #fff !important;
}

form textarea {
  resize: none;
}

textarea[rows] {
  height: 0;
}

div.wpcf7 img.ajax-loader {
  bottom: 0;
  position: absolute;
}

div.wpcf7-response-output {
  bottom: -5px;
  margin: 0;
  position: absolute;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  margin: 0;
}

form p {
  margin-bottom: 1rem;
}

.wpcf7-not-valid-tip {
  width: 10rem;
}

::-webkit-input-placeholder {
 color: #ffffff;
 opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
 color: #ffffff;  
 opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #ffffff;  
 opacity: 1;
}

:-ms-input-placeholder {  
 color: #ffffff;   
 opacity: 1;
}

/* Sink */
.hvr-sink {
  position: relative;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  margin-top: 8px !important; 
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}
  
/* Header */
.header {
  background-color: #ffffff;
  background-image: url(