@charset "utf-8";
/* DOCUMENT INFORMATION
	- Theme:    Gemini Systems
	- Document: home.css
	
	Created used SCSS syntax
*/
/* COLORS
	- default body text  #000000
	- subtitle h2 text   #303030
	- link text          #00539c
	- background grey    #f5f5f5
	- accent color		 #e0371e
*/
/* FONTS
	- default body text  'Karla_ff', 'Karla', sans-serif
	- subtitle h2 text   'Montserrat_ff', 'Montserrat', sans-serif
	- navigation text    'Karla_ff', 'Karla', sans-serif
*/
/* DOCUMENT INFORMATION
	- Theme:    Gemini Systems
	- Document: master.css
	
	Created used SCSS syntax
*/
/* CSS DIRECTORY
	1. =GLOBAL/MAIN
	2. =FONT/H
	3. =HEADER
			-NAVIGATION
			-FLOATING ELEMENTS
	4. =SLIDESHOW
	5. =CONTENT
	6. =FOOTER
			-LOCAL
			-GLOBAL
*/
/* COLORS
	- default body text  #000000
	- subtitle h2 text   #303030
	- link text          #00539c
	- background grey    #f5f5f5
	- accent color		 #e0371e
*/
/* FONTS
	- default body text  'Karla_ff', 'Karla', sans-serif
	- subtitle h2 text   'Montserrat_ff', 'Montserrat', sans-serif
	- navigation text    'Karla_ff', 'Karla', sans-serif
*/
@import url("import/reset.css");
@import url("import/speech_bubble.css");
@import url("import/fonts.css");
/* =======================
   1. GLOBAL/MAIN SETTINGS 
   =======================*/
/* line 44, ../scss/master.scss */
* {
  margin: 0;
  padding: 0;
  text-indent: 0px;
}

/* line 49, ../scss/master.scss */
html, body {
  height: 100%;
}

/* line 50, ../scss/master.scss */
body {
  background-color: #f5f5f5 !important;
  background-image: url(../images/light_toast.png) !important;
  font-family: 'Karla_ff', 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
  /* Fix font rendering in Chrome */
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, .01);*/
}

/* line 60, ../scss/master.scss */
#wrap {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px 0px -101px 0px;
}

/* line 67, ../scss/master.scss */
#main {
  width: 100%;
  padding: 0px 0px 101px 0px;
}

/* line 71, ../scss/master.scss */
li {
  list-style: none;
}

/* line 74, ../scss/master.scss */
a {
  text-decoration: none;
  color: #00539c;
}
/* line 77, ../scss/master.scss */
a:hover {
  color: #e0371e;
}

/* line 81, ../scss/master.scss */
::selection {
  background-color: #00539c;
  color: #fff;
}

/* line 85, ../scss/master.scss */
::-moz-selection {
  background-color: #00539c;
  color: #fff;
}

