@charset "utf-8";
/* CSS Document */
/*COMMON STYLES*/

body {
  background: #fff;
  font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight: 300;
  line-height: 1.4;
  max-width: 1920px;
  margin: 0 auto;
}

.bg-dark { background: #f0f0f0; }
.bg-dark-gradient { background: rgb(240,240,240); background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 70%); }


img {
  max-width: 100%;
  height: auto;
}

img.remove-bottom-space { vertical-align: top; }

.f-left {
  float: left;
} 

.f-right {
  float: none; margin: 0 auto 30px;
}

.divider {
  width: 100%; display: block; margin: 20px 0 20px;
  border-top: 1px solid #c7c7c7;
}


.full-width {
  width: 100%; height: auto; display: block; position: relative;
}

.fill-width {
  width: 100%; max-width: 1180px; height: auto; display: block; margin: auto; padding: 0 15px;
}

.content-wrapper { padding-top: 60px !important; padding-bottom: 60px !important; }

.clearer {
  clear: both;
}

.center { text-align: center !important; }
.img-center { display: block; margin: auto; }
.ib-wrapper { text-align: center; width: auto; }
.ib-wrapper a, .ib-wrapper div, .ib-wrapper img { display: inline-block; vertical-align: middle;  }
#partners-wrapper .ib-wrapper div { vertical-align: top;  }
.image-wrapper { text-align: center; width: auto; }
.image-wrapper img { display: inline-block; margin: 10px; }
.preload { display: none; }
.txt-shadow { text-shadow: 2px 3px 3px rgba(0, 0, 0, 1); }
.shadow { background: url(../img/shadow.png) no-repeat bottom center; height: 28px; width: 100%; position: absolute; bottom: 0; }
.shadow { background: none;  }
a.btt { text-align: center; font-family: 'IBM Plex Sans', Arial, sans-serif; font-weight: 700; display: block; font-size: 16px; padding: 5px; background: #493a33; color: #fff; width: 150px; margin: 20px auto 10px; }
a.btt:hover { background: #976146; text-decoration: none; }

a.buttons {
  background: #273e29;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  padding: 20px 60px 20px 60px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

a.buttons:hover {
  background: #435d2c;
  text-decoration: none;
}

a.buttons-small {
  background: #273e29;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  padding: 20px 30px 20px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  width: 100%;
  margin: 10px 0;
}

a.buttons-small i { color: #fff200; }

a.buttons-small:hover {
  background: #435d2c;
  text-decoration: none;
}

.buttons-wrapper { text-align: center; }

/*TYPOGRAPHY*/

.smaller { font-size:80%}

.separator { border-top: solid 1px #CCCCCC; height:auto; width:100%; }

p {
  font-size: 18px;
  font-weight: 300;
  color: #555;
}

p b, li b, .partner a { font-family: 'IBM Plex Sans', Times, sans-serif !important; font-weight: 600 !important; font-size: 19px; }

a {
  color: #090;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.continue {
  font-style: italic;
}

h1 {
  font-size: 30px;
  font-family: 'IBM Plex Sans', Times, sans-serif;
  color:#06C;
  margin: 0 0 15px 0;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;
}

h1 span.h1-sub { font-weight: 300; }


h2 {
  font-size: 30px;
  font-family: 'IBM Plex Sans', Times, sans-serif;
  color:#090;
  margin: 0 0 15px 0;
  font-weight: normal;
  text-align: center;
  line-height:1em;
}


h3 {
  font-size: 36px;
  font-family: 'IBM Plex Sans', Times, sans-serif;
  color: #333;
  margin: 0 0 15px 0;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}


h4 {
  font-size: 24px;
  font-family: 'IBM Plex Sans', Times, sans-serif;
  color: #333;
  margin: 0 0 0px 0;
  font-weight: 600;
  text-align: center;
}

h4 a { color: #333; font-size: 24px; }
h4 a:hover { color: #5B8CC8; text-decoration: none; }

h5 {
  font-size: 36px;
  font-family: 'IBM Plex Sans', Times, sans-serif;
  color: #333;
  margin: 0 0 30px 0;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}

h6 {
  font-size: 24px;
  color: #246691;
  margin: 0 0 15px 0;
  font-weight: 400;
  text-align: left;
}

ol { margin-left:25px; }

ul.list-bullet {
  list-style: none;
  width: auto;
  margin: 15px 0;
  overflow: hidden;
  font-weight: 300;
}
ul.list-bullet li {
  color: #555;
  background: url(../img/bullet-blue.png) no-repeat top left;
  padding: 0 0 0 20px;
  margin-bottom: 5px;
  font-size: 18px;
}
ul.list-check {
  list-style: none;
  width: auto;
  margin: 15px 0;
  overflow: hidden;
}
ul.list-check li {
  color: #47280c;
  background: url(../img/bullet-check.png) no-repeat top left;
  padding: 0 0 0 30px;
  margin-bottom: 2px;
}
ul.list-check li a {
  font-size: 16px;
}

span.red-txt { color: #aa1a19; }
span.orange-txt { color: #e46210; }
span.yellow-txt { color: #ffdf62; }
span.white-txt { color: #fff; }
span.black-txt { color: #252525; }
span.blue-txt { color: #5B8CC8; }

.hashlink1:before{
    display:block;
    position:relative;
    margin-top: -90px;
    height:90px;
    content: " ";
    visibility:hidden;
}

.hashlink2:before{
    display:block;
    position:relative;
    margin-top: -120px;
    height:120px;
    content: " ";
    visibility:hidden;
}


/*END COMMON*/


/*HEADER AREA*/

#header-wrapper-wrapper {
    background: #fff;
    -webkit-transition: top 0.8s ease;
    -moz-transition: top 0.8s ease;
    -ms-transition: top 0.8s ease;
    -o-transition: top 0.8s ease;
    transition: top 0.8s ease;
}


#header-wrapper {
  padding: 60px 2% 15px;
}

#header-logo-wrapper {
	text-align: center;
}

/*END HEADER AREA*/


/*SLIDER*/

.main-image-wrapper {
  width: 100%;
  background: url(../img/main-image.jpg) no-repeat center center #d6e8f2;
  padding: 60px 0;
}



.main-image-wrapper p { color: #fff; text-align: center; font-size: 20px; }
.ib-buttons { margin-top: 20px; }
.ib-buttons a { margin: 10px; padding: 20px 40px; background: #1977c5; font-family: 'IBM Plex Sans', Arial, sans-serif; font-size: 20px; font-weight: 600; text-align: center; padding-top: 15px; color: #fff !important; text-transform: uppercase; }
.ib-buttons a:hover { text-decoration: none; }

a#btn1 { background: #1977c5; }
a#btn1:hover { background: #2689db; }
a#btn2 { background: #0a446a; }
a#btn2:hover { background: #125c8c; }
a#btn3 { background: #7f7f7f; }
a#btn3:hover { background: #6f6f6f; }
a.main-image-buttons {}


/*VISION*/

.vision-left, .vision-right { width: 100%; }
.vision1 { height: 300px; background: url(../img/vision1.jpg) no-repeat top right; background-size: auto 300px; }
.vision2 { height: 300px; background: url(../img/vision2.jpg) no-repeat top left; background-size: auto 300px; }
.vision-txt { padding: 40px 20px; }
p.quote { color: #0a446a; font-size: 20px; font-weight: bold; font-style: italic; text-align: center; }

/*PARTNERS*/

#partners-wrapper { padding: 60px 0; }
#partners-wrapper .ib-wrapper { margin-top: 10px; }
.partner { width: 100%; max-width: 350px; margin: 20px 0; }
.partner p { color: #0a446a; line-height: 1.1; margin-bottom: 10px; }
.partner a { font-weight: 700; font-family: 'IBM Plex Sans', Arial, sans-serif; }
.partner img { border-radius: 300px; }

/*PROPERTIES*/

#properties-wrapper { padding: 60px 0 0 0; }
#properties-wrapper .ib-wrapper { padding: 0px 0 10px; }
.properties { background: #fff; padding: 10px; text-align: center; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); margin: 15px; width: 260px; }
.properties p { margin-bottom: 20px; }
.properties img { vertical-align: top; }
img.prop1 { margin-top: 30px; margin-bottom: 29px; }
img.prop2 { margin-top: 35px; margin-bottom: 35px; }
img.prop3 { margin-top: 55px; margin-bottom: 62px; }
img.prop4 { margin-top: 20px; margin-bottom: 15px; }
img.property { margin:0px 20px 20px; }
#properties-image-wrapper { text-align: center; }
#properties-image-wrapper img { width: 50%; border: 1px solid #e5e0de; display: inline-block; vertical-align: top; }

.map-wrapper { text-align:center; padding: 10px 0 30px; }
.pin-wrapper { text-align: center; margin-bottom: 40px; }
.pin-wrapper .pin { display: inline-block; vertical-align: center; margin: 0 30px;  }
.pin { background: no-repeat center left; font-family: 'IBM Plex Sans', Arial, sans-serif; color: #333; font-weight: 600; font-size: 22px; padding-left: 40px; min-height: 55px; padding-top: 10px; }
#pin01 { background-image: url(../img/pin01.png); }
#pin02 { background-image: url(../img/pin02.png); }
#pin03 { background-image: url(../img/pin03.png); }

.flags { display: inline-block; margin: 20px; width: 102px; vertical-align: top; }



/*CONTACT*/

#contact-wrapper { padding: 40px 0; }
#contact-wrapper .half-first p, #contact-wrapper .half-first h6 { text-align: center;  }


/*EXECUTIVE TEAM*/

.content-right { width: 100%; margin-bottom: 0px; }
.sidebar-left { width: 100%; margin-bottom: 30px; }
.sidebar-right img, .sidebar-left img, .half-first img, .half-second img { display: block; margin: 0 auto;  }

.content-right h6 { text-align: center; }
.content-right h4 { margin: 15px 0 10px; text-transform: uppercase; }
.content-right h3 { margin: 0px 0 0; }






/*content*/

#content-wrapper { padding: 0px 2% 10px; }

.half-first { width: auto; margin-bottom: 60px; }
.half-second { width: auto; margin-bottom: 00px; }
.half-first-2 { width: auto; margin-bottom: 20px; }
.half-second-2 { width: auto; margin-bottom: 20px; }
.blog-items { border-bottom: 1px solid #AA856A; padding-bottom: 30px; margin-bottom: 30px;}

.sidebar-shop { width: 100%; margin-bottom: 20px; }
.content-shop { width: 100%; margin-bottom: 20px; }

.newsroom-wrapper { min-height: 300px; }



.icon { background: top left no-repeat; padding-left: 120px; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #d6d6d6; }
.icon h4 { text-align: left; }
#icon01 { background-image: url(../img/icon01.jpg); }
#icon02 { background-image: url(../img/icon02.jpg); }
#icon03 { background-image: url(../img/icon03.jpg); border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
#icon04 { background-image: url(../img/icon04.jpg); border-bottom: 0;  }
#icon05 { background-image: url(../img/icon05.jpg); border-bottom: 0;  }
#icon06 { background-image: url(../img/icon06.jpg);  border-bottom: 0; }
#icon07 { background-image: url(../img/icon07.jpg); border-bottom: 0;  }
#icon08 { background-image: url(../img/icon08.jpg); border-bottom: 0;  }
#icon09 { background-image: url(../img/icon09.jpg); border-bottom: 0;  }
#icon10 { background-image: url(../img/icon10.jpg);  border-bottom: 0; }
#icon11 { background-image: url(../img/icon11.jpg);  border-bottom: 0; }


#sge-wrapper h3 { text-align: left; }
.sge-logo { padding-top: 180px; background: url(../img/sge.jpg) no-repeat top center; }
.sge-leadership { padding-top: 270px; background: url(../img/wess.png) no-repeat top center; min-height: 280px; }
.sge-leadership h4 { text-align: left; }

#vision-wrapper .image-wrapper { margin-top: 50px; }
#vision-wrapper .image-wrapper img { vertical-align: middle; }
#vision-wrapper .image-wrapper img.mid-img { margin: 0 50px; }

#partners-wrapper h4 { color: #333; }
#partners-wrapper a { color: #5B8CC8; }


/*END CONTENT AREA*/


/*CONTACT*/

/***********************************NEW CONTACT FORM********************************************/

/* Message boxes */
.ucf .message { margin-bottom: 20px; }
.ucf .message p { font-weight: bold; margin-top: 0; }
.ucf .message p:last-child { margin-bottom: 0; }
.ucf .message ul { margin-bottom: 0; list-style: none; }
.ucf .message ul li { font-size: 15px; color: #252525; font-style: italic; }
/* Error message box */
.ucf .message .errors { background: #fff; border: solid 1px #ccc; border-left: solid 10px #d9534f; border-radius: 5px; padding: 20px; }
.ucf .message .errors p { color: #d9534f; }
/* Success message box */
.ucf .message .success { background: #fff; border: solid 1px #ccc; border-left: solid 10px #5cb85c; border-radius: 5px; padding: 20px; }
.ucf .message .success p { color: #5cb85c; }

/* Form */
.ucf * { outline: none; }
.ucf fieldset { border: solid 1px #ccc; border-radius: 5px;}
.ucf legend { font-weight: bold; padding: 10px; }
.ucf .field-wrapper { clear: both; margin-top: 0; line-height:1.4em; margin-bottom: 10px; }
.ucf .field-wrapper label span { display: inline-block; float: left; width:140px; }
.ucf .field-wrapper input[type=text],
.ucf .field-wrapper input[type=tel],
.ucf .field-wrapper input[type=email],
.ucf .field-wrapper input[type=password],
.ucf .field-wrapper textarea,
.ucf .field-wrapper select { border: solid 1px #d6ccc8; border-radius: 0px; padding: 6px; transition: all .3s ease-in-out; }
.ucf .field-wrapper input[type=text]:focus,
.ucf .field-wrapper input[type=tel]:focus,
.ucf .field-wrapper input[type=email]:focus,
.ucf .field-wrapper input[type=password]:focus,
.ucf .field-wrapper textarea:focus,
.ucf .field-wrapper select:focus { border: solid 1px #666; }

@media ( max-width: 600px ){
  .ucf fieldset { padding: 10px; }
  .ucf .field-wrapper input[type=text],
  .ucf .field-wrapper input[type=tel],
  .ucf .field-wrapper input[type=email],
  .ucf .field-wrapper input[type=password],
  .ucf .field-wrapper textarea { width: 100%;  }
  .ucf .field-wrapper select { width: 100%; }
  .ucf .field-wrapper label span { width: 100%; }
}
@media ( min-width: 601px ){
  .ucf fieldset { padding: 20px; }
  .ucf .field-wrapper input[type=text],
  .ucf .field-wrapper input[type=tel],
  .ucf .field-wrapper input[type=email],
  .ucf .field-wrapper input[type=password],
  .ucf .field-wrapper textarea { width: 100%; }
  .ucf .field-wrapper select { width:100%; }
}

/* Select 2 overrides */
.select2 { margin-bottom: 20px; }
.select2-container .selection,
.select2-container .select2-selection { width: 100% !important; }
.select2-search__field:focus { outline: none; }

/* Button */
.ucf button[type=submit] { background: #0a446a; border: 0; border-radius: 0px; color: #fff; cursor: pointer; font-size: 18px; font-weight:400; margin-left: 0px; padding: 15px 25px; transition: background .3s; text-transform: uppercase; width: 250px; }
.ucf button[type=submit]:hover { background: #125c8c; }
.ucf button[type=submit].complete { background: #CE251F; cursor: default; }
.ucf button.secondary { background: #ccc; border: 0; border-radius: 0px; color: #fff; cursor: pointer; font-size: 18px; margin-left: 20px; padding: 10px 15px; transition: background .3s; }
.ucf button.secondary:hover { background: #ddd; }

span.asterisk { font-size: 13px; color: #FF0000; }

/* Google no CAPTCHA reCAPTCHA */
@media ( max-width: 600px ){
  .g-recaptcha{ margin-bottom: 10px; padding-left: 0;}
}
@media ( min-width: 601px ){
  .g-recaptcha{ padding-left: 0px; margin-bottom: 10px; }
  .ucf button[type=submit] { margin-left: 0px; }
}

/* Honey trap field */
.ucf .hey-honey { left: -9999px; position: absolute; }



/*********************************END NEW CONTACT FORM*****************************************/

/*END CONTACT*/


/*FOOTER AREA*/

#footer-wrapper { border-top: 1px solid  #ebebeb; padding-top: 15px; }


#footer-wrapper-wrapper {
  padding: 0 0 35px 0; margin-top: 0;
}

#footer-logo-wrapper {
  text-align: center;
  display: block;
}

#fnav-wrapper { text-align: center; margin-top: 20px; }
p.fnav { color: #878787; }
p.fnav a { color: #878787; font-size: 16px; }
p.fnav a:hover { color: #555; text-decoration: none; }

p#copy { color: #878787; margin-top: 0px; font-size: 16px; }


#webmonster { width: 100%; text-align: center; padding: 20px 0 0px; }
#webmonster a { display: block; color: #878787; line-height: 1.1; font-size: 16px; }
#webmonster a:hover { color: #555; text-decoration: none; }

/*END FOOTER AREA*/


/*VIDEO RESPONSIVE*/
.embed-container { position: relative; padding-bottom: 70%; height: 0; overflow: hidden; max-width: 100%;  border: 1px solid #d6ccc8; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*END VIDEO RESPONSIVE padding-bottom: 56.25%;*/



/***************************************MEDIA QUERIES**************************************************/

/*media queries*/
@media only screen and (min-width: 600px) {
.vision1 { height: 416px; background: url(../img/vision1.jpg) no-repeat top right; background-size: auto 416px; }
.vision2 { height: 530px; background: url(../img/vision2.jpg) no-repeat top left; background-size: auto 530px; }
.partner { margin: 20px; }
.field-wrapper.field-half1 { width: 48%; display: inline-block; clear: none; margin-right: 1.5%; }
.field-wrapper.field-half2 { width: 48%; display: inline-block; clear: none; margin-left: 1.5%; }

.f-right {
  float: right; margin-left: 30px; margin-bottom: 30px;
}

} /**end mq**/




/*media queries*/
@media only screen and (min-width: 700px) {



} /**end mq**/


 /*media queries*/
@media only screen and (min-width: 801px) {

    .content-right { width: 65%; margin-bottom: 0px; float: right; }
    .sidebar-left { width: 30%; margin-bottom: 0px; float: left; }
    .content-right h3, .content-right h4, .content-right h6 { text-align: left; }

    .sge-logo { padding-top: 0px; padding-left: 290px; background-position: top left; }
    .sge-leadership { padding-top: 0px; padding-left: 290px; background-position: top left; }


 } /**end mq**/ 

 @media only screen and (min-width: 900px) {
    #header-wrapper-wrapper { position: absolute; z-index: 500; top: -200px; margin-top: 200px; }
    #header-wrapper-wrapper.sticky { position: fixed; top: 0; margin-top: 0; }

    #header-wrapper { padding: 5px 20px; }
    #mnav-wrapper {
      display: block;
      width: 100%;
      margin: 5px auto 0px;
      text-align: center;
    }
    #mnav { list-style: none; }
    #mnav li { display: inline-block; padding: 0 11px 0 8px; border-right: 1px solid #ccc; font-weight: 300; }
    #mnav li:last-child { border: 0; padding-right: 0; }
    #mnav li:first-child { padding-left: 0px; }
    #mnav li a { font-size: 18px; color: #555; }
    #mnav li a:hover { color: #4791ce; text-decoration: none; }

    .main-image-wrapper { top: 180px; margin-bottom: 160px; }

}

/*media queries*/
@media only screen and (min-width: 960px) {
  .half-first{ width:48%; float: left; margin-bottom: 0; }
  .half-second{ width:48%; float: right; margin-bottom: 0; }
  .vision1, .vision2 { background-position: top center; background-size: 100% auto; }
  .main-image-wrapper { padding: 100px 0 120px; background: url(../img/main-image.jpg) no-repeat center center #d6e8f2; }
  .main-image-wrapper p { font-size: 24px; max-width: 920px; margin: auto; }
  h1 { font-size: 50px; }
  h3 { text-align: left; }
  #properties-image-wrapper img { width: 25%; }


  #contact-wrapper .half-first p, #contact-wrapper .half-first h6 { text-align: left;  }
  .embed-container { padding-bottom: 60%; }

  #vision-wrapper .half-first { border-right: 1px solid #ebebeb; padding-right: 45px; }



} /**end mq**/


/*media queries*/
@media only screen and (min-width: 1050px) {
  #header-wrapper-wrapper.sticky #header-logo-wrapper { float: left; width: 150px; }
  #header-wrapper-wrapper.sticky #mnav-wrapper { float: right; width: 900px; text-align: right; margin-top: 10px; }
  #header-wrapper-wrapper.sticky .main-image-wrapper { top: 100px; margin-bottom: 100px; }

  #vision-wrapper h3 { text-align: left; }
  .vision1 { width: 40%; float: left; background-size: auto 100%; min-height: 450px; }
  .vision1b { width: 60%; float: right;  min-height: 320px; }
  .vision2 { width: 40%; float: right; background-size: auto 100%; min-height: 580px; background-position: top left;  }
  .vision2b { width: 60%; float: left;  min-height: 580px; }
  .vision-txt { padding: 40px 45px 45px 45px; }

    .content-right { width: 70%; margin-bottom: 0px; float: right; }
    .sidebar-left { width: 25%; margin-bottom: 0px; float: left; }

} /**end mq**/

/*media queries*/
@media only screen and (min-width: 1200px) {
  #header-logo-wrapper { float: left; width: 200px; }
  #mnav-wrapper { float: right; width: 900px; text-align: right; }
  #mnav-wrapper { margin-top: 27px; }

  .main-image-wrapper { top: 125px; margin-bottom: 125px; }

  .fill-width { padding: 0; }
  .partner { margin-left: 0; margin-right: 0; }
  .partner-mid { margin-left: 20px; margin-right: 20px; }

  .vision1 { width: 50%;  min-height: 450px; }
  .vision1b { width: 50%;  min-height: 305px; }
  .vision2 { width: 50%; min-height: 520px;  }
  .vision2b { width: 50%; min-height: 520px; }
  .vision-txt { max-width: 600px; }
  .vision1b .vision-txt { padding-right: 10px; }
  .vision2b .vision-txt { padding-left: 10px; float: right; }

  #footer-logo-wrapper { float: left; width: 191px; }
  #fnav-wrapper { float: left; width: 790px; margin-top: 0; }
  #webmonster { float: right; width: 194px; padding-top: 0; }

} /**end mq**/




/****************RESPONSIVE NAVIGATION*****************************/

.slicknav_menu {
  display:none;
  top: 0px;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 899px) {
  /* #menu is the original menu */
  .js #mnav {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;

  }

}


/* Mobile Menu Core Style*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; font-size: 1em; font-family: 'IBM Plex Sans', Arial, sans-serif; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left;  font-size: 20px;  }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_brand { float:left }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:20px;
    box-sizing:border-box;
}
.slicknav_menu * {
  box-sizing:border-box;
}
/****************************************** Button **************************************************/
.slicknav_btn {
    margin: 0;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius: 0;  
    background-color: #0a446a;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: none;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

/****************************************** Main Background ********************************************/
.slicknav_menu {
    border-top: 0px solid #FEB520;
    border-bottom: 0px solid #204085;
    padding: 0 0 0px;
    position: fixed; z-index: 100;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
    background: #fff;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding:10px 10px;
    margin:3px 5px;
}

/****************************************** Links ********************************************/
.slicknav_nav a {
    padding:10px 10px;
    margin:3px 5px;
    text-decoration:none;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    background: #0a446a;
    border-radius: 0px;
    line-height: 1.5;
}
.slicknav_nav .slicknav_item a {
    padding:10px;
    margin:0;
}

.slicknav_nav .slicknav_parent-link a {
    padding:10px;
    margin:0;
}

/****************************************** Links Hover ********************************************/
.slicknav_nav .slicknav_row:hover {
    color:#fff;
    border-bottom: 0;
    background: #1977c5;
}
.slicknav_nav a:hover{
    color:#fff;
    border-bottom: 0;
    background: #1977c5;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}
.slicknav_brand {
  color:#fff;
  font-size: 18px;
  line-height:30px;
  padding:7px 12px;
  height:44px;
}


/****************END RESPONSIVE NAVIGATION*****************************/


/*SLIDER*/

.slides {
  text-indent: -9999px;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 00px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px; }
.flexslider .slides {zoom: 1;}

.carousel li { width: 100%;}
.loading { min-height: 100px; background: none !important;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 64px; height: 99px; margin: -80px 0 0; display: block; background: url(../img/arrows.png) no-repeat 0 0; position: absolute; top: 55%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: .7!important; filter:alpha(opacity=70); }
.flex-direction-nav .flex-next {background-position: -64px 0; right: 50px; }
.flex-direction-nav .flex-prev {left: 50px;}
.flexslider .flex-next:hover {opacity: 1!important; filter:alpha(opacity=100);}
.flexslider .flex-prev:hover {opacity: 1!important; filter:alpha(opacity=100);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .7!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; text-align: center; z-index: 100; bottom: 20px; }
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline; width: 15px; }
.flex-control-paging li a {width: 15px; height: 15px; display: block; background: url(../img/bullets.png) no-repeat 0 0px; cursor: pointer; text-indent: -9999px; }
.flex-control-paging li a.flex-active { background-position: 0 -15px; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/*END SLIDER*/



/*margins*/

.mt000 { margin:auto; }

.mt001 { margin-top: 1px }
.mt002 { margin-top: 2px }
.mt003 { margin-top: 3px }
.mt004 { margin-top: 4px }
.mt005 { margin-top: 5px }
.mt006 { margin-top: 6px }
.mt007 { margin-top: 7px }
.mt008 { margin-top: 8px }
.mt009 { margin-top: 9px }
.mt010 { margin-top: 10px }
.mt011 { margin-top: 11px }
.mt012 { margin-top: 12px }
.mt013 { margin-top: 13px }
.mt014 { margin-top: 14px }
.mt015 { margin-top: 15px }
.mt016 { margin-top: 16px }
.mt017 { margin-top: 17px }
.mt018 { margin-top: 18px }
.mt019 { margin-top: 19px }
.mt020 { margin-top: 20px }
.mt021 { margin-top: 21px }
.mt022 { margin-top: 22px }
.mt023 { margin-top: 23px }
.mt024 { margin-top: 24px }
.mt025 { margin-top: 25px }
.mt026 { margin-top: 26px }
.mt027 { margin-top: 27px }
.mt028 { margin-top: 28px }
.mt029 { margin-top: 29px }
.mt030 { margin-top: 30px }
.mt035 { margin-top: 35px }
.mt040 { margin-top: 40px }
.mt045 { margin-top: 45px }
.mt050 { margin-top: 50px }

.mr001 { margin-right: 1px }
.mr002 { margin-right: 2px }
.mr003 { margin-right: 3px }
.mr004 { margin-right: 4px }
.mr005 { margin-right: 5px }
.mr006 { margin-right: 6px }
.mr007 { margin-right: 7px }
.mr008 { margin-right: 8px }
.mr009 { margin-right: 9px }
.mr010 { margin-right: 10px }
.mr011 { margin-right: 11px }
.mr012 { margin-right: 12px }
.mr013 { margin-right: 13px }
.mr014 { margin-right: 14px }
.mr015 { margin-right: 15px }
.mr016 { margin-right: 16px }
.mr017 { margin-right: 17px }
.mr018 { margin-right: 18px }
.mr019 { margin-right: 19px }
.mr020 { margin-right: 20px }
.mr021 { margin-right: 21px }
.mr022 { margin-right: 22px }
.mr023 { margin-right: 23px }
.mr024 { margin-right: 24px }
.mr025 { margin-right: 25px }
.mr026 { margin-right: 26px }
.mr027 { margin-right: 27px }
.mr028 { margin-right: 28px }
.mr029 { margin-right: 29px }
.mr030 { margin-right: 30px }
.mr035 { margin-right: 35px }
.mr040 { margin-right: 40px }
.mr045 { margin-right: 45px }
.mr050 { margin-right: 50px }

.ml001 { margin-left: 1px }
.ml002 { margin-left: 2px }
.ml003 { margin-left: 3px }
.ml004 { margin-left: 4px }
.ml005 { margin-left: 5px }
.ml006 { margin-left: 6px }
.ml007 { margin-left: 7px }
.ml008 { margin-left: 8px }
.ml009 { margin-left: 9px }
.ml010 { margin-left: 10px }
.ml011 { margin-left: 11px }
.ml012 { margin-left: 12px }
.ml013 { margin-left: 13px }
.ml014 { margin-left: 14px }
.ml015 { margin-left: 15px }
.ml016 { margin-left: 16px }
.ml017 { margin-left: 17px }
.ml018 { margin-left: 18px }
.ml019 { margin-left: 19px }
.ml020 { margin-left: 20px }
.ml021 { margin-left: 21px }
.ml022 { margin-left: 22px }
.ml023 { margin-left: 23px }
.ml024 { margin-left: 24px }
.ml025 { margin-left: 25px }
.ml026 { margin-left: 26px }
.ml027 { margin-left: 27px }
.ml028 { margin-left: 28px }
.ml029 { margin-left: 29px }
.ml030 { margin-left: 30px }
.ml035 { margin-left: 35px }
.ml040 { margin-left: 40px }
.ml045 { margin-left: 45px }
.ml050 { margin-left: 50px }

.mb001 { margin-bottom: 1px }
.mb002 { margin-bottom: 2px }
.mb003 { margin-bottom: 3px }
.mb004 { margin-bottom: 4px }
.mb005 { margin-bottom: 5px }
.mb006 { margin-bottom: 6px }
.mb007 { margin-bottom: 7px }
.mb008 { margin-bottom: 8px }
.mb009 { margin-bottom: 9px }
.mb010 { margin-bottom: 10px }
.mb011 { margin-bottom: 11px }
.mb012 { margin-bottom: 12px }
.mb013 { margin-bottom: 13px }
.mb014 { margin-bottom: 14px }
.mb015 { margin-bottom: 15px }
.mb016 { margin-bottom: 16px }
.mb017 { margin-bottom: 17px }
.mb018 { margin-bottom: 18px }
.mb019 { margin-bottom: 19px }
.mb020 { margin-bottom: 20px }
.mb021 { margin-bottom: 21px }
.mb022 { margin-bottom: 22px }
.mb023 { margin-bottom: 23px }
.mb024 { margin-bottom: 24px }
.mb025 { margin-bottom: 25px }
.mb026 { margin-bottom: 26px }
.mb027 { margin-bottom: 27px }
.mb028 { margin-bottom: 28px }
.mb029 { margin-bottom: 29px }
.mb030 { margin-bottom: 30px }
.mb035 { margin-bottom: 35px }
.mb040 { margin-bottom: 40px }
.mb045 { margin-bottom: 45px }
.mb050 { margin-bottom: 50px }
.mb060 { margin-bottom: 60px }

/*end margins*/

/*padding*/

.pt001 { padding-top: 1px }
.pt002 { padding-top: 2px }
.pt003 { padding-top: 3px }
.pt004 { padding-top: 4px }
.pt005 { padding-top: 5px }
.pt006 { padding-top: 6px }
.pt007 { padding-top: 7px }
.pt008 { padding-top: 8px }
.pt009 { padding-top: 9px }
.pt010 { padding-top: 10px }
.pt011 { padding-top: 11px }
.pt012 { padding-top: 12px }
.pt015 { padding-top: 15px }
.pt020 { padding-top: 20px }
.pt025 { padding-top: 25px }
.pt030 { padding-top: 30px }

.pr001 { padding-right: 1px }
.pr002 { padding-right: 2px }
.pr003 { padding-right: 3px }
.pr004 { padding-right: 4px }
.pr005 { padding-right: 5px }
.pr006 { padding-right: 6px }
.pr007 { padding-right: 7px }
.pr008 { padding-right: 8px }
.pr009 { padding-right: 9px }
.pr010 { padding-right: 10px }
.pr011 { padding-right: 11px }
.pr012 { padding-right: 12px }
.pr015 { padding-right: 15px }
.pr020 { padding-right: 20px }
.pr025 { padding-right: 25px }
.pr030 { padding-right: 30px }

.pl001 { padding-left: 1px }
.pl002 { padding-left: 2px }
.pl003 { padding-left: 3px }
.pl004 { padding-left: 4px }
.pl005 { padding-left: 5px }
.pl006 { padding-left: 6px }
.pl007 { padding-left: 7px }
.pl008 { padding-left: 8px }
.pl009 { padding-left: 9px }
.pl010 { padding-left: 10px }
.pl011 { padding-left: 11px }
.pl012 { padding-left: 12px }
.pl015 { padding-left: 15px }
.pl020 { padding-left: 20px }
.pl025 { padding-left: 25px }
.pl030 { padding-left: 30px }

.pb001 { padding-bottom: 1px }
.pb002 { padding-bottom: 2px }
.pb003 { padding-bottom: 3px }
.pb004 { padding-bottom: 4px }
.pb005 { padding-bottom: 5px }
.pb006 { padding-bottom: 6px }
.pb007 { padding-bottom: 7px }
.pb008 { padding-bottom: 8px }
.pb009 { padding-bottom: 9px }
.pb010 { padding-bottom: 10px }
.pb011 { padding-bottom: 11px }
.pb012 { padding-bottom: 12px }
.pb015 { padding-bottom: 15px }
.pb020 { padding-bottom: 20px }
.pb025 { padding-bottom: 25px }
.pb030 { padding-bottom: 30px }

/*end padding*/





/* ECWID STYLES BACKUP 


html#ecwid_html body#ecwid_body .ecwid, html#ecwid_html body#ecwid_body .ecwid-minicart, html#ecwid_html body#ecwid_body .ecwid-SearchPanel, html#ecwid_html body#ecwid_body .dateBoxPopup, html#ecwid_html body#ecwid_body .gwt-PopupPanel { font-family: 'Droid Sans', Arial, Helvetica, sans-serif; }

#my-search-9658319 { text-align: center; } 
.ecwid-search-widget { margin: 10px auto; }


html#ecwid_html body#ecwid_body .ecwid { text-align: center; }
html#ecwid_html body#ecwid_body div.ecwid-minicart { box-shadow:  0px 5px 2px 0px rgba(0, 0, 0, 0.15);  }
html#ecwid_html body#ecwid_body div.ecwid-minicart-counter { color: #499200; font-weight: bold; }
html#ecwid_html body#ecwid_body div.ecwid-minicart-link * { color: #499200; font-size: 13px; }
html#ecwid_html body#ecwid_body div.ecwid-minicart-clickArea { background-image: url(http://ryanorrell.com/www/peridot/img/bag.png); }


.fb_iframe_widget, .fb_iframe_widget span, iframe.fb_ltr {width: 100% !important;}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-head {
    color: #252525;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Merriweather', Times, sans-serif;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-price {
    color: #aa1a19;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Merriweather', Times, sans-serif;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart div.ecwid-productBrowser-price { color: #285127; }
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart-totalAmount { font-family: 'Merriweather', Times, sans-serif; }


html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsTable-v2 div.ecwid-productBrowser-productNameLink a, html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-v2 div.ecwid-productBrowser-productNameLink a, html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 div.ecwid-productBrowser-productNameLink a { text-align: center; }

html#ecwid_html body#ecwid_body .ecwid a, html#ecwid_html body#ecwid_body .ecwid a:visited, html#ecwid_html body#ecwid_body .ecwid a:hover, html#ecwid_html body#ecwid_body .ecwid a:active { color: #aa1a19; }

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath a, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath a:active, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath a:visited {
    color: #aa1a19; }

html#ecwid_html body#ecwid_body div.ecwid-results-topPanel div.ecwid-results-topPanel-viewAsPanel-link {  color: #aa1a19; }

html#ecwid_html body#ecwid_body div.ecwid-pager span.ecwid-pager-link-enabled {  color: #aa1a19; font-size: 14px;  }





a.gwt-Anchor.ecwid-productBrowser-auth-signInLink { font-size: 16px; font-weight: bold; text-transform: uppercase; }



html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 td.ecwid-productBrowser-productsGrid-productInside.ecwid-productBrowser-productsGrid-hover { border-color: #9d8e80; }

html#ecwid_html body#ecwid_body td.ecwid-productBrowser-productsGrid-cellSpace { height: 10px; }

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-backgroundedPanel { background-color: transparent; }

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath { display: none; }
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-category { padding-top: 10px; }





*/

