/*------- MAIN STYLES ------- */
  /*------- 1. GLOBAL ------- */
  /*------- 2. HEADER ------- */
  /*------- 3. TOP CONTENT ------- */
  /*------- 4. MID-CONTENT ------- */
  /*------- 5. BOTTOM PATTERN ------- */
  /*------- 6. FOOTER ------- */
  /*------- 7. RESPONSIVE ------- */


/*------- BUTTONS ------- */



/* General button style (reset) */
.btn {
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    /**color: #67574e;**/
    width: 200px;
    height: 50px;
    background: none;
    cursor: pointer;
    padding: 5px;
    display: inline-block;
    margin-right: 35px;
    margin-left:35px;
    margin-top:20px;
    text-transform: uppercase;

    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition:all 0.3s ;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-2 {
    background: #febd38;
    color: #67574e;
    box-shadow: 0 6px #d19d2c;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-2g {
    border-radius: 40px;
}

.btn-2g:hover {
    background: #d19d2c;
    box-shadow: 0 4px #d19d2c;
    top: 2px;
}

.btn-2g:active {

    box-shadow: 0 0 #d19d2c;
    top: 6px;
}

.btn-4 {
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    width: 165px;
}

.btn-4:active {
    border-color: #17954c;
    color: #c93032;
}

.btn-4:hover {
    background: #c93032;
}

.btn-4:before {
    position: absolute;
    height: 50px;
    font-size: 17px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-4:active:before {
    color: #c93032;
}



/* Button 4c */
.btn-4c:before {
    left: 70%;
    opacity: 0;
    top: 0;
}

.btn-4c:hover:before {
    left: 80%;
    opacity: 1;
}

.contact-btn {
    float: right;
    margin-top: 95px;
}

.cl-effect-9 a {
    margin: 0 20px;
    padding: 18px 20px;
}

.cl-effect-9 a::before,
.cl-effect-9 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    content: '';
    opacity: 0.2;
    -webkit-transition: opacity 0.3s, height 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s;
    transition: opacity 0.3s, height 0.3s;
}

.cl-effect-9 a::after {
    top: 100%;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-9 a span:first-child {
    z-index: 2;
    display: block;
}

.cl-effect-9 a span:last-child {
    z-index: 1;
    display: block;
   /** padding: 8px 0 0 0;
    color: rgba(0,0,0,0.4);**/
    text-shadow: none;
    text-transform: none;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:focus::before {
    height: 0px;
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:hover::after,
.cl-effect-9 a:focus::before,
.cl-effect-9 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.cl-effect-9 a:hover span:last-child,
.cl-effect-9 a:focus span:last-child {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}



.navbar-wrapper {
    /**background-color: #ffffff;**/
    width: 100%;
    height: 80px;
    left: 0;
    top: 25px;
    z-index:1;
    position: absolute;
    text-align: right;

}

tr.spacer
{
  margin-top: 20px;
}

.rp-navbar {
        cursor: default;
        height: 90px;
        padding: 0;
        margin-right: 50px;
         position: relative;
        }


        .rp-navbar ul {
            margin: 0 auto;
        }

        .rp-navbar ul li {
            color: #ffffff;
            position: relative;
            display: inline-block;
            margin-top:12px;
        }

        .rp-navbar ul li a {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        border: 0;
        display: block;
        padding-left: 20px;
        padding-bottom: 1px;
        font-size: 17px;
        font-family: 'Lato', sans-serif;

        }


        .rp-navbar ul li:hover a {
            color: #67574e;
        }

        .rp-navbar ul li ul {
           background-color: #fff;
            border-radius: 5px;
            min-width: 15em !important;
            /**padding: 1em 0;**/
            position: absolute;
            font-family: 'Lato', sans-serif;
            text-align: left;
            box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.5);
            visibility: hidden;
        }

        .rp-navbar ul li ul li {
            color:#ffffff;
        }

        .rp-navbar ul li ul li a{
            list-style: none;
            text-align: left;
            color: #ffffff;
            /*line-height: 2em;*/
            /*padding: 0 0 1px 3px;*/
        }

        .rp-navbar ul li:hover ul {
            display: block;
            opacity: 1;
            visibility: visible;
        }

        .rp-navbar ul li ul li:hover a {
            color: #67574e;
        }




/*------- 1. GLOBAL ------- */



body, p {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size:15px;
    line-height: 24px;
    font-weight:400;
    text-align: left;

}

li {line-height: 24px;}

.pull-quote {
    color: #67574e;
    font-family: 'Gentium Basic', serif;
    font-size:26px;
    line-height: 40px;
    font-weight:bold;
    font-style: italic;
    text-align: center;
}

.pull-quote-name {
    color: #000000;
    font-family: 'Gentium Basic', serif;
    font-size:24px;
    line-height: 38px;
    font-weight:normal;
    text-align: center;
}



/** .cta  {
    display: inline;
    width:400px;
    border-radius: 4px;
    border:none;
    padding: 10px;
}**/

h1 {
    font-family: 'Lustria', serif;
    color:#fff;
    font-size:57px;
    font-weight:400;
}

h2 {
    font-family: 'Gentium Basic', serif;
    font-size:37px;
    line-height: 45px;
    font-weight:400;
    color:#fff;
    font-style: italic;
    margin-bottom: 40px;
}

h3 {
    font-family: 'Lato', sans-serif;
    color:#67574e;
    font-size:30px;
    font-weight:bold;
    line-height: 43px;
      text-align: center;
    margin-bottom: 35px;

}

h4 {
    font-family: 'Gentium Basic', serif;
    color:#092a43;
    font-size:33px;
    font-style:italic;
        text-align: center;

}



h5 {
    font-family: 'Lato', sans-serif;
    color:#67574e;
    font-size:25px;
    font-weight:bold;
    line-height: 35px;
      text-align: center;
    margin-bottom: 35px;


}

h6 {
    font-family: 'Gentium Basic', serif;
    color:#092a43;
    font-size:27px;
    font-style:italic;
        text-align: center;

}

.benefits h5, h6 {
    display: inline;
    text-align: center;
    margin-bottom: 50px;
     }

     .benefits-hp h5, h6 {
    display: inline;
    text-align: center;
    margin-bottom: 50px;
     }

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

.hp-tag {
    font-family: 'Lato', sans-serif;
     font-size:30px;
    line-height: 45px;
    font-weight:400;
    color:#fff;
    margin-bottom: 40px;
    letter-spacing: 2px;

}



/*------- 2. HEADER ------- */


.logo img {
    margin-top:20px;
    text-align: left;
    margin-left: 10px;
    display: inline-block;
    left: 0;
    top: 0;
    position: relative;
    z-index: 10;
}

.benefits h3, h4 {
    display: inline;
    text-align: center;
    margin-bottom: 50px;
     }

     .benefits-hp h3, h4 {
    display: inline;
    text-align: center;
    margin-bottom: 50px;
     }




header {
    margin-top: 10px;
   /** width: 1020px;**/
}

header h1 {
    margin:0;
    float: left;
}




video {
    min-width: 1220px;
   min-height: 100%;
   width: auto;
   height: auto;
    /**background: no-repeat;
    background-size: cover;**/
}

.videoInsert {
    position: absolute;
    margin-top:-15px;
    right: 0;
    left:0;
    bottom: 20;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow:hidden;

}


.h2-video {
    font-family: 'Lustria', serif;
    font-size:57px;
    line-height: 45px;
    font-weight:400;
    color:#ffffff;
    margin-right: auto;
    margin-left: auto;

    font-style: bold;
    z-index: 99999999999;
    position: relative;
    text-align: center;
   text-shadow: 2px 2px 8px #000000;
}

.header-video {
    background:##092a43 url('../images/rp-header-image-video.jpg') center center ;
    background-size: cover;
    -moz-background-size:cover;
    margin:auto;
    min-height: 485px;
    width: 1220px;

    left:0;
    top:0;
    z-index: 0;
    position: relative;
}



/**header nav {
    display:inline;
}**/

/**
header nav ul {
    float: right;
    list-style-type: none;
    margin-top: 30px;
}

header nav ul li {
    display: inline;
    padding:0px 20px;
}

header nav ul li a {
    color:#fff;
    text-decoration: none;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight: 600;
    text-transform: uppercase;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

header nav ul li a:hover {
    color:#fc0;
}**/

a, a:visited {
    color:#fff;
}

.header {
    background:#ffffff url('../images/rp-header-image-2.jpg') center center no-repeat ;
    background-size: cover ;
    -moz-background-size:cover;
    margin:0;
    min-height: 715px;
}

.text-on-water {
    text-align: center;
    margin-top: 220px;
    /**width: 1020px;**/
    margin-left: auto;
    margin-right: auto;
}

.top-cta {
    background: rgba(3, 42, 81, 0.5) ;
    background-size: cover;
    -moz-background-size:cover;
    margin-bottom:-12px;
    padding: 40px 0 15px 80px;
}

/*------- 3. TOP CONTENT ------- */

.benefits {
    padding-bottom:35px;
    margin-top:0px;
  /**width: 960px;**/
  margin-right: auto;
  margin-left: auto;

}

.benefits-hp {
    padding-bottom:0px;
    margin-top:0px;
  /**width: 960px;**/
  margin-right: auto;
  margin-left: auto;

}

 /*------- 4. MID-CONTENT ------- */

.mid-content img {
    margin-bottom: -6px;
}

.mid-content {
    padding: 20px 0;
    margin-bottom: 130px;
    margin-top: 60px;
    /**width: 1020px;**/
}

  /*-------  QUOTES ------- */

.testimonials {
    background-color:#cbebfa;
    padding: 30px 0;
    /**width: 1020px;**/
}

.testimonials img {
    margin-top:40px;
}

  /*------- 5. BOTTOM PATTERN ------- */

.bottom-cta {
    background: url('../images/bottom-cta-bg.jpg') center center;
    background-size: cover;
    -moz-background-size:cover;
    margin:0;
    min-height: 25px;
    /*padding:60px 0 20px;*/
}

.bottom-cta  {
    margin:0 0 0px 0;
}

.bottom-cta   {
    background: #67574e!important;
    border:none;
}

  /*------- 6. FOOTER ------- */

.footer {
    background-color:#092a43;
    color:#ffffff;
    padding-top:20px;
    text-align: center;
}

.footer-text {

  /**width: 960px;**/
  margin-right: auto;
  margin-left: auto;
}

.right {
    text-align: right;
}

/*------- 7. RESPONSIVE ------- */

 /**@media only screen and (max-width: 479px) {


h1 {
    font-size:50px;
    text-align:center;
    margin-bottom: 30px;
}

h2 {
    font-size:32px;
    text-align: center;
}

h4, p, h5   {
    text-align: center;
}

header nav ul {
    float: none;
    margin-top: 10px;
    text-align: center;
}

header nav ul li {
    display: inline;
    padding: 0 20px 0 20px;
}

header nav ul li a {
    color:#fff;
    text-decoration: none;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight: 600;
    text-transform: uppercase;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.top-cta {
    padding: 20px 0;
}

.testimonials img {
    margin-top:20px;
    display: block;
    text-align: center;
}

.logo img {
    margin-top:20px;
    text-align: center;
}

.logo {
    margin-top:20px;
    text-align: center;
}

.right img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

input[type=text],
input[type=email] {
    margin-bottom: 20px !important;
}

}