/* line 89, ../scss/master.scss */
button, input.button {
  font-family: 'Karla_ff', 'Karla', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: #e3e3e3;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 150px;
  margin-top: 20px;
}
/* line 109, ../scss/master.scss */
button:hover, input.button:hover {
  background: #d9d9d9;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer;
}
/* line 117, ../scss/master.scss */
button:active, input.button:active {
  background: #d0d0d0;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}

/* line 130, ../scss/master.scss */
.sized {
  width: 960px;
  margin: 0 auto;
}

/* line 134, ../scss/master.scss */
.selected_nav {
  background-color: #e0371e;
  color: #fff !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 138, ../scss/master.scss */
.selected_nav:hover {
  color: #fff !important;
}

/* ===CLEARFIX=== */
/* line 142, ../scss/master.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 143, ../scss/master.scss */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
/* line 145, ../scss/master.scss */
* html .clearfix {
  height: 1%;
}

/* line 146, ../scss/master.scss */
.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* ======================
   2. FONT/H DECLARATIONS 
   ====================== */
/* line 154, ../scss/master.scss */
h2 {
  font-family: 'Montserrat_ff', 'Montserrat', sans-serif;
  font-weight: 400 !important;
  color: #303030;
}
/* line 159, ../scss/master.scss */
h2.med_header {
  font-size: 24px;
}
/* line 162, ../scss/master.scss */
h2.lg_header {
  font-size: 50px;
}
/* line 165, ../scss/master.scss */
h2.sm_header {
  font-size: 16px;
}

/* line 169, ../scss/master.scss */
em {
  color: #e0371e;
  font-style: italic;
}

/* line 173, ../scss/master.scss */
.bold {
  font-weight: bold;
}

/* line 176, ../scss/master.scss */
.italic {
  font-style: italic;
}

/* line 179, ../scss/master.scss */
sup {
  vertical-align: text-top;
  color: #666;
  position: relative;
  top: -10px;
  font-size: smaller;
}

/* ======================
   3. HEADER DECLARATIONS 
   ====================== */
/* line 190, ../scss/master.scss */
.header {
  height: 178px;
  width: 100%;
  background-image: url(../images/light_toast_header.png) !important;
  background-position: bottom;
  background-repeat: repeat-x;
  position: fixed;
  top: 0px;
  z-index: 100;
  /* ===NAVIGATION=== */
}
/* line 200, ../scss/master.scss */
.header .logo {
  width: 100%;
}
/* line 202, ../scss/master.scss */
.header .logo a {
  width: 248px;
  height: 104px;
  overflow: hidden;
  margin: 15px auto 0 auto;
  display: block;
}
/* line 211, ../scss/master.scss */
.header .nav_container {
  width: 100%;
  margin-top: 15px;
  height: 32px;
}
/* line 215, ../scss/master.scss */
.header .nav_container .nav {
  width: 960px;
  height: inherit;
  margin: 0 auto;
}
/* line 219, ../scss/master.scss */
.header .nav_container .nav ul {
  margin: 0 auto;
  height: inherit;
  text-align: center;
}
/* line 223, ../scss/master.scss */
.header .nav_container .nav ul li {
  float: left;
}
/* line 225, ../scss/master.scss */
.header .nav_container .nav ul li a {
  font-size: 16px;
  color: #00539c;
  display: block;
  width: 134px;
  margin: 0 8px;
  padding: 8px 0px;
  text-decoration: none;
}
/* line 235, ../scss/master.scss */
.header .nav_container .nav ul li a:hover {
  color: #e0371e;
}
/* line 239, ../scss/master.scss */
.header .nav_container .nav ul li#split {
  margin-right: 60px;
}

/* ===FLOATING ELEMENTS=== */
/* line 248, ../scss/master.scss */
.home {
  left: 50%;
  margin-left: -32px;
  position: fixed;
  top: 141px;
  width: 64px;
  height: 64px;
  background-image: url(../images/main_button.png);
  z-index: 102;
}
/* line 258, ../scss/master.scss */
.home a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
/* line 260, ../scss/master.scss */
.home a img#hicon {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -25px;
}
/* line 261, ../scss/master.scss */
.home a img#gicon {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -25px;
  display: none;
}

/* line 264, ../scss/master.scss */
.anniv {
  position: fixed;
  top: 35px;
  left: 50%;
  margin-left: 270px;
  z-index: 102;
}

/* =============
   4. SLIDESHOW 
   ============= */
