﻿/* -----------------------------------------
:: Colors
lightblue: 	#4FC9E6;
blue: 		#359FCB;
darkerblue: #1A73B0;
lightorange:#F9C351;
darkorange: #DC930C;

----------------------------------------- */
/* -----------------------------------------
:: Font types
----------------------------------------- */
@font-face {
    font-family: 'journalregular';
    src: url('fonts/journal/journal-webfont.eot');
    src: url('fonts/journal/journal-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/journal/journal-webfont.woff') format('woff'),
         url('fonts/journal/journal-webfont.ttf') format('truetype'),
         url('fonts/journal/journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'league_gothicregular';
    src: url('fonts/leaguegothic/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic/leaguegothic-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('fonts/roboto/RobotoCondensed-Light-webfont.eot');
    src: url('fonts/roboto/RobotoCondensed-Light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('fonts/roboto/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('fonts/roboto/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/roboto/RobotoCondensed-Bold-webfont.eot');
    src: url('fonts/roboto/RobotoCondensed-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/roboto/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/roboto/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'boycottregular';
    src: url('fonts/boycott-logo/boycott_-webfont.eot');
    src: url('fonts/boycott-logo/boycott_-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/boycott-logo/boycott_-webfont.woff') format('woff'),
         url('fonts/boycott-logo/boycott_-webfont.ttf') format('truetype'),
         url('fonts/boycott-logo/boycott_-webfont.svg#boycottregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* -----------------------------------------
:: Basic font styles
lightest: 	#E0FAFF;
lighter: 	#B3C8CC;
light: 		#89EBFF;
medium: 	#707D80;
dark: 		#4A7680;

----------------------------------------- */
body {
	font-family: roboto_condensedlight, sans-serif;
	font-size: 16px;
	line-height: 1.428571429;
	color: #222222;
}
a {
	color: #222222;
	text-decoration: none;
	outline: none;
	border: none;
}
a:active {
	outline-style: none;
}
a:focus, a:active, button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, select::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
	border: 0;
	outline : 0;
}
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #ccc;
	text-decoration: none;
}
a:hover, a:focus {
	color: #333333;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:active {
	color: #333333;
	text-decoration: none;
}
/* dark hover colors */
a.btn-default {
	color: #222222;
}
/* dark hover colors */
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
.light {
	color: #f2f2f2;
}
.dark {
	color: #222222;
}
/* -----------------------------------------
:: Heading font styles
----------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #428bca;
	font-family: league_gothicregular, Helvetica, Arial, sans-serif;
	line-height: 1.1;
}
h1, .h1 {
	color: inherit;
	font-size: 36px;
	font-family: league_gothicregular, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	font-weight: normal;
	letter-spacing: normal;
}
h2, .h2 {
	color: inherit;
	font-size: 30px;
	font-family: league_gothicregular, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	font-weight: normal;
	letter-spacing: normal;
}
h3, .h3 {
	color: inherit;
	font-size: 24px;
	font-family: league_gothicregular, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	font-weight: normal;
	letter-spacing: normal;
}
h4, .h4 {
	color: inherit;
	font-size: 18px;
	font-family: 'league_gothicCnRg', Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	letter-spacing: normal;
}
h5, .h5 {
	color: inherit;
	font-size: 14px;
	font-family: 'league_gothicCnRg', Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	letter-spacing: normal;
}
h6, .h6 {
	color: inherit;
	font-size: 12px;
	font-family: 'league_gothicCnRg', Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	letter-spacing: normal;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: inherit;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
	font-size: 65%;
}
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
	font-size: 75%;
}
/* -----------------------------------------
:: MIN HEADER
----------------------------------------- */
.minimized-header-bg, .minimized-header-bg h1, .minimized-header-bg h2, .minimized-header-bg h3, .minimized-header-bg p {
	background: rgba(255,255,255,0.1);
	padding: 5px;
	color: #44444;
	text-align: center;
}

/* main content boxes */
.box-center {
}
.box-section {
}
/* side column / info box boxes */
.box-left {
	font-size: 14px;
}
.box-right {
	font-size: 14px;
}
.box-aside {
	font-size: 14px;
}
.box-article {
	font-size: 14px;
}
/* -----------------------------------------
:: THUMBNAILS
----------------------------------------- */
.thumbnail .caption {
	color: #222;
}
.caption {
	font-size: 12px;
}
/* -----------------------------------------
:: FOOTER / COPYRIGHT
----------------------------------------- */
.footer {
	font-size: 15px;
}
.footer ul {
	list-style: none;
	padding-left: 0px;
}
.footer h3 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 100;
	background: rgba(0,0,0,0.1);
	padding: 2px;
}
.footer-image {
	float: left;
	margin-right: 30px;
}
.footer .lead {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.1;
	margin-bottom: 0px;
	background: rgba(255,255,255,0.2);
}
.footer p {
	margin: 10px 0px 10px 0px;
}
.copyright-bg {
	padding: 20px 20px 60px 20px;
	color: #359FCB;
}
/* -----------------------------------------
:: SHARED COMPONENTS
----------------------------------------- */
/* website name */
.website-name, .website-name h3, .website-name h3 a {
	color: #222222;
	font-size: 60px;
	font-family: 'boycottregular';
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	letter-spacing: normal;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	outline:none;
}
.website-name h3 span {
	color: #359FCB;
}
.website-name h3 i {
	color: #ffffff;
}
/* tagline */
.tagline {
	color: inherit;
	font-size: 36px;
	font-family: 'league_gothicCnRg', Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 20px 0px 10px 0px;
	font-weight: normal;
	letter-spacing: normal;
}
/* phone */
.phone {
	color: inherit;
	font-size: 36px;
	font-family: 'league_gothicCnRg', Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 20px 0px 10px 0px;
	font-weight: normal;
	letter-spacing: -2px;
	outline:none;
}
/* social icons */
.social-icon-fontawesome a:link, .social-icon-fontawesome a:visited {
	color: #efefef;
	text-decoration: none;
	outline:none;
}
.social-icon-fontawesome a:hover {
	color: #555;
	text-decoration: none;
	text-shadow:2px 2px 2px #111111;
}
/* textlinks  */
.secondary-horizontal-nav a {
	color: inherit;
	font-size: 36px;
	font-family: 'league_gothicCnRg', Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 20px 0px 10px 0px;
	font-weight: normal;
	letter-spacing: -2px;
}
.secondary-horizontal-nav a:hover {
	color: #ffffff;
}
/* google search  */
input#gsc-i-id1.gsc-input {
	color: #efefef!important;/* input text color  */
}
.gsst_a .gscb_a {
	margin-top: 6px;
	color: #efefef!important;/* X close color  */
}
/* -----------------------------------------
:: MENU COMPONENTS
----------------------------------------- */
/* menu top */
#menu.menu li a {
	color: #777;
	font-size: 16px;
	font-family: 'roboto_condensedlight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 25px;
	padding-bottom: 27.5px;
	padding-top: 27.5px;
	outline:none;
}
#menu.menu li a:hover {
	color: #ffffff;
}
#menu.menu li a:active {
	color: #efefef;
}
/* menu top dropdown */
#menu.menu li.dropdown ul.dropdown-menu li a {
	color: #359FCB;
	font-size: 14px;
	font-family: 'roboto_condensedlight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	background: transparent;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#menu.menu li.dropdown ul.dropdown-menu li a:visited {
	color: #359FCB;
	background: transparent;
}
#menu.menu li.dropdown ul.dropdown-menu li a:hover {
	color: #111111;
	background: #cccccc;
}
/* menu side font styles*/
/* menu side hover styles*/
ul.menuside li {
	margin: 3px 0px 3px 0px;
}
.menuside > li > a {
	color: #222;
	font-size: 16px;
	font-family: 'roboto_condensedlight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 25px;
	font-weight: 600;
	padding: 5px 10px 5px 20px;
	background: #efefef;
	border: 1px solid #359FCB;
	-o-transition: color .1s ease-out, background .5s ease-in;
	-ms-transition: color .1s ease-out, background .5s ease-in;
	-moz-transition: color .1s ease-out, background .5s ease-in;
	-webkit-transition: color .1s ease-out, background .5s ease-in; /* ...and now override with proper CSS property */;
	transition: color .2s ease-out, background .5s ease-in;
	outline: 0;
}
.downarrow {
	background-image: url('../graphics/menu-side-down-arrow.png')!important;
	background-position: right 10px!important;
	background-repeat: no-repeat!important;
}
.downarrow:hover {
	background-image: url('../graphics/menu-side-down-arrow.png')!important;
	background-position: right -30px!important;
	background-repeat: no-repeat!important;
}
/* menu side hover styles*/
.menuside > li > a:hover, .menuside > li > a.active {
	border: 1px solid #359FCB;
	color: #359FCB;
	background: #000;
	outline: none;
}
/* menu side button styles */
.menuside > li > a {
	width: 100%;
	display: block;
	position: relative;
	border-radius: 4px;
}
/* menu side sub */
.menuside ul li a {
	background: transparent;
	background: rgba(0,0,0,0.1);
	border-radius: 4px;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-family: 'roboto_condensedlight', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	margin: 2px 0px 2px 0px;
	outline: none;
}
/* menu side sub background hover */
.menuside ul li a:hover {
	background: rgba(0,0,0,0.2);
	border-radius: 4px;;
}
/* menu side sub font hover */
.menuside > li > ul li:hover a, .menuside > li > ul li:hover a span, .menuside > li > ul li:hover a:before {
	color: #111111;
}
/* -----------------------------------------
:: copyright
----------------------------------------- */
.copyright-bg p {
	font-size: 12px;
}




