

/* MOBILE VIEW */
@media screen and (max-width: 700px) {
  DIV#frannav {
                                                                                            background: #000000;
    height: auto;
  }  
  DIV#frannav  UL {
    list-style: none; padding: 0px; margin: 0px;
  }
  DIV#frannav  UL  LI {
                                                                                            background: #000000;
  border-top: 1px solid #222222;
  margin: 0px 0px; padding: 10px 10px;
  list-style-type: none;
  display: block;
  width: 100%;
  font-size: 8pt;
  color: #FFFFFF;

  }
  DIV#frannav  UL  LI:hover {

                                                                                            background: #880000;
  }
  DIV#frannav  UL  LI  A {

    color: #FFFFFF; font-family: 'Open Sans Condensed', Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
    text-decoration: none;
  }
  DIV#franart {
    margin: 0px; padding: 0px; height: auto;
  }
  DIV#franinfo {
    min-height: 100px;
    height: auto;
    background: #F6F6F6;
    clear: both;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 20px;
  }
  
  DIV#franinfo.alt {
    min-height: 100px;
    background: #FFFFFF;
    clear: both;
    
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
  }

   DIV#franinfo  DIV#franlogo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    max-width: 250px;
    z-index: 50;
    margin-top: -45px;
    position: absolute;
  }
  DIV#franinfo.alt  DIV#franlogo {
    margin: 10px auto;
    text-align: center;
    width: 100%;
    padding: 10px; 
    background-color: #FFFFFF;
    display: block;
    clear: both;
    position: relative;
    z-index: 0;
  }
 DIV#franlogo:after {
    content:'';
    display:block;
    clear: both;
}
DIV#buttonbox {
    background-color: #D6D6D6;
    padding: 5px 20px;
    clear: both;
    display: block;
    text-align: center;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}
  DIV#franbutton {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
  } 
  
  DIV#franinfo.alt  DIV#franbutton {
    
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
  } 
  DIV#franbutton:first-child {
    margin-top: 100px;
  }

 DIV#franbutton DIV#mobile, SPAN#mobile { display: block; } 
 DIV#franbutton DIV#desktop, SPAN#desktop { display: none; } 
 
 DIV#francontent { width: 100%; height: auto; display: inline-block; padding: 10px; }

} 
/* END MOBILE VIEW */