/* line 275, ../scss/master.scss */
.slideshow {
  height: 475px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center;
}
/* line 282, ../scss/master.scss */
.slideshow .push {
  height: 175px;
  width: 100%;
}
/* line 285, ../scss/master.scss */
.slideshow .push.dark_bg {
  background-image: url(../images/grey_carbon.png);
  background-repeat: repeat;
}
/* line 287, ../scss/master.scss */
.slideshow .slideshow_inner {
  height: 100%;
  width: 100%;
}
/* line 288, ../scss/master.scss */
.slideshow .slideshow_inner div {
  width: 100%;
  height: 100%;
}
/* line 292, ../scss/master.scss */
.slideshow .slideshow_inner div.slide1 {
  background: url(../images/slideshow1.jpg) no-repeat center;
}
/* line 293, ../scss/master.scss */
.slideshow .slideshow_inner div.slide2 {
  background: url(../images/slideshow2.jpg) no-repeat center;
  opacity: 0;
  display: none;
}
/* line 294, ../scss/master.scss */
.slideshow .slideshow_inner div.slide3 {
  background: url(../images/slideshow3.jpg) no-repeat center;
  opacity: 0;
  display: none;
}
/* line 296, ../scss/master.scss */
.slideshow .slider_bullets {
  height: 13px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -34px;
}
/* line 302, ../scss/master.scss */
.slideshow .slider_bullets ul {
  text-align: center;
}
/* line 304, ../scss/master.scss */
.slideshow .slider_bullets ul li {
  display: inline-block;
}
/* line 305, ../scss/master.scss */
.slideshow .slider_bullets ul a {
  width: 13px;
  height: 13px;
  display: inline-block;
  padding: 5px;
  background-image: url(../images/slideshow_selector.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 313, ../scss/master.scss */
.slideshow .slider_bullets ul a.selected {
  background-image: url(../images/slideshow_selector_color.png);
}

/* ============
   5. CONTENT 
   ============ */
/* line 322, ../scss/master.scss */
.content {
  width: 100%;
  margin-bottom: 50px;
}
/* line 326, ../scss/master.scss */
.content .breadcrumb_container {
  width: 100%;
  height: 20px;
  background-image: url(../images/company/overlay_light.png);
}
/* line 331, ../scss/master.scss */
.content .breadcrumb_container .breadcrumb {
  line-height: 20px;
  padding-left: 60px;
}
/* line 335, ../scss/master.scss */
.content .breadcrumb_container .breadcrumb a {
  display: inline-block;
  height: 20px;
  background-image: url(../images/breadcrumb.png);
  background-position: right;
  background-repeat: no-repeat;
  padding: 0 30px 0 10px;
}
/* line 336, ../scss/master.scss */
.content .breadcrumb_container .breadcrumb p {
  display: inline;
  padding: 0 10px;
}
/* line 339, ../scss/master.scss */
.content .back_panel {
  width: 20px;
  height: 100%;
  background-image: url(../images/back_arrow.png);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 347, ../scss/master.scss */
.content .back_panel .prompt {
  display: none;
}

/* ===========
   6. FOOTER 
   =========== */
/* line 356, ../scss/master.scss */
footer {
  width: 100%;
  height: 101px;
  position: relative;
  /* ===LOCAL FOOTER=== */
  /* ===GLOBAL FOOTER=== */
}
/* line 362, ../scss/master.scss */
footer .local {
  font-size: 13px;
  width: 100%;
}
/* line 365, ../scss/master.scss */
footer .local .local_container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
/* line 369, ../scss/master.scss */
footer .local .local_container .info {
  margin: 0 auto;
  text-align: center;
}
/* line 373, ../scss/master.scss */
footer .local .local_container .info ul li {
  position: absolute;
  display: inline-block;
}
/* line 376, ../scss/master.scss */
footer .local .local_container .info ul li#address {
  right: 50%;
  margin: 17px 160px 0 0;
}
/* line 377, ../scss/master.scss */
footer .local .local_container .info ul li#phone {
  right: 50%;
  margin: 17px 50px 0 0;
}
/* line 378, ../scss/master.scss */
footer .local .local_container .info ul li#copyright {
  left: 50%;
  margin: 17px 0 0 50px;
}
/* line 383, ../scss/master.scss */
footer .local .local_container .social_media ul {
  position: absolute;
  right: 0px;
}
/* line 386, ../scss/master.scss */
footer .local .local_container .social_media ul li {
  display: inline;
  padding: 0px 3px;
}
/* line 396, ../scss/master.scss */
footer .global {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #111 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  z-index: 2;
}
/* line 405, ../scss/master.scss */
footer .global .g_footer {
  width: 100%;
  height: 0;
}
/* line 408, ../scss/master.scss */
footer .global .g_footer img {
  left: 50%;
  margin-left: -25px;
  position: absolute;
  margin-top: -24px;
}
/* line 415, ../scss/master.scss */
footer .global .sites {
  width: 960px;
  margin: 0 auto;
  height: 66px;
}
/* line 419, ../scss/master.scss */
footer .global .sites ul {
  margin: 0 auto;
  height: inherit;
}
/* line 422, ../scss/master.scss */
footer .global .sites ul li {
  padding: 13px 18px;
  float: left;
  display: block;
  text-align: center;
  line-height: 20px;
}
/* line 429, ../scss/master.scss */
footer .global .sites ul li .site_title {
  text-transform: uppercase;
}
/* line 435, ../scss/master.scss */
footer .global a {
  color: white;
}
/* line 436, ../scss/master.scss */
footer .global .site_title {
  color: #c1c1c1;
}

