@charset "UTF-8";


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/* fix for responsive design on IE10 http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-dont-forget-the-viewport-meta-tag/
*/

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

html {
 /*   font-size: 62.5%; */ /* this efecticely sets 1rem to 10px*/
 font-size:0.875em /* sets the base font to effectively 14px depending on the device */

}


body {
    font-family: "nimbus-sans", Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    position:relative;
    box-sizing: border-box;

/*    font-size: 0.875em;*/
    font-size: 75%;

    line-height:1.5;

    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;

    width:100%;
    max-width:100%;
    min-height:100%;
    height:100%;/*830px;*/
    margin:0;
    padding:0;
    border: 0;

    -webkit-hyphens: none;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    word-wrap:break-word;
    color: #444444;
    /*background-color:#dfecfb ;*/
}

html, button, input, select, textarea,
    .pure-g [class *= "pure-u"] {
        /* Set your content font stack here: */
    font-family: "nimbus-sans", Helvetica, sans-serif;
}

@media only screen and (min-width : 35.5em) {
  body{
        font-size:85%;
    }
}
@media only screen and (min-width : 48em) {
    body{
        font-size:100%;
    }
}

/* FORM STYLES */
/* pure break points sm 35.8em md 48em lg xl 64em 80em */
form {
  font-size: 1.1rem
}
@media only screen and (min-width: 48em) {
  form {
    font-size:1rem;
  }
}


h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	margin-top: 0;
	text-rendering: optimizeLegibility; /*  voodoo to enable ligatures and kerning | https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
	color: #222222;
}

a {
  color: #2B9900;/*not quite shocking green*/
  text-decoration:none;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {}

hr{
    color: #9E8A7F;
}

/**
 * =======================================================================
	 Paragraphs and Indentation
 * =======================================================================
 */

p {
       margin: auto auto 1.5em; /* bottom margin for paragraphs */
       font-family: "nimbus-sans", sans-serif;
       font-style: normal;
       font-weight: 400;
}


/**
 *
 * =======================================================================
	 Hyphens
 * =======================================================================
 */

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
	/* Accepted values: [ none | manual | auto ] */ /* http://meyerweb.com/eric/thoughts/2012/12/17/where-to-avoid-css-hyphenation */
	-webkit-hyphens: none; /* Safari 5.1 thru 6, iOS 4.2 thru 6 */
	-moz-hyphens: none; /* Firefox 16 thru 20 */
	-ms-hyphens: none; /* IE10 */
	-o-hyphens: none; /* PRESTO...haha LOL */
	hyphens: none;	 /* W3C standard */
}

h1, h2, h3, h4, h5, h6 {
 font-family: "myriad-pro-condensed" , Helvetica, sans-serif;
}

h1{ font-size: 3em; /* for 36px based on 14px base 24/14 = 1.714*/
     margin-bottom:   0.64167em ; /* base font size (14) * base line size (1.65) / current font size (36) =  0.64167*/
}
h2{ font-size: 2.25em;  /*  */
    margin-bottom: 0.9625em;
}
h3{ font-size: 1.75em; /*21 */
  margin-bottom: 1.1em;

}
h4{ font-size: 1.125em;/*18*/
    margin-bottom: 1.2833em;
}
h5,h6{ font-size: 1em; /*14*/
       margin-bottom:1.65em;

}


p { font-size: 1.286em;}      /*18px*/
li{ font-size: 1em;}
ul{ font-size: 1em;}
li li, li p {font-size: 1em;} /* em sizes are relative to the parent so need to watch out*/

p, li, ul, li li, li p {
       font-family: "nimbus-sans", sans-serif;
       font-style: normal;
       font-weight: 400;
}

header{
   font-size:1em;
   padding:0;
   margin: 0.4em 0em 0.2em 0em;
   background-color: rgba(255,255,255,0.8);
}

.firstPage {

}


figure {
    margin: 0;
}

ul {
    list-style-type: disc;
    list-style-image: none;
    margin-top: 1em;
    margin-bottom: 1em;
}

p + ul li, h3 ~ ul li, h2 ~ ul li, h1 ~ ul li{
    font-size:1.3em;
    line-height:1.5em;
    /*color:#386774;*/
    /*color: #b3b3b3;*/
    letter-spacing:0.0em;
}



#page {
    /*	going for margin-left: 30px;  margin-right: 30px; margin-top: 10px;
    */

   /*margin:1em 0.857em 0 0.857em;*/
   margin:0;

}


/*
 * ======================================================
 *   section styling
 * ======================================================
 */

/* white-bg the default */
/*
.white-bg{

 background-color: #ffffff;
 color: #444444;
}
.gray-bg{
  background-color: #8e8173;
  color:white;
}
.light-gray{
  background-color: #F2F1F0;
  color: #444444;
}

.light-blue{
background-color: #eefcfd;
}

.blue-bg{
  background-color: #8d979b;
}

.dark-gray {
  background-color:#666666;
  color: white;
}

.dark-gray  h1,
.gray-bg h1,
.dark-gray h2,
.gray-bg h2,
.dark-gray h3,
.gray-bg h3,
.dark-gray h4,
.gray-bg h4,
.dark-gray h5,
.gray-bg h5,
.dark-gray h6,
.gray-bg h6{
  color: white;
}


*/
/* white-bg the default*/
.white-bg{
 background-color: #ffffff;
 color: #444444;
}
.gray-bg{
  background-color: #8e8173;
  color:white;
}
.light-gray{
  background-color: #F2F1F0;
  color: #444444;
}

.dark-gray {
  background-color:#666666;
  color: white;
}

section.dark-gray  a {
    color: #f9fd32;
}

.dark-gray h1,
.dark-gray h2,
.dark-gray h3,
.dark-gray h4,
.dark-gray h5,
.dark-gray h6{
  color: white;
}


.light-blue{
background-color: #eefcfd;
}

.blue-bg{
  background-color: #8d979b;
}



nav{
    width: 100%;
}

.navbar-brand {
    background-image: url("../Images/rr_logo_mg3.png");
    background-origin:content-box;
    background-repeat: no-repeat;
    /* approx background-size: 115px 30px; */
   /* background-size: 8.14em 2.14em;*/
    background-size:contain;
    background-position:center;
    text-indent: -999em;

    width: auto;
    display:block;
    margin-left: 0;
    margin-right:0;
    float:left;
}