/* DESKTOP VIEW */
@media screen and (min-width: 700px) {

  DIV#frannav {
                                                                                            background: #000000;
                                       background: -moz-linear-gradient(top,  #111111 0%,               #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#000000));
                                    background: -webkit-linear-gradient(top,  #111111 0%,               #000000 100%);
                                         background: -o-linear-gradient(top,  #111111 0%,               #000000 100%);
                                        background: -ms-linear-gradient(top,  #111111 0%,               #000000 100%);
                                      background: linear-gradient(to bottom,  #111111 0%,               #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(        startColorstr='#111111',    endColorstr='#000000', GradientType=0 );
    min-height: 37px;
    display: block;
    margin: 0px; padding: 1px;
    width: 100%;
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
  }
  DIV#frannav  UL {
       list-style: none; 
          padding: 0px; 
           margin: 0px; 
    
  }
  DIV#frannav  UL  LI {
      border-left: 1px solid #444444;
      border-left: 1px solid rgba(255,255,255,0.2);
           margin: 0px 0px; 
          padding: 10px 10px;
  list-style-type: none;
            float: left;
         position: relative;
          display: inline-block;
        font-size: 8pt;
            color: #FFFFFF;

  }
  DIV#frannav  UL  LI:last-child {
    float: right;
    
  } 
  DIV#frannav  UL  LI:last-child:hover {
  
    -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
  DIV#frannav  UL  LI:hover {

                                                                                            background: #880000;
                                       background: -moz-linear-gradient(top,  #25618F 0%,               #880000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25618F), color-stop(100%,#880000));
                                    background: -webkit-linear-gradient(top,  #25618F 0%,               #880000 100%);
                                         background: -o-linear-gradient(top,  #25618F 0%,               #880000 100%);
                                        background: -ms-linear-gradient(top,  #25618F 0%,               #880000 100%);
                                      background: linear-gradient(to bottom,  #25618F 0%,               #880000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(        startColorstr='#25618F',    endColorstr='#880000', GradientType=0 );
  }
  DIV#frannav UL LI A {
    
    color: #FFFFFF; font-family: 'Open Sans Condensed', Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
    text-decoration: none; 
  }
  
  DIV#franart {
    margin: 0px; 
    padding: 0px; 
    height: auto;
    width: 100%;
    display: block;
    max-height: 300px;
    
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
  }
  DIV#franart UL {
       list-style: none; 
          padding: 0px; 
           margin: 0px; 
           z-index: 1;
  }
  DIV#franart  UL  LI {
           margin: 0px; 
          padding: 0px;
  list-style-type: none;
          display: block;
        font-size: 8pt;

  }
  DIV#franart IMG {
    margin: 0px;
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
  }
  
  DIV#franinfo {
    min-height: 100px;
    background: #F6F6F6;
    clear: both;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  DIV#franinfo.alt {
    min-height: 100px;
    background: #FFFFFF;
    clear: both;
    
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
  }

  DIV#franlogo {
    margin-left: 20px;
    margin-right: 20px;
    z-index: 100;
    margin-top: -45px;
    position: absolute;
  }
  DIV#franinfo.alt DIV#franlogo {
    padding: 10px; background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  


  
  DIV#franbutton {
    margin-top: 25px; margin-right: 10px;
    width: auto;
    height: auto;
    float: left;
    display: inline-block;
  }
 DIV#franbutton DIV#mobile, SPAN#mobile { display: none; } 
 DIV#franbutton DIV#desktop, SPAN#desktop { display: block; } 
 
 /* AD SPEC CONTENT */
 DIV#franspecs { display: block; width: 100%; clear: both; float: left; padding: 10px; }
 DIV#brandident { display: block; width: 100%; clear: both; float: left; z-index: 50;  }
 DIV#brandident { min-height: 90px; }
 DIV#franinfo { display: block; width: 100%; }
 
 DIV#francontent { width: calc(90%/3); height: auto; display: inline-block; padding: 10px; vertical-align: top; }

}
/* END DESKTOP VIEW */

UL#socialmedia { margin: 10px 0px; padding: 0px; list-style: none; }
UL#socialmedia LI { color: #222222; font-size: 8pt; font-weight: normal; margin: 5px 5px 5px 0px ; padding: 0px 0px 0px 0px; display: inline-block; min-width: 80px; }
/* UL#socialmedia LI:before { content:'»'; font: 9pt "Consolas", monospace; font-weight: bold; color: #25618F; margin-left: -10px; margin-right: 5px; } */


/* BASE STYLES */

A#actbutton {
    color: #FFFFFF; font-family: 'Open Sans Condensed', Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
    line-height: 24pt;
  font-weight: bold;
  background-color: #333333;
  padding: 10px 20px;
  color: #FFFFFF;
  text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
A#actbutton.request { background-color: #25618F; }

.actionbutton {
  line-height: 16pt;
  font-weight: bold;
  background-color: #333333;
  padding: 10px 20px;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px auto; max-width: 250px;
}
.actionbutton A { color: #FFFFFF; font-family: 'Open Sans Condensed', Arial, Helvetica, Sans-Serif; font-size: 12pt; text-decoration: none; }
 .actionbutton A I { margin-right: 10px; }
.request { background-color: #25618F; }


.smactbutton {
    color: #FFFFFF; font-family: 'Open Sans Condensed', Arial, Helvetica, Sans-Serif;
    width: 25px; height: 25px; line-height: 23px;
    text-align: center;
  font-weight: bold;
  background-color: #333333;
  color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 2px; margin-right: 2px;
    display: inline-block;
}

.smactbutton:hover { background-color: #25618F; }
.smactbutton A { font-size: 9pt; color: #FFFFFF; text-decoration: none; }
.smactbutton i { color: #FFFFFF; }

UL#artbox.bxslider {
  margin: 0px; padding: 0px;
}

UL#artbox.bxslider LI {
  margin: 0px; padding: 0px;
}


div#webad {
  text-align: left;
}


div#webad P{
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
 font-size: 1em;
  line-height: 150%;
  color: #111111;
}
div#webad P.disclaimer {
 font-size: .8em;
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
  padding: 10px;
}
div#webad li{
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
   font-size: 1em;
  line-height: 150%;
  color: #111111;
}