/* line 27, ../scss/home.scss */
.content .home_container .home_solutions_container {
  background-image: url(../images/bg_solutions.png);
  background-repeat: repeat-x;
  border-bottom: solid #ddd 1px;
}
/* line 32, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container {
  width: 960px;
  margin: 0 auto;
  height: 286px;
  text-align: center;
}
/* line 38, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container .med_header {
  padding-top: 15px;
  height: 32px;
}
/* line 40, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.services li {
  padding: 0 10px 15px 0;
  display: inline-block;
  font-size: 20px;
  line-height: 21px;
}
/* line 45, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.services li h2 {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}
/* line 53, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li {
  display: inline-block;
  width: 138px;
  height: 183px;
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
}
/* line 59, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a {
  display: inline-block;
  width: 138px;
  height: 183px;
  margin-right: 10px;
  position: relative;
}
/* line 65, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a div {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -31px;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 75, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a .mo {
  background-image: url(../images/icons/mo_grey.png);
}
/* line 76, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a .an {
  background-image: url(../images/icons/an_grey.png);
}
/* line 77, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a .ue {
  background-image: url(../images/icons/ue_grey.png);
}
/* line 78, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a .it {
  background-image: url(../images/icons/it_grey.png);
}
/* line 79, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a .op {
  background-image: url(../images/icons/op_grey.png);
}
/* line 80, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a h2 {
  color: #303030;
  position: absolute;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  top: 66%;
  display: block;
  text-align: center;
}
/* line 90, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a:hover {
  /*background-image: url(../images/button_pushed.png);*/
}
/* line 92, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a:hover .sm_header {
  color: black !important;
}
/* line 95, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a:hover .mo {
  background-image: url(../images/icons/mo.png);
}
/* line 96, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a:hover .an {
  background-image: url(../images/icons/an.png);
}
/* line 97, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a:hover .ue {
  background-image: url(../images/icons/ue.png);
}
/* line 98, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a:hover .it {
  background-image: url(../images/icons/it.png);
}
/* line 99, ../scss/home.scss */
.content .home_container .home_solutions_container .solutions_container ul.solutions li a:hover .op {
  background-image: url(../images/icons/op.png);
}
/* line 106, ../scss/home.scss */
.content .home_container .bottom_container {
  margin: 0 auto;
  width: 960px;
}
/* line 110, ../scss/home.scss */
.content .home_container .bottom_container .newsevents {
  float: left;
  width: 600px;
  padding-right: 80px;
}
/* line 115, ../scss/home.scss */
.content .home_container .bottom_container .newsevents article {
  width: 549px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 121, ../scss/home.scss */
.content .home_container .bottom_container .newsevents article .news_article {
  padding: 15px 0 10px 15px;
  font-size: 12px;
}
/* line 122, ../scss/home.scss */
.content .home_container .bottom_container .newsevents article a.news_title {
  display: block;
  padding: 0 15px 15px 15px;
  line-height: 25px;
}
/* line 128, ../scss/home.scss */
.content .home_container .bottom_container .newsevents .showall a {
  display: block;
  float: right;
  margin-right: 50px;
}
/* line 132, ../scss/home.scss */
.content .home_container .bottom_container .newsevents .showall a img {
  margin-left: 10px;
}
/* line 135, ../scss/home.scss */
.content .home_container .bottom_container .PBP {
  float: right;
  width: 280px;
  line-height: 20px;
}
/* line 140, ../scss/home.scss */
.content .home_container .bottom_container .PBP p {
  margin-bottom: 20px;
}
/* line 142, ../scss/home.scss */
.content .home_container .bottom_container .med_header {
  padding: 40px 0 20px 0;
}