nav.static{
    /*position: fixed;
    top: 1%;
    right:1%;
    left:1%;
    z-index:199;
    width:98%;
    */


}

header+.content{
    /*padding-top:3.2rem;
    */
}



.topMenuContainer{
    display: block;
    background-color:white;
    background-color: rgba(255,255,255,0.6);

    text-align: left;

    height:auto;
    width: 100%;

    padding: 0.3em 0;

    border-top: medium solid #9E8A7F;
    border-bottom: thin solid #9E8A7F;


    -webkit-box-shadow: 0em 0em;
    box-shadow: 0em 0em;
}



.topMenuContainer ul{
    display:none;
    clear:both;
    /*visibility:hidden;*/
    height:auto;
    margin:0;
    padding:0;
    /*margin-left:1em;*/
    background-color: white;
    background-color: rgba(255,255,255,0.5);
    /*width:100%;*/

}

ul.menuShow{
  display:block;
}


   .topMenuContainer li {
       display: block;
       /*clear: both ; */
       border-top: thin solid #9E8A7F;
   }



   .topMenuContainer a{
        display: block;
        margin-left:0.3em;
        text-align:left;
        color: #8c8c8c;
        text-decoration: none;
        font-family: futura-pt, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.75em; /*19px*/
        line-height:1.95em;
        min-width: 10rem;
        width: auto;

    }


    .topMenuContainer li a{
        padding-left:1em;
        margin-left:0;

    }


    .topMenuContainer a:hover {
        /*background-color: #3399cc;*/
        background-color:rgba(158, 138, 127, 0.1);
        text-decoration: none;
    }
    .topMenuContainer a:active {
        background-color: #00FF00;
        text-decoration: none;
    }
    .topMenuContainer a:focus {
        background-color: #00FF00;
    }



    a.navbar-brand:link {
       color: transparent;
       background-color: transparent;
    }
    a.navbar-brand:hover {
       background-color: transparent;
    }
    a.navbar-brand:active {
       background-color: transparent;
    }
    a.navbar-brand:focus {
       background-color: transparent;
    }

   /*
    * ============================================================================
    * headroom css for autohiding menu
    * ============================================================================
    */

    .header-fixed{
      position: fixed;
      z-index: 999;
      right: 0;
      left: 0;
      top: 0;
    }

    .header-spacer{
      height : 4.8em;
      width:100%;
    }

    .headroom {

     /*
     -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
     transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
     */

     -webkit-transition: -webkit-transform 0.5s ease-in-out;
     -moz-transition: -moz-transform 0.5s ease-in-out;
     -o-transition: -o-transform 0.5s ease-in-out;
     -ms-transition: -ms-transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
    }
    .headroom--pinned {
      -webkit-transform: translateY( 0% );
      -moz-transform: translateY( 0% );
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
    }
    .headroom--unpinned {
       -webkit-transform: translateY( -100% );
      -moz-transform: translateY( -100% );
      -o-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);

    }


    .masttelnumber{

         color:#8c8c8c; /*#9E8A7F*/
         float:right;
         padding-right:0.4em;
         padding-left:0.6em;
         cursor: pointer;
         vertical-align: bottom;
         font-size:1em;
         font-family: futura-pt, Helvetica, sans-serif;

    }


     .menubutton{
         color: #9E8A7F;

         float:right;
         padding-right:0.4em;
         padding-left:0.4em;
         cursor: pointer;
         vertical-align: bottom;
         font-size:0.9em;

     }
     .menutext{
       font-size:1.5em;
       padding-right: 0.2em;
     }



    .breadcrumb{
        display:none;
    }

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


@media screen and (min-width: 64em){
    .topMenuContainer ul {
        clear:none;
        display:inline;
        float:left;
        list-style-type: none;
        list-style-image: none;
        font-family: futura-pt, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        padding: 0;
        text-decoration: none;
        text-align: left;
        width: auto;/*100%;*/
    }

    .topMenuContainer li {
        float: left;
        border-top: none;
    }

    .topMenuContainer li.current a{
        color:#2B9900;
    }

    .topMenuContainer li.active a{
        color:#2B9900;
    }

    .topMenuContainer a {

        margin-right: 0.473em;
        margin-left:0.473em;
        text-align: center;
    }
    .topMenuContainer li a{
        padding-left:0;
        margin-left:0;
    }
    .topMenuContainer a:hover {
       background-color: transparent;
       color: #00FF00;

    }
    .topMenuContainer a:active {
       background-color: transparent;
      color: #2B9900;

    }
    .topMenuContainer a:focus {
         background-color: transparent;
      /*background-color: #00FF00;*/
       color: #00FF00;
    }

    .topMenuContainer .menubutton {
        display:none;
    }

    .topMenuContainer .menubutton span {
        display:none;
    }
}

.test-content{
    background-color: blue;

}

.neos-backend .test-content{
    background-color: transparent;
}



.clearfix:before,
.clearfix:after {
    display: table;
}
.clearfix:before,.clearfix:after {
    visibility: hidden;
    content: "";
    height:0;
    clear: both;
    display: table;

}
.clearfix {
   /* zoom: 1;*/
}