div#webad H2{
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
  font-size: 1.4em;
  line-height: 125%;
  border: none;
  margin: 40px 0px 0px 0px;
}
div#webad H3{
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
  font-size: 1.2em;
  line-height: 125%;
  border: none;
  margin: 20px 0px 0px 0px;
}

div#webad .quote {
  border-left: 10px solid #CCCCCC;
  background-color: #EEEEEE;
  padding: 10px;
  margin-bottom: 12px;
}

#HeaderBar H1 {
  border: none;
}

div#refad {
  text-align: left;
  width: 560px;
}


div#refad P{
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
  font-size: 11pt;
  line-height: 150%;
  color: #111111;
}
div#refad P.disclaimer {
  font-size: 9pt;
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
  padding: 10px;
}
div#refad li{
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
  font-size: 11pt;
  line-height: 150%;
  color: #111111;
}


div#refad H2{
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
  font-size: 16pt;
  line-height: 125%;
  border: none;
  padding-top: 25px;
  padding-bottom: 0px;
}
div#refad H3{
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
  font-size: 14pt;
  line-height: 125%;
  border: none;
}

div#refad .quote {
  border-left: 10px solid #CCCCCC;
  background-color: #EEEEEE;
  padding: 10px;
  margin-bottom: 12px;
}


#form TD UL#formlink {
  margin: 0px 0px 5px 0px; padding: 0px; border: none;
}
#form TD UL#formlink LI{
    list-style-type: none;
    list-style: none;
  font-size: 9pt;
  font-family: arial, helvetica, sans-serif;
  color: #888888;
  margin: 0px 0px 2px 2px;
  padding: 3px 2px 0px 13px;
  background: url(/images/arrow.gif) no-repeat .2em .6em transparent;
}
#form TD UL#formlink LI B{
    color: #888888;
    text-decoration: none;
    font-weight: normal;
    font-size: 9pt;
}

 DIV#francontent  H3 { font-family: 'Open Sans Condensed', Arial, Helvetica, Sans-Serif; font-size: 16pt; color: #666666; font-weight: bold; margin: 0px; padding: 0px; }
 DIV#francontent  P { font-size: 9pt; font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;  color: #888888; line-height: 150%; margin: 0px; padding: 0px; }
 DIV#francontent  P > A { font-size: 9pt; font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;  color: #888888; text-decoration: none; }
 DIV#francontent  P > A:hover { color: #25618F; }

 DIV#francontent  UL > LI > A { font-size: 9pt; font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;  color: #888888; text-decoration: none; }
 DIV#francontent  UL > LI > A:hover { color: #25618F; }
 
 TABLE#frandata {
   margin-top: 10px;
 }

TABLE#frandata TR TD {
	color: #888888;
    font-weight: normal;
    font-size: 9pt;
    font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
    padding: 2px 0px;
    border-bottom: 1px solid #DDDDDD;
}
TABLE#frandata TR:last-child TD { border-bottom: none; }
TABLE#frandata TR TD B { color: #666666; }



    
.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 10px;
  z-index: 1;
}

blockquote.testimonial {
    font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
    font-size:16px;
    padding: 10px 20px 20px 20px;
    margin-left:3px;
    margin-bottom:20px;
    background:#f2f1f6;
    border: none;
    
}  
 
BLOCKQUOTE > .quotation{
  font-size: 12pt;
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
  quotes: "\201C""\201D""\2018""\2019";
  text-align: justify;
  padding: 5px 10px;
  line-height: 125%;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

BLOCKQUOTE > .quotation:before {
  font-family: "Times New Roman", Times, serif; 
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 5px;
  color: #ccc;
  font-size: 2em;
}
BLOCKQUOTE > .quotation::after {
  font-family: "Times New Roman", Times, serif; 
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 10px;
  color: #ccc;
  font-size: 2em;
}
BLOCKQUOTE > footer{
  font-family: "Open Sans", Arial, Helvetica, Futura, Sans-Serif;
  margin: 0px 10px 0px 10px;
  text-align: left;
  font-size: 10pt;
  line-height: 125%;
  font-style: italic;
}

div#hbox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #F6F6F6;
  margin: 10px 0px; padding: 10px 10px 20px 10px;
}