.f-links ul {
    list-style-image: none;
    list-style-type: none;
    width: 140px;
    color: #FFFFFF;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.f-contact {
    float: right;
    color: #FFFFFF;
    font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
}
.f-contact ul {
    list-style-image: none;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.breadcrumb {
    text-align: left;
    margin-left: 1.142em;
    margin-top: 0.6em;
    margin-right: 0.357em;
    margin-bottom: 0.5em;
    font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
    font-size: 0.857em; /*x-small;*/
    text-decoration: none;

}



.breadcrumb .title{color:#9a8b7d;/*warm grey*/  }

.breadcrumb  a {
    color: #9a8b7d;/*warm grey*/
    text-decoration:none;
}

.breadcrumb a:link {text-decoration:none;}
.breadcrumb  a:visited {text-decoration:none;}
.breadcrumb  a:hover {text-decoration:none;
                      color:#66cc00; /*shocking green*/}
.breadcrumb  a:active { }


.re_root_home {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.floatClear {
    clear: both;
}

.mainContent {
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.leftContent {
    width: 480px;
    float: left;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.rightContent {
    width: 480px;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 5px;
    margin-right: 10px;
}

.twitter-timeline {
    /* [disabled]width: 480px; */
    /* [disabled]float: left; */
    /* [disabled]margin-left: 10px; */
    /* [disabled]margin-right: 10px; */
    /* [disabled]max-width: 50%; */
}

.contentHeadlines {
}
.contentHeadlines h2{
}
.contentHeadlines p{
}

.article-section{
    padding-top:4em;
    padding-bottom:4em;
    margin:0;
}


.article-section  p,
.article-section ul,
.article-section li,
.article-section h1,
.article-section h2,
.article-section h3,
.article-section h4,
.article-section h5,
.article-section h6,
.article-section img{
    margin-left:1.5rem;
    margin-right:1.5rem;
}

@media screen and (min-width: 35.5em){
.article-section  p,
.article-section ul,
.article-section li,
.article-section h1,
.article-section h2,
.article-section h3,
.article-section h4,
.article-section h5,
.article-section h6,
.article-section img{
    margin-left:2rem;
    margin-right:2rem;
  }

}

@media screen and (min-width: 48em){
.article-section  p,
.article-section ul,
.article-section li,
.article-section h1,
.article-section h2,
.article-section h3,
.article-section h4,
.article-section h5,
.article-section h6,
.article-section img{
    margin-left:3rem; /*5%;*/
    margin-right:3rem;/*5%;*/
  }

}

.article-section-make-relative{
  position: relative;
  z-index:0;
}

.article-section-image-background{
  margin-top:-4em;
  margin:0;
  z-index:1;
}

div.article-section-image-background img{
  width:100%;
  height:auto;
  margin:0;
  display:block;
}

.article-image-section,
.article-section-with-back-image{
  width:100%;
  font-family: "myriad-pro-condensed",Helvetica, Arial, sans-serif;
}

.article-section-relative-content{
   position:absolute;
    top:15%;
    left:0;
    right:0;
    bottom:0;
   z-index:2;

}

.article-section-with-back-image{

  padding-top: 15%;
  padding-bottom:10%;

}

.content-padding-top-none{
  padding-top:0;
}
.content-padding-top-5{
  padding-top:5%;
}
.content-padding-top-10{
  padding-top:10%;
}
.content-padding-top-15{
  padding-top:15%;
}
.content-padding-top-20{
  padding-top:20%;
}

.content-padding-bottom-none{
  padding-bottom:0;
}

.content-padding-bottom-5{
  padding-bottom:5%;
}
.content-padding-bottom-10{
  padding-bottom:10%;
}
.content-padding-bottom-15{
  padding-bottom:15%;
}
.content-padding-bottom-20{
  padding-bottom:20%;
}


.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5,  .wf-loading p, .wf-loading a {
/* styles to use while Typekit is loading */
/* font-family: "myriad-pro-condensed"; */
visibility: hidden;
}

.wf-active h1,.wf-inactive h1, .wf-active h2, .wf-inactive h2, .wf-active h3, .wf-inactive h3, .wf-active h4, .wf-inactive h4, .wf-active h5, .wf-inactive h5, .wf-active h, .wf-inactive p, .wf-active a, .wf-inactive a  {
/* styles to use after Typekit is loaded */
visibility: visible;
}

.article-image-section h1,
.article-image-section h2,
.article-image-section h3,
.article-image-section h4,
.article-image-section h5,
.article-image-section h6,
.article-image-section p{
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 100;
  margin-bottom:0.2em;
}

.article-image-section h1 {

  font-size: 4.3em;
}

.article-image-section h2 {

  font-size: 3em;
}
.article-image-section h3 {

  font-size: 2.57em;
}

.article-image-section h4 {

  font-size: 2.21em;
}


.article-image-section h5,
.article-image-section h6{
  font-size: 2.21em;
}

.article-image-section p{

  font-size: 1.3em;
  line-height:1;
}


@media only screen and (min-width: 35.5em){
  .article-image-section h1 {

    font-size: 4.3em;
  }

  .article-image-sectiont h2 {

    font-size: 3em;
  }
  .article-image-section h3 {

    font-size: 2.57em;
  }

  .article-image-section h4 {

    font-size: 2.21em;
  }

  .article-image-section h5,
  .article-image-section h6{
    font-size: 2.21em;
  }

  .article-image-section p{

    font-size: 1.6em;
    line-height:1;
  }
  .article-image-section  {
  }
}


@media only screen and (min-width:48em){
  .article-section-relative-content{
    top:20%;
  }

  .article-image-section{
    font-size:130%;
    line-height:1.2;
    font-weight: 100;
  }
}

.article-section-remove-padding-top{
  padding-top:0;
}
.article-section-remove-padding-top > div.article-section-image-background{
  margin-top:0;
}

.article-section-remove-padding-bottom{
  padding-bottom:0;
}


#twitter {
   /* margin-left:5%;
    margin-right:5%;*/
    margin:0 auto;
}

/*teaser styling */

footer {

    background-color: #F2F1F0;
    max-width: 100%;
    margin:0 0 0 0;
    padding:0;

}

footer ul {
  list-style-type: none;
}

.footer-col {
    margin-left:5%;
}

.footer-logo {
    width: auto;
    display:block;
    margin-left: 0; margin-right:0;
    margin:1em 0;

}

.footer-img-logo{
    width:8em;

}

.footer-img-social{
    width:1.5em;
}


footer a {
    font-size:1.5em;
    color: #3399cc;

}

.footer-address {
    font-size:1.2em;
    line-height:1.45;
    text-transform : capitalize;
}

.copyright-info{
    color:#444444;
    background-color:inherit;

    font-size:0.8em;
    width:100%;
    border-top: thin solid #9E8A7F;
    padding-top: 0.8em;
    padding-bottom:2.4em;
}

.copyright-info span{
    float:right;
    padding-right:5em;

}



/* list styling by class */
.no-bullets{
    list-style-type: none;
}

.list-inline{
    display:inline;
}

.no-indent{
    list-style-position: outside;
    padding-left:0;
}

#addr {
    font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
    font-size: small;
}
.linkTitle {
    margin-top: 0.7em;
    margin-right: 0px;
    margin-bottom: 0.7em;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 1em;
}
.linkTitle a {
    text-decoration: none;
    color: #666666;
    float: right;
    font-size: medium;
}
.articleHdr {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 400px;
    margin-left: 30px;
}
.twitter {
    margin-left: 0.8em;
    margin-right: 0.8em;
}
.articleHdr a {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: right;
    padding-left: 0px;
}
.articleHdr h2 {
    color: #666666;
    font-family: "nimbus-sans",Helvetica, Arial, sans-serif;
    margin-left: 0px;
}
.articleHdr p {
    padding-left: 0px;
    width: auto;
    text-align: justify;
}

/* PROFILE STYLES */

.profile-picture{
  float:left;
}

.profile-quote {
  margin-top:2em;
}

.profile-quote p.profile-huge-quote-mark{
    font-family: "nimbus-sans",Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 4em;
    line-height:0;
    margin-bottom:0.5em;
    margin-left:1%;
    margin-right:1%;
    float:left;
}

.profile-quote p.quote
{
  font-style:italic;
  font-size: 90%;
}

.profile-qualifications p{

  font-style: italic;
}

.profile-details{
  margin-top:2em;

}

/*FEE STYLES */

.blue-fee-color, .blue-fee-color-rev,
.gold-fee-color, .gold-fee-color-rev,
.green-fee-color,.green-fee-color-rev{
  color:white;
}


.blue-fee-color-lt, .gold-fee-color-lt, .green-fee-color-lt{
  background-color:#eefcfd;
}

.blue-fee-color{
  background-color: #515b81;
}


.blue-fee-color-lt{
  color: #515b81;
}

.gold-fee-color{
  background-color: #c3b072;
}


.gold-fee-color-lt{
  color: #c3b072;
}

.green-fee-color{
  background-color: #a6afa1;
}


.green-fee-color-lt{
  color:#a6afa1;
}

.rr-fee-item{
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left:1em;
  margin-right:1em;

}
.rr-fee-title{
  position: absolute;
  top: 2.5em;
  float: left;
  margin-left: 1em;
  font-size:78%;

}

.rr-fee-title h2{
  text-align: left;
  margin: 0;
 /* color: white;*/

}
.rr-fee-plan{
  position:relative;

  /*background-color: black;*/
  height:100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top:5%;
  padding-bottom:5%;
  cursor: pointer;
}
.rr-fee-plan p{
  margin: 0;
}

.rr-toggle-item{
  display:none;
  border-top: thin solid white;
  cursor:default;
}

.rr-the-fee{

  text-align:center;
  float: left;
  margin-left: 42%;
}

.rr-super{
  position: relative;
  font-size:2em;
  top: -0.4em;
}

.rr-amt{
  font-size: 3.2em;
  margin-left:-0.15em;
}
.rr-fee-details{
  margin-top: 1em;
  text-align:center;
}

.rr-fee-details p{
  font-size:1em;
  line-height:130%;
}

.rr-toggle-show{
  display: block;
}

@media only screen and (min-width: 35.5em){ /*481px) */

 .blue-fee-color-rev, .gold-fee-color-rev, .green-fee-color-rev{
  background-color:transparent;
  }

  .blue-fee-color-rev{
    color:#515b81;
  }
   .blue-fee-color-lt{
    background-color: #515b81;
    color: white;
  }
  .gold-fee-color-rev{
    color:#c3b072;
  }
   .gold-fee-color-lt{
    background-color: #c3b072;
    color: white;
  }

  .green-fee-color-rev{
    color:#a6afa1;
  }
   .green-fee-color-lt{
    background-color: #a6afa1;
    color: white;
  }


  .rr-fee-item{
    max-width: 18em;
    margin-top: 8em;

  }

  .rr-fee-plan{
    cursor: default;
    position:relative;
    margin-top: 1%;
    margin-bottom: 2%;
    padding-top:15%;
    padding-bottom:15%;
  }

  .rr-fee-title{
    position: absolute;
    top:-4em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    width:100%;
    float: none;
    margin-left: 0;
  }
  .rr-the-fee{
    text-align:center;
    float: none;
    margin:0;
  }

  .rr-fee-title h2{
    text-align: center;
    /*color: #444444;*/
  }

  .rr-hide{
    display : none;
    visibility: hidden;
  }

  .rr-toggle-item{
  display: block;
  }

  .rr-fee-details{
    margin-top: 0;
  }
}
@media only screen and (min-width: 64em){ /*900px */
  .rr-super{
    font-size:2.2em;
  }

  .rr-amt{
    font-size: 3.8em;
  }



}

@media only screen and (min-width: 80em) {
  .rr-super{
    font-size:2.4em;
  }

  .rr-amt{
    font-size: 4em;
  }

}



/*margin spacer styles*/


.rr-margin-10-10{
  margin-left:10%;
  margin-right:10%;

}

.rr-margin-20-20{
  margin-left:20%;
  margin-right:20%;
}

.rr-margin-25-25{
  margin-left:25%;
  margin-right:25%;
}

.rr-margin-33-33{
  margin-left:33%;
  margin-right:33%;
}

.rr-margin-auto{
  margin-left:auto;
  margin-right:auto;
}

.rr-margin-none{
  margin-left: 0;
  margin-right: 0;
}

/*PURE PADDING EXTRAS*/

.rr-pure-pad{
  padding-left: 0.33em;
}

.rr-pure-pad:first-child{
  padding-left: 0.33em;
}

.rr-pure-pad:last-child{
  padding-left: 0.33em;
}


.rr-pure-margin{
  margin: 0 0 0.16em 0;
}

.rr-pure-u-1-2-pad-in{
  padding-left:0;
}

.rr-pure-u-1-2-pad-in:nth-child(2n){
  padding-left:0.33em;
}

.rr-form-content-size{
  font-size: 150%;
}

@media screen and (min-width: 35.5em){

  .rr-pure-sm-pad{
   padding-left:  0.14286em;
}

.rr-pure-sm-pad:first-child{
  padding-left: 0.14286em;
}

.rr-pure-sm-pad:last-child{
  padding-left: 0.14286em;
}

.rr-pure-sm-margin{
  margin: 0 0 0.14286em 0;
}



}

@media screen and (min-width: 48em) {

  .rr-form-content-size{
    width:54em;
    margin-right:auto;
    margin-left:auto;
    font-size: inherit;
  }


}


.button-xsmall {
  font-size: 70%;
}

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

.button-large {
  font-size: 110%;
}

.button-xlarge {
  font-size: 125%;
}



/* RESPONSIVE COL STYLES */


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0;
	margin: 0;
}





.rr-form{
    width:90%;
    margin-left:auto;
    margin-right:auto;
    padding-left:1rem;
    padding-right:1rem;
    padding-top: 0.7em;
    padding-bottom:0.7em;
    background-color:#ecf0f1;
    border-radius: 0em;

}

.rr-form-bg{
   width:100%;
   margin-left:auto;
   margin-right:auto;
   padding-left:1em;
   padding-right:1em;
   padding-top: 0.7em;
   padding-bottom:0.7em;
   border-radius: 0em;
   text-align:center;
}

.rr-form-w-100{
   width:100%;
}

.rr-form-w-90{
   width:90%;
}
.dark-gray input[type="text"],
.dark-gray input[type="password"],
.dark-gray input[type="email"],
.dark-gray input[type="url"],
.dark-gray input[type="date"],
.dark-gray input[type="month"],
.dark-gray input[type="time"],
.dark-gray input[type="datetime"],
.dark-gray input[type="datetime-local"],
.dark-gray input[type="week"],
.dark-gray input[type="number"],
.dark-gray input[type="search"],
.dark-gray input[type="tel"],
.dark-gray input[type="color"],
.dark-gray select,
.dark-gray textarea {

    color:#666666; /*#ccc;*/

}

.pure-form input[type='button'],
.pure-form input[type='submit'],
.pure-form button,
.pure-form p{
  display: block;
  margin: .25em 0
}

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {

    box-shadow:none;

}

.pure-form-x input[type="text"],
.pure-form-x input[type="password"],
.pure-form-x input[type="email"],
.pure-form-x input[type="url"],
.pure-form-x input[type="date"],
.pure-form-x input[type="month"],
.pure-form-x input[type="time"],
.pure-form-x input[type="datetime"],
.pure-form-x input[type="datetime-local"],
.pure-form-x input[type="week"],
.pure-form-x input[type="number"],
.pure-form-x input[type="search"],
.pure-form-x input[type="tel"],
.pure-form-x input[type="color"],
.pure-form-x select,
.pure-form-x textarea {

    border-color:#fffaf7; /*#ccc;*/
    box-shadow:none;
    border-radius:0;
}


.error input[type=text], .error input[type=email]{
  border-color: #c0392b;
  box-shadow: none;
  background-color: #fffaf7;
  border-radius:0;
}

.error-inline{
  font-size: 0.8em;
  color:#c0392b;
  padding:0.2em;
}

.dark-gray .error-inline{
  font-size: 0.9em;
  color:white;
  background-color: #c0392b;
  padding:0.2em;
}

.image-responsive-absolute{
  position:absolute;
  top:0;
  left:0;
  z-index:-1;

}
.image-responsive-section-top{
  top:-4em;
}
div.image-responsive-center img{
  display: block;
  margin-left: auto;
  margin-right: auto;

}

div.image-responsive-left img{
  display: block;
  margin-left: 0;
  margin-right: auto;

}

div.image-responsive-right img{
  display: block;
  margin-left: auto;
  margin-right:0;

}

div.image-responsive-100 img{

  width:100%;
  height:auto;
}
div.image-responsive-90 img{

  width:90%;
  height:auto;

}

div.image-responsive-80 img{

  width:80%;
  height:auto;

}

div.image-responsive-70 img{

  width:70%;
  height:auto;

}

div.image-responsive-66 img{

  width:66%;
  height:auto;

}

div.image-responsive-60 img{
  width:60%;
  height:auto;
}

div.image-responsive-50 img{
  width:50%;
  height:auto;
}

div.image-responsive-40 img{
  width:50%;
  height:auto;
}

div.image-responsive-33 img{
  width:33%;
  height:auto;
}

div.image-responsive-25 img{
  width:25%;
  height:auto;
}

div.image-responsive-20 img{
  width:20%;
  height:auto;
}

div.image-responsive-15 img{
  width:15%;
  height:auto;
}

div.image-responsive-10 img{
  width:10%;
  height:auto;
}


/*
.rr-text-input input[type=text], input[type=email]{
  background-color:#FFFFFF;
  box-shadow: inset 0  #FFFFFF;

}
*/

.pure-button-primary{
    background-color: #2B9900;
}
.button-success,
  .button-error,
  .button-warning,
  .button-secondary,
  .button-primary{
      color: white;
      border-radius: 4px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .button-success {
      background: rgb(28, 184, 65); /* this is a green */
  }

  .button-error {
      background: rgb(202, 60, 60); /* this is a maroon */
  }

  .button-warning {
      background: rgb(223, 117, 20); /* this is an orange */
  }

  .button-secondary {
      background: rgb(66, 184, 221); /* this is a light blue */
  }

   .button-primary {
      background: #2B9900; /* this is a blue */
  }

  .rr-button-outline {
    background: transparent;
    color:inherit;
    border-color:inherit;
  }
 /* this allows as to use an <a> as a button and let the button-styling shine through */

 .rr-button{
   display: inline-block;
 }

.rr-button > a {
  color: snow;

}

.rr-button-rounded{
    border-radius: 1.2em;
}

.rr-button-square{
  border-radius: 0
}

.rr-button-soft-square{
  border-radius:0.2em;
}

.rr-button-no-border{
  border: none;
}
.rr-button-show-border-thin{
  border:solid 0.1rem;
}

.rr-button-show-border-medium{
  border:solid 0.2rem;
}

.rr-button-xsmall {
    font-size: 70%;
}

.rr-button-small {
    font-size: 85%;
}

.rr-button-large {
    font-size: 110%;
}

.rr-button-xlarge, .rr-button-xlarge a{
    font-size: 125%;
}


/*
 * =================================================================
 * Font sizes
 * =================================================================
*/

/* deafult font size */
.rr-font{
  font-size: 100%;
}
.rr-x-small-font{
  font-size: 33%;
}

.rr-small-font{
  font-size: 66%;
}

.rr-medium-font{
  font-size: 90%;
}

.rr-large-font{
  font-size: 133%;
}
.rr-x-large-font{
  font-size: 166%;
}
/*
 * =================================================================
 * allignment
 * =================================================================
*/


.center{
  text-align: center;
}

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

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

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

@media screen and (min-width: 35.5em){
  .rr-sm-align-left {
    text-align: left;
  }

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

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

  .rr-sm-font{
  font-size: 100%;
  }
  .rr-sm-x-small-font{
    font-size: 33%;
  }

  .rr-sm-small-font{
    font-size: 66%;
  }

  .rr-sm-medium-font{
    font-size: 90%;
  }

  .rr-sm-large-font{
    font-size: 133%;
  }
  .rr-sm-x-large-font{
    font-size: 166%;
  }

}

@media screen and (min-width: 48em){
  .rr-md-align-left {
    text-align: left;
  }

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

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

  .rr-md-font{
    font-size: 100%;
  }

  .rr-md-x-small-font{
    font-size: 33%;
  }

  .rr-md-small-font{
    font-size: 66%;
  }

  .rr-md-medium-font{
    font-size: 90%;
  }

  .rr-md-large-font{
    font-size: 133%;
  }
  .rr-md-x-large-font{
    font-size: 166%;
  }
}

@media screen and (min-width: 64em){
  .rr-lg-align-left {
    text-align: left;
  }

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

  .rr-lg-align-right {
    text-align:right;
  }
  .rr-lg-font{
    font-size: 100%;
  }

  .rr-lg-x-small-font{
    font-size: 33%;
  }

  .rr-lg-small-font{
    font-size: 66%;
  }

  .rr-lg-medium-font{
    font-size: 90%;
  }

  .rr-lg-large-font{
    font-size: 133%;
  }
  .rr-lg-x-large-font{
    font-size: 166%;
  }
}

@media screen and (min-width: 80em){
  .rr-xl-align-left {
    text-align: left;
  }

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

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

  .rr-xl-font{
    font-size: 100%;
  }

  .rr-xl-x-small-font{
    font-size: 33%;
  }

  .rr-xl-small-font{
    font-size: 66%;
  }

  .rr-xl-medium-font{
    font-size: 90%;
  }

  .rr-xl-large-font{
    font-size: 133%;
  }
  .rr-xl-x-large-font{
    font-size: 166%;
  }

}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

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

.rr-form-inlne .pure-control-group{
  display: inline-block;
  width: auto;
}

.rr-form-inlne .pure-controls{
  display: inline-block;
  width: auto;
}

.rr-form-inline .rr-form-control{
  display: inline-block;
  width: auto;
}




nav ul , nav ol{

  list-style: none;
  list-style-image: none;
}

/*
 * ============== HEADER SLIDER ===============
 */


.header-wrapper {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    margin-top: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
    text-rendering: optimizelegibility;
    width: 100%;
    height: 100%;
    display:block;
}

.header-wrapper div>img{
   width:100%;
   height:auto;

}
.header-image-wrapper{
  display:block;
  overflow:hidden;
  position:relative;
  z-index: 1;
  height: 0;
}

.header-image-wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: transparent ;
}

.wrapper-with-intrinsic-ratio {
	position: relative;
	padding-bottom: 33.403%;
	height: 0;
}


.header-headline-wrapper{
  position:absolute;
  overflow:hidden;
  top:20%;
  bottom:0;
  left: 0;
  right:0;
  z-index: 2;
  display: block;
  vertical-align: baseline;
}

.header-headline-wrapper h1 {
    /*font-family: "letter-gothic-std", "Xletter gothic", serif;*/
    font-family: "myriad-pro-condensed",Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 4em; /* added this with new font */
    font-variant: normal;
    text-align: center;
    margin: 0;
    color:inherit;
    text-rendering: optimizelegibility;
    z-index: 1;
}







.not_mobile {
   display:none;
}

 .rr-hd-color-white{
   background-color:rgba(0, 0, 0, 0.2);
    color:#FFFFFF;
}

.rr-hd-color-black{
   background-color:rgba(255, 255, 255, 0.5);
   color:#000000;
}

.rr-hd-color-blue{
   background-color:rgba(255, 255, 255, 0.5);
    color:#0088cc;
}

.rr-hd-color-dark-grey{
   background-color:rgba(255, 255, 255, 0.5);
   color:#8d979b;
}






@media only screen and (min-width: 35.5em) {

  .header-wrapper {
    display:block;
    vertical-align: baseline;
  }

  .not_mobile {
        display:block;
  }

  .rr-hd-color-white,.rr-hd-color-black,.rr-hd-color-blue, .rr-hd-color-dark-grey{
   background-color:transparent;
  }

  .header-headline-wrapper{
    top:0;
    text-align: left;
  }

  .headlineText {
    position: absolute;
  }

  .header-headline-wrapper h1 {
     text-align: left;
  }


  /*full animation runs for 18s for 3 chnges 6 secs each*/


  .header-subHeader-inner {
       -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
      position: static;
     /* color: #08C; */
      margin:0;
      width:100%;
  }

  .header-subHeader-inner h2 {
      display: block;
      /*font-family: "letter-gothic-std", "Xletter gothic", serif;*/
      font-family: "myriad-pro-condensed",Helvetica, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size:inherit;
      margin:0;
      text-align: left;
      color:inherit;
  }

  .header-subHeader-inner p {
      font-size:inherit;
  }

  .header-subHeader-inner div{
      position: absolute;
      color:inherit;

  }

  .header-subHeader-inner div:nth-child(2){
      opacity:0;
  }
  .header-subHeader-inner div:nth-child(3){
      opacity:0;
  }
  .header-subHeader-inner div:nth-child(4){
      opacity:0;
  }

  .header-subHeader-inner-animate {

   }

  .header-subHeader-inner-animate div{
      opacity: 0;
      -webkit-animation: titleAnimation 66s linear infinite 0s;
      -moz-animation: titleAnimation 66s linear infinite 0s;
      -o-animation: titleAnimation 66s linear infinite 0s;
      -ms-animation: titleAnimation 66s linear infinite 0s;
      animation: titleAnimation 66s linear infinite 0s;
  }
  /*full animation runs for 18s for 3 chnges 6 secs each*/

  .header-subHeader-inner-animate div:nth-child(2) {
          -webkit-animation-delay: 16s;
          -moz-animation-delay: 16s;
          -o-animation-delay: 16s;
          -ms-animation-delay: 16s;
          animation-delay: 16s;

  }
  .header-subHeader-inner-animate div:nth-child(3){
      -webkit-animation-delay: 32s;
      -moz-animation-delay: 32s;
      -o-animation-delay: 32s;
      -ms-animation-delay: 32s;
      animation-delay: 32s;
  }

  .header-subHeader-inner-animate div:nth-child(4){
      -webkit-animation-delay: 48s;
      -moz-animation-delay: 48s;
      -o-animation-delay: 48s;
      -ms-animation-delay: 48s;
      animation-delay: 48s;
  }


  /* Animation for the title */
  @-webkit-keyframes titleAnimation {
      0% { opacity: 0 }
      11% { opacity: 1 }
      22% { opacity: 1 }
      33% { opacity: 0 }
      100% { opacity: 0 }
  }
  @-moz-keyframes titleAnimation {
      0% { opacity: 0 }
      11% { opacity: 1 }
      22% { opacity: 1 }
      33% { opacity: 0 }
      100% { opacity: 0 }
  }
  @-o-keyframes titleAnimation {
      0% { opacity: 0 }
      11% { opacity: 1 }
      22% { opacity: 1 }
      33% { opacity: 0 }
      100% { opacity: 0 }
  }
  @-ms-keyframes titleAnimation {
      0% { opacity: 0 }
      11% { opacity: 1 }
      22% { opacity: 1 }
      33% { opacity: 0 }
      100% { opacity: 0 }
  }
  @keyframes titleAnimation {
      0% { opacity: 0 }
      11% { opacity: 1 }
      22% { opacity: 1 }
      33% { opacity: 0 }
      100% { opacity: 0 }
  }


  /* Show at least something when animations not supported */
  .no-cssanimations .cb-slideshow li span{
          opacity: 1;
  }

}

@media only screen and (min-width:35.5em)  {

    .rr-padding-1{
        padding-left:1em;
        padding-right:1em;
    }

    .rr-padding-left-0{
        padding-left:0em;
    }

    .rr-padding-left-5{
        padding-left:0.5em;
    }

    .rr-padding-left-10{
        padding-left:1em;

    }

     .rr-padding-left-20{
        padding-left:2em;

    }
    .rr-padding-left-30{
        padding-left:3em;

    }
    .rr-margin-top-0{
        margin-top:0em;
    }

    .rr-margin-top-5{
        margin-top:0.5em;
    }
    .rr-margin-top-10, .rr-margin-top-1{
        margin-top:1em;
    }

    .rr-margin-top-20{
        margin-top:1.8em;
    }

    .rr-margin-top-30{
        margin-top:2.8em;
    }

    .rr-margin-top-40{
        margin-top:3.8em;
    }

    .rr-margin-top-50{
        margin-top:4.8em;
    }

    .rr-pos-left-0{
        left: 0%;
        width:100%;
    }

    .rr-pos-left-5{
        left:5%;
        width:90%;

    }

    .rr-pos-left-10{
        left:10%;
        width:80%;

    }

    .rr-pos-left-20{
        left:20%;
        width:60%;

    }
    .rr-pos-left-30{
        left:30%;
        width:70%;

    }

    .rr-pos-left-center{
        text-align: center;
    }

    .rr-pos-left-center  h1{
        text-align: center;
    }

    .rr-pos-top-0{
        top:0%;
    }

    .rr-pos-top-5{
        top:5%;
    }

    .rr-pos-top-10{
        top:10%;
    }

    .rr-pos-top-20{
        top:20%;
    }

    .rr-pos-top-30{
        top:30%;
    }

    .rr-pos-top-40{
        top:40%;
    }

    .rr-pos-top-50{
        top:50%;
    }

    .rr-fsize-ss{
       font-size:0.7em;
    }

    .rr-fsize-sd{
      font-size:0.8em;
    }


    .rr-fsize-sm{
        font-size:1.1em;
    }

    .rr-fsize-sl{
        font-size:1.4em;
    }

    .rr-fsize-sx{
        font-size:1.7em;
    }

}

@media only screen and (min-width: 48em) {

    .rr-margin-top-20{
        margin-top:2em;
    }

    .rr-margin-top-30{
        margin-top:3em;
    }

    .rr-margin-top-40{
        margin-top:4em;
    }

    .rr-margin-top-50{
        margin-top:5em;
    }

    .rr-fsize-ss{
       font-size:0.9em;
    }

    .rr-fsize-sd{
      font-size:1em;
    }


    .rr-fsize-sm{
        font-size:1.3em;
    }

    .rr-fsize-sl{
        font-size:1.6em;
    }

    .rr-fsize-sx{
        font-size:1.9em;
    }

}

@media only screen and (min-width: 64em) {

    .rr-fsize-ss{
       font-size:1em;
    }

    .rr-fsize-sd{
      font-size:1.1em;
    }


    .rr-fsize-sm{
        font-size:1.4em;
    }

    .rr-fsize-sl{
        font-size:1.6em;
    }

    .rr-fsize-sx{
        font-size:2em;
    }

}

/*
 * ============== Image Menu ===============
 */

.imageMenuContainer {
    margin-left:auto;
    margin-right:auto;
    width:100%;
}


.imageMenuItem {

  position: relative;

  font-size: 1.2em;
  /*line-height:2em;*/
  line-height: 1.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;

}



.imageMenuItem span {
  position: absolute;

  top: 0.5em;
  display: block;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: futura-pt, Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  /*line-height:2em;*/
  line-height: 1.4em;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  background-color: rgba(51,51,51,0.5);
}



.imageMenuItem img {
  	/* max-width: 100%;
	max-height: 100%;*/
        height: auto;
        width: 100%;

}
.imageMenuItem a{

  position:relative;
  margin:0;
  border:0;
  padding:0;
  line-height: 0;
  text-transform: none;
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  text-align: center;
}

.imageMenuItem a:hover {
    color: #00FF00;
}
.imageMenuItem a:active {
    color: #00FF00;
}
.imageMenuItem a:focus {
    color: #00FF00;
}

@media only screen and (min-width: 48em) {
  .imageMenuItem span {


      font-size: 1.5em;
      /*line-height:1.8095em;*/
}

}

/*@media only screen and (max-width: 530px){*/
.imageMenuItem  {
        /*
        width:50%;
        font-size: 1.2em;
        line-height:2em;
        */
  }

.imageMenuItem:nth-child(2n+1)
{
   /* margin-left:0.5%;*/
}

/*}*/

/*
 * ============== section Menu ===============
 */


.sec-menu{/*container of sec-menu-items*/
  margin:0;
}

.sec-menu-item{
  /* remove while experimenting with col_sl
   width: 25%;
   padding: 0 0.07143em;
 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;

}

.sec-menu-item a{
  display:block;
	font-family:futura-pt, sans-serif;
	font-size:1.8em;
	color:#ffffff;
	background-color:#666665;
        text-decoration:none;
       /* padding:0.3333em 0 0.3333em 0;*/
       padding:0.4444em 0 0.4444em 0;
}
.sec-menu-item a:link
{
  display:block;
  color:#ffffff;
  background-color:#666665;
  text-align:center;
  text-decoration:none;
}
.sec-menu-item a:visited
{
display:block;
color:#ffffff;
background-color:#666665;
text-align:center;
text-decoration:none;
}

.sec-menu-item a:hover
{
color:#ffffff;
background-color:#9f9f9f;
text-decoration:none;
}

.sec-menu-item a:active
{
color:#ffffff;
background-color:#9f9f9f;
text-decoration:none;
}

/*
@media only screen and (max-width: 480px) {
   .sec-menu-item{
   margin: 1% 0;
   width: 100%
}
}*/

@media only screen and (min-width:35.5em) /*531px*/{
 .sec-menu-item a{
    font-size:1.5em;

  }
}

@media only screen and (min-width: 48em)/*781px*/{
  .sec-menu-item a{
    font-size:1.8em;
    padding:0.3333em 0 0.3333em 0;

  }

}




/*
}*/

/*
 * ============== teaser styling ===============
 */

.teaser-element{
    margin-bottom:1em;

}
.teaser-link{

    float:right;
    margin-right:2em;
}

/*
 * ============== article styling ===============
 */


.rr-article-group {
    margin-left:auto;
    margin-right:auto;
    width:100%;
    margin-top:1.5em;
}

.rr-article-group > div{ margin-left:5%;}

.rr-article-group > h1 {
  font-size:1.6em;
}
.rr-article-item {

  position: relative;
  font-size: 1.2em;
  line-height:1.8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
   float:left;
   width:11.8em;
   margin-top:0.2em;
   padding: 0 0.5em 0 0;
}


.rr-article-item span {
  position: absolute;
  top: 0.5em;
  display: block;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:0.2em;
  padding-bottom:0.4em;
  background-color: rgba(51,51,51,0.5);
}

.rr-article-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height:1.1;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
}

.rr-article-item img {
  width: 100%;
  height:auto;
  margin:0;

}
.rr-article-item a{
  position:relative;
  margin:0;
  border:0;
  padding:0;
  text-transform: none;
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  text-align: center;
}

.rr-article-item a:hover {
    color: #00FF00;
}
.rr-article-item a:active {
    color: #00FF00;
}
.rr-article-item a:focus {
    color: #00FF00;
}


@media only screen and (min-width: 35.5em) /*481px*/ {
.rr-article-item {
   width:11em;
  }
}

/*}*/
@media only screen and (min-width: 48em) /*781px*/ {

  .rr-article-item {

   width:12em;
  }
}

/*}*/

/*
 * ============== quote styling ===============
 */

blockquote {
    /*background:#f9f9f9;*/
    /*border-left:0.8em solid #ccc;*/
    margin:1.5em 0.8em;
    padding:0.5em 0.8em;
    quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before,blockquote:after {
    /*color:#ccc;*/
    font-size:4em;
    line-height:0.1em;
    margin-right:-0.25em;
    vertical-align:-0.4em;
}
blockquote:before {
  content:open-quote;
}
blockquote:after {
    content:no-close-quote;

}
blockquote p {
    display:inline;
    margin-left:0;
    margin-right:0;
}

footer {

    background-color: #F2F1F0;
    max-width: 100%;
    line-height:  180%;
    margin:0 0 0 0;
    padding:0;

}

footer ul {
  list-style-type: none;
}

.footer-col {
    margin-left:2rem;
    margin-right:2rem;
}

.footer-logo {
    width: auto;
    display:block;
    margin-left: 0; margin-right:0;
    margin:1em 0;

}

.footer-img-logo{
    width:8em;

}

.footer-img-social{
    width:1.5em;
}


footer a {
    font-size:1.5em;
    color: #3399cc;

}

.footer-address {
    font-size:1.2em;
    line-height:1.45;
    text-transform : capitalize;
}

.copyright-info{
    color:#444444;
    background-color:inherit;

    font-size:0.8em;
    width:100%;
    border-top: thin solid #9E8A7F;
    padding-top: 0.8em;
    padding-bottom:2.4em;
}

.copyright-info span{
    float:right;
    padding-right:2rem;

}


div.pure-g.pure-gutters [class *= "pure-u"]{
  padding-left:2px;
  padding-right:0;
  padding-bottom:2px;

}



div.pure-g.pure-gutters {
  padding-right:2px;
  padding-top:2px;
}


.rr-control-mauttonrgin-below{
    margin: 0 0 1.5em 12em;
}

.rr-form-lg-font{
    font-size: 1.5em;
}

.rr-optional-field-label{
    font-style: italic;
    font-weight: 200;
}

@media screen and (min-width: 35.5em){



}

@media screen and (min-width: 48em){

    .rr-form-lg-font{
        font-size: 1.2em;
    }


}
@media screen and (min-width: 64em){


}

@media screen and (min-width: 80em){

}
