/* ----------------- General & Resets ----------------- */

#editAnywhere {display:none;}
body { background: #fff; position: relative; font-family: 'Prima Sans BT Roman', sans-serif; color: #1a2732; margin: 112px 0 0; font-size:15px; }

input, textarea, select  { font-family: 'Prima Sans BT Roman', sans-serif; font-size: 15px; box-sizing: border-box; line-height: 30px; height: 38px; width: 100%; padding: 4px 8px; border: 1px solid #ccc; outline: 0px; margin: 3px 0 3px; background: #f8f8f8; border-radius: 4px; transition: border 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;}
input { }
input[type="button"] {}
input[type="checkbox"] { width: auto; vertical-align: middle; margin-right: 5px; }
input[type="file"] { height: 30px; line-height: normal; padding-top:4px; padding-bottom:4px; box-sizing: content-box; width: auto; }
input[type="password"] {}
input[type="radio"] { width: auto; vertical-align: middle; margin-right: 5px; }
input[type="submit"] { }
input[type="text"] {}
select { height: 38px; line-height: normal; padding-top:0px; padding-bottom:0px; }
textarea { height: auto; line-height: normal; width: 100%; }

/* Input Focus Styling */
input[type="text"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="color"]:focus, select:focus, textarea:focus {
    border-color: #387fc0; box-shadow: 0 1px 1px rgba(0,0,0,0.07) inset,0 0 5px rgba(89,153,178,0.333);
}

a { text-decoration:none; color: #003d7d; }
img {border:0px;}
.wrapper {margin:0 auto; width: 99%; max-width: 1420px; position:relative;}
.mobile_only { display: none !important; }


.clear {clear:both;}

h1, h2, h3, h4, h5, h6 { font-family: 'Muli', sans-serif; font-weight: 600; line-height: 1.3em; margin: 0px 0px 1em; padding-top: 0.73em;}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4, h5, h6 { font-size:17px; }

a.readmore, .readmore a, .camera_wrap a.readmore { margin: 0 15px; background: #394a59; padding: 0 16px; line-height: 40px; font-size: 15px; display: inline-block; color: #fff;  }

a.greenbutton, .greenbutton a {font-family: 'Muli', sans-serif; font-weight: 600; text-transform: uppercase; margin: 15px 30px 15px 0px; padding: 0 16px; line-height: 40px; font-size: 15px; display: inline-block; color: #fff; background: rgb(106,171,53); background: -moz-linear-gradient(left,  rgba(106,171,53,1) 0%, rgba(136,180,62,1) 40%, rgba(136,180,62,1) 60%, rgba(166,188,71,1) 99%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(106,171,53,1)), color-stop(40%,rgba(136,180,62,1)), color-stop(60%,rgba(136,180,62,1)), color-stop(99%,rgba(166,188,71,1))); background: -webkit-linear-gradient(left,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); background: -o-linear-gradient(left,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); background: -ms-linear-gradient(left,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); background: linear-gradient(to right,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aab35', endColorstr='#a6bc47',GradientType=1 );}

/* More buttons & General Page Button Styling */
a.morebutton, .morebutton a, a.bluebutton, .bluebutton a, a.greenbutton, .greenbutton a, a.navybutton, .navybutton a, a.redbutton, .redbutton a, button, input[type="button"], input[type="submit"] { border:0px; line-height: 40px; padding: 0 16px; background: #9cb111; color: #fff; font-size: 16px; display: inline-block; }
a.morebutton:hover, .morebutton:hover a, button:hover, input[type="button"]:hover, input[type="submit"]:hover { background: #D1EB2B; color: #fff; -moz-transition: all 0.21s ease-in-out; -webkit-transition: all 0.21s ease-in-out; transition: all 0.21s ease-in-out;}
a.morebutton.white, .morebutton.white a { background: #fff; color: #394a59 }
a.morebutton.white:hover, .morebutton.white:hover a { background: #253746; color: #fff; }

/* Specific Colored WYSIWYG Editor Buttons */
a.bluebutton, .bluebutton a, a.greenbutton, .greenbutton a, a.navybutton, .navybutton a { margin: 0 12px;}
a.bluebutton:first-child, .bluebutton a:first-child, a.greenbutton:first-child, .greenbutton a:first-child, a.navybutton:first-child, .navybutton a:first-child { margin-left:0px;}
a.bluebutton, .bluebutton a { background: #00427e ; } a.bluebutton:hover, .bluebutton:hover a { background: #387fc0; }
a.greenbutton, .greenbutton a, button[type="submit"] { background: #9cb111; } a.greenbutton:hover, .greenbutton:hover a, button[type="submit"]:hover { background: #D1EB2B; }
a.navybutton, .navybutton a { background: #253746; } a.navybutton:hover, .navybutton:hover a { background: #394a59; }
a.redbutton, .redbutton a { background: #BF2525; } a.redbutton:hover, .redbutton:hover a { background: #E05D5D; }

h1.pagetitle { color: #6aab35; }
h2.subtitle { padding:0px 0 10px; margin:0px; position: relative; top: -10px; }

.alignleft { float: left; margin: 0 30px 30px 0; }
.alignright { float: right; margin: 0 0 30px 30px; }
.size-medium { max-width: 250px !important; height: auto !important; }

#content {  }
#content p, #content ol, #content ul, #tinymce p, #tinymce ol, #tinymce ul  {line-height: 1.8em;}

#tinymce { margin: 0px; line-height: 1.8em;}

.flexRow { display:flex; flex-flow:row wrap; justify-content:space-between; margin: 0 -15px; }
.flexRowPadded > .flexItem  { padding:0 15px; }
.flexRow.reverse { flex-direction:row-reverse; }
.flexItem { flex: 1 1 100%; margin:0 15px; box-sizing:border-box; }
.flexItem.oneSixth { flex-basis:calc(16.666% - 30px); }
.flexItem.oneFifth { flex-basis:calc(20% - 30px); }
.flexItem.oneFourth { flex-basis:calc(25% - 30px); }
.flexItem.oneThird { flex-basis:calc(33.333% - 30px); }
.flexItem.oneHalf { flex-basis:calc(50% - 30px); }
.flexItem.twoThirds { flex-basis:calc(66.666% - 30px); }
.flexItem.threeFourths { flex-basis:calc(75% - 30px); }
.flexRow.forceGrid { align-items:stretch; justify-content:flex-start; }
.flexRow.forceGrid .flexItem { flex-grow:0 !important; box-sizing:content-box; }

.mce-content-body .flexRow , .mce-content-body .flexItem { outline: 1px dashed #888;}

/* Header tags with inline filters */
.flexRow.headingWithFilter { flex-wrap:wrap; justify-content:space-between; align-items:center; padding-bottom:8px; position:relative; }
.flexRow.headingWithFilter::after { content:''; height:0; left:15px; right:15px; bottom:-1px; display:block; position:absolute; overflow:hidden; border-bottom: 1px solid #ddd; }
.flexRow.headingWithFilter h1, .flexRow.headingWithFilter h2, .flexRow.headingWithFilter h3, .flexRow.headingWithFilter h4, .flexRow.headingWithFilter h5, .flexRow.headingWithFilter h6 { padding-top:0; padding-bottom:0; flex: 0 1 auto; }
.flexRow.headingWithFilter div, .flexRow.headingWithFilter button, .flexRow.headingWithFilter .button, .flexRow.headingWithFilter select, .flexRow.headingWithFilter input, .flexRow.headingWithFilter .filter { flex: 0 0 auto; }
.filter { }
.filter select { display:inline-block; width:220px; margin-left:8px; }

@media screen and (max-width:749px) {
    .flexRow { margin:0; display:block; }
    .flexRow .flexItem { padding:0; margin: 0 0 10px; }
    .flexRow.headingWithFilter>* { text-align:center; padding: 0 0 15px !important; }
    .flexRow.headingWithFilter::after { display:none; }
} 


/* ----------------- Header Styles ----------------- */


#main_menu, #main_menu_leadership { color: #fff; z-index: 9999; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; background: #0c1217; position: fixed; width: 0px; right: 0px; top:0px; height: 100%; }
#main_menu.expanded, #main_menu_leadership.expanded { width:575px; }

#main_menu_toggle { text-align: right; color: #fff; cursor:pointer; width: 95px; padding-left:15px; height: 30px; line-height:30px; font-size:16px; position: absolute; left:-110px; top: 41px;}
#main_menu_toggle > span { position: relative; top: 0px; right: 20px; font-size: 32px; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out;}
#main_menu_toggle .menu_text { position: absolute; left: 0px; top: 1px; line-height: 30px;}

#menu_cover {z-index: 9998; position: absolute; width: 100%; height: 100%; cursor: default; display:none;}

#header { z-index: 9998; background: #1a2732; height: 112px; position: fixed; top: 0px; left: 0px; width: 100%; box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.35); }
#logo { position: absolute; left: 10px; top:0px; height: 100%; width: 520px; background: url('graphics/design/logo.png') 50% 50% no-repeat;}
#logo-leadership { position: absolute; left: 10px; top:0px; height: 100%; width: 520px; background: url('graphics/design/leadership/logo.png') 50% 50% no-repeat;}

#site_search { position: absolute; top: 34px ; height: 42px; width: 42px; right: 135px; }
#search_button
, #member_search_button { background:#1a2732; color: #fff; position: absolute; right:0px; top:0px; font-size:28px; height:42px; width:42px; padding:0 0px; line-height: 40px; text-align: center; cursor: pointer; }
#search_button:hover { }
#search_text { z-index: 10; position: absolute; left: -73px; top: 2px; font-size: 16px; color: #fff; line-height: 42px;}
#site_search.active_search { box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15); width: 282px; }
#site_search.active_search #search_text { display: none; }
#search_button.active_search {-webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; background:#7ac043; border-radius: 0px; }
#site_search #search_box_form { -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; display: none; position: absolute; right: 42px; top:0px; height:37px; width:240px; }
#site_search .searchbox { -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; position: absolute; right: 42px; top:0; width: 180px; height:36px; text-align:left; line-height: 31px; padding: 3px 10px; background: #fff; border: 0px; font-size:14px; outline: none; color: #999;    }


/* ----------------- Home Page Styles ----------------- */

body.home h2 { font-size: 30px; margin-bottom: 1.3em; }

#accreditation_logo {float:right; margin-top:-23%;}
#accreditation_logo img {display: block; margin: 0px 0 12px;}

/* ***** Multi-Tator ***** */
.multitator_video {	left: 0%;	width: 50%;	top: 0%;	height: 62%;	position:absolute;	background-image:cover;	background-repeat:no-repeat;}
#homepage_video {     width:100%;    height:100%;    cursor: pointer;    }
#multitator { background: #222; position: relative;}

.multitator_item { position: absolute; background: #000;}
.multitator_content { position: absolute; width: 100%; height:100%; left: 0px; top: 0px;}
.multitator_content > a { opacity: 0; display: block; position: absolute; left: 0px; top:0px; width: 100%; height: 100%; color: #fff; -moz-transition: all 0.35s ease-in-out;  -webkit-transition: all 0.35s ease-in-out;  transition: all 0.35s ease-in-out; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 90%, rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
.multitator_item:first-child .multitator_content > a { opacity: 1; background: none; }
.multitator_title { padding-bottom: 20px; position: absolute; width: 80% !important; left: 10%; bottom: 0px; color: #fff; text-align:center; } 
.multitator_caption { padding: 12px; background: rgba(0,0,0,0.6);}
.multitator_content:hover > a { opacity: 1; }

.multitator_large_caption { position: absolute; top: 25%; left: 10%; width: 60%;}
.multitator_caption { font-size: 16px; line-height: 24px; text-shadow: 1px 1px 2px rgba(0,0,0,0.5);}
.multitator_morebutton {font-family: 'Muli', sans-serif; font-weight: 600; text-transform: uppercase; margin: 15px 0; padding: 0 16px; line-height: 40px; font-size: 15px; display: inline-block; color: #fff; background: rgb(106,171,53); background: -moz-linear-gradient(left,  rgba(106,171,53,1) 0%, rgba(136,180,62,1) 40%, rgba(136,180,62,1) 60%, rgba(166,188,71,1) 99%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(106,171,53,1)), color-stop(40%,rgba(136,180,62,1)), color-stop(60%,rgba(136,180,62,1)), color-stop(99%,rgba(166,188,71,1))); background: -webkit-linear-gradient(left,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); background: -o-linear-gradient(left,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); background: -ms-linear-gradient(left,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); background: linear-gradient(to right,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aab35', endColorstr='#a6bc47',GradientType=1 );}

.multitator_large_caption.top_left { position: absolute; top: 20px; left: 20px;}
.multitator_large_caption.top_right { position: absolute; top: 20px; right: 20px;}
.multitator_large_caption.bottom_left { position: absolute; top: auto; bottom: 20px ; left: 20px;}
.multitator_large_caption.bottom_right { position: absolute; top: auto; bottom: 20px; right: 20px;}

/* First Item */
.multitator_item:first-child { left: 0%; width: 50%; top: 0% ; height: 62%;}
/* Second Item */
.multitator_item:first-child + div { left: 0%; width: 25%; top: 62%; height: 38% ;}
/* Third Item */
.multitator_item:first-child + div + div { left: 25%; width: 25%; top: 62%; height: 38%;}
/* Fourth Item */
.multitator_item:first-child + div + div + div { left: 50%; width: 32% ; top: 0% ; height: 45%;}
/* Fifth Item */
.multitator_item:first-child + div + div + div + div { left: 50%; width: 32% ; top: 45%; height: 55%;}
/* Sixth Item */
.multitator_item:first-child + div + div + div + div + div {left: 82%; width: 18% ; top: 0%; height: 100%;}



/* ***** Home Circles Module ***** */

#home_circles { background: #394a59; position: relative;  }
#home_circles > .top_bar { background: #1a2732; height: 60px; position: absolute; z-index: 1; top:0px; left: 0px; width: 100%;}
#home_circles .wrapper { max-width: 1250px; z-index: 2; }

.homecircle { position: relative; overflow: hidden; display: block; width: 20%; height: 270px; float:left; color: #fff; text-align:center; }
 
.circle_name { height: 60px; line-height: 60px; font-size: 18px; font-family: 'Muli', sans-serif; font-weight: 600; position: relative; z-index:10; }
.circle_name span.fa-play { color: #1a2732; display: block; line-height: 20px; font-size:20px; height: 20px; width: 20px; position: absolute; left: 50%; margin-left: -10px; bottom: -15px;  transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); }

.circle_body {  -moz-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;z-index: 5; position: relative; border-radius: 80px; margin: 27px auto 0; width: 100%; max-width: 160px; height: 160px; }
.circle_body .icon { position: absolute; left:0px; top: 0px; height: 100%; width: 100%; }

.circle_content { display:block; z-index: 5; position: absolute; bottom: -210px; left: 0px; width: 100%; height: 210px; }
.circle_content .label { padding: 30px 10px 15px; line-height: 40px; font-size: 36px; font-family: 'Muli', sans-serif; font-weight: 600;}
.circle_content .description { padding: 0 15px; font-size: 14px;}

@media screen and (min-width: 1025px) {
.homecircle:hover .circle_body { opacity:0; }
.homecircle:hover .circle_content { bottom:0px; -moz-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; }


/* Item 1 */
.homecircle.circle1:hover .circle_name { background: rgb(90,154,203); background: -moz-linear-gradient(left,  rgba(90,154,203,1) 0%, rgba(121,178,222,1) 40%, rgba(121,178,222,1) 60%, rgba(143,195,235,1) 99%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(90,154,203,1)), color-stop(40%,rgba(121,178,222,1)), color-stop(60%,rgba(121,178,222,1)), color-stop(99%,rgba(143,195,235,1))); background: -webkit-linear-gradient(left,  rgba(90,154,203,1) 0%,rgba(121,178,222,1) 40%,rgba(121,178,222,1) 60%,rgba(143,195,235,1) 99%); background: -o-linear-gradient(left,  rgba(90,154,203,1) 0%,rgba(121,178,222,1) 40%,rgba(121,178,222,1) 60%,rgba(143,195,235,1) 99%); background: -ms-linear-gradient(left,  rgba(90,154,203,1) 0%,rgba(121,178,222,1) 40%,rgba(121,178,222,1) 60%,rgba(143,195,235,1) 99%); background: linear-gradient(to right,  rgba(90,154,203,1) 0%,rgba(121,178,222,1) 40%,rgba(121,178,222,1) 60%,rgba(143,195,235,1) 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9acb', endColorstr='#8fc3eb',GradientType=1 ); }
.homecircle.circle1:hover { -moz-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; background: -moz-linear-gradient(top,  rgba(90,154,203,0) 0%, rgba(90,154,203,0) 30%, rgba(90,154,203,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,154,203,0)), color-stop(30%,rgba(90,154,203,0)), color-stop(100%,rgba(90,154,203,1))); background: -webkit-linear-gradient(top,  rgba(90,154,203,0) 0%,rgba(90,154,203,0) 30%,rgba(90,154,203,1) 100%); background: -o-linear-gradient(top,  rgba(90,154,203,0) 0%,rgba(90,154,203,0) 30%,rgba(90,154,203,1) 100%); background: -ms-linear-gradient(top,  rgba(90,154,203,0) 0%,rgba(90,154,203,0) 30%,rgba(90,154,203,1) 100%); background: linear-gradient(to bottom,  rgba(90,154,203,0) 0%,rgba(90,154,203,0) 30%,rgba(90,154,203,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9acb', endColorstr='#5a9acb',GradientType=0 );}
.homecircle.circle1:hover .circle_name span.fa-play { color: #79b2de; }

/* Item 2 */
.homecircle.circle2:hover .circle_name { background: rgb(106,171,53); background: -moz-linear-gradient(left,  rgba(106,171,53,1) 0%, rgba(136,180,62,1) 40%, rgba(136,180,62,1) 60%, rgba(166,188,71,1) 99%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(106,171,53,1)), color-stop(40%,rgba(136,180,62,1)), color-stop(60%,rgba(136,180,62,1)), color-stop(99%,rgba(166,188,71,1))); background: -webkit-linear-gradient(left,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); background: -o-linear-gradient(left,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); background: -ms-linear-gradient(left,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); background: linear-gradient(to right,  rgba(106,171,53,1) 0%,rgba(136,180,62,1) 40%,rgba(136,180,62,1) 60%,rgba(166,188,71,1) 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aab35', endColorstr='#a6bc47',GradientType=1 ); }
.homecircle.circle2:hover { -moz-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; background: -moz-linear-gradient(top,  rgba(106,171,53,0) 0%, rgba(106,171,53,0) 30%, rgba(106,171,53,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,171,53,0)), color-stop(30%,rgba(106,171,53,0)), color-stop(100%,rgba(106,171,53,1))); background: -webkit-linear-gradient(top,  rgba(106,171,53,0) 0%,rgba(106,171,53,0) 30%,rgba(106,171,53,1) 100%); background: -o-linear-gradient(top,  rgba(106,171,53,0) 0%,rgba(106,171,53,0) 30%,rgba(106,171,53,1) 100%); background: -ms-linear-gradient(top,  rgba(106,171,53,0) 0%,rgba(106,171,53,0) 30%,rgba(106,171,53,1) 100%); background: linear-gradient(to bottom,  rgba(106,171,53,0) 0%,rgba(106,171,53,0) 30%,rgba(106,171,53,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006aab35', endColorstr='#6aab35',GradientType=0 );}
.homecircle.circle2:hover .circle_name span.fa-play { color: #88b43e; }

/* Item 3 */
.homecircle.circle3:hover .circle_name { background: rgb(199,64,49); background: -moz-linear-gradient(left,  rgba(199,64,49,1) 0%, rgba(221,71,55,1) 40%, rgba(221,71,55,1) 60%, rgba(253,82,63,1) 99%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(199,64,49,1)), color-stop(40%,rgba(221,71,55,1)), color-stop(60%,rgba(221,71,55,1)), color-stop(99%,rgba(253,82,63,1))); background: -webkit-linear-gradient(left,  rgba(199,64,49,1) 0%,rgba(221,71,55,1) 40%,rgba(221,71,55,1) 60%,rgba(253,82,63,1) 99%); background: -o-linear-gradient(left,  rgba(199,64,49,1) 0%,rgba(221,71,55,1) 40%,rgba(221,71,55,1) 60%,rgba(253,82,63,1) 99%); background: -ms-linear-gradient(left,  rgba(199,64,49,1) 0%,rgba(221,71,55,1) 40%,rgba(221,71,55,1) 60%,rgba(253,82,63,1) 99%); background: linear-gradient(to right,  rgba(199,64,49,1) 0%,rgba(221,71,55,1) 40%,rgba(221,71,55,1) 60%,rgba(253,82,63,1) 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c74031', endColorstr='#fd523f',GradientType=1 ); }
.homecircle.circle3:hover { -moz-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; background: -moz-linear-gradient(top,  rgba(199,64,49,0) 0%, rgba(199,64,49,0) 30%, rgba(199,64,49,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,64,49,0)), color-stop(30%,rgba(199,64,49,0)), color-stop(100%,rgba(199,64,49,1))); background: -webkit-linear-gradient(top,  rgba(199,64,49,0) 0%,rgba(199,64,49,0) 30%,rgba(199,64,49,1) 100%); background: -o-linear-gradient(top,  rgba(199,64,49,0) 0%,rgba(199,64,49,0) 30%,rgba(199,64,49,1) 100%); background: -ms-linear-gradient(top,  rgba(199,64,49,0) 0%,rgba(199,64,49,0) 30%,rgba(199,64,49,1) 100%); background: linear-gradient(to bottom,  rgba(199,64,49,0) 0%,rgba(199,64,49,0) 30%,rgba(199,64,49,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c74031', endColorstr='#fd523f',GradientType=0 );}
.homecircle.circle3:hover .circle_name span.fa-play { color: #dd4737; }

/* Item 4 */
.homecircle.circle4:hover .circle_name { background: rgb(241,156,29); background: -moz-linear-gradient(left,  rgba(241,156,29,1) 0%, rgba(246,190,58,1) 40%, rgba(246,190,58,1) 60%, rgba(249,210,74,1) 99%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(241,156,29,1)), color-stop(40%,rgba(246,190,58,1)), color-stop(60%,rgba(246,190,58,1)), color-stop(99%,rgba(249,210,74,1))); background: -webkit-linear-gradient(left,  rgba(241,156,29,1) 0%,rgba(246,190,58,1) 40%,rgba(246,190,58,1) 60%,rgba(249,210,74,1) 99%); background: -o-linear-gradient(left,  rgba(241,156,29,1) 0%,rgba(246,190,58,1) 40%,rgba(246,190,58,1) 60%,rgba(249,210,74,1) 99%); background: -ms-linear-gradient(left,  rgba(241,156,29,1) 0%,rgba(246,190,58,1) 40%,rgba(246,190,58,1) 60%,rgba(249,210,74,1) 99%); background: linear-gradient(to right,  rgba(241,156,29,1) 0%,rgba(246,190,58,1) 40%,rgba(246,190,58,1) 60%,rgba(249,210,74,1) 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19c1d', endColorstr='#f9d24a',GradientType=1 ); }
.homecircle.circle4:hover { -moz-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; background: -moz-linear-gradient(top,  rgba(241,156,29,0) 0%, rgba(241,156,29,0) 30%, rgba(241,156,29,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,156,29,0)), color-stop(30%,rgba(241,156,29,0)), color-stop(100%,rgba(241,156,29,1))); background: -webkit-linear-gradient(top,  rgba(241,156,29,0) 0%,rgba(241,156,29,0) 30%,rgba(241,156,29,1) 100%); background: -o-linear-gradient(top,  rgba(241,156,29,0) 0%,rgba(241,156,29,0) 30%,rgba(241,156,29,1) 100%); background: -ms-linear-gradient(top,  rgba(241,156,29,0) 0%,rgba(241,156,29,0) 30%,rgba(241,156,29,1) 100%); background: linear-gradient(to bottom,  rgba(241,156,29,0) 0%,rgba(241,156,29,0) 30%,rgba(241,156,29,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f19c1d', endColorstr='#f19c1d',GradientType=0 );}
.homecircle.circle4:hover .circle_name span.fa-play { color: #f6be3a; }

/* Item 5 */
.homecircle.circle5:hover .circle_name { background: rgb(69,59,127); background: -moz-linear-gradient(left,  rgba(69,59,127,1) 0%, rgba(90,78,158,1) 40%, rgba(90,78,158,1) 60%, rgba(102,89,177,1) 99%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(69,59,127,1)), color-stop(40%,rgba(90,78,158,1)), color-stop(60%,rgba(90,78,158,1)), color-stop(99%,rgba(102,89,177,1))); background: -webkit-linear-gradient(left,  rgba(69,59,127,1) 0%,rgba(90,78,158,1) 40%,rgba(90,78,158,1) 60%,rgba(102,89,177,1) 99%); background: -o-linear-gradient(left,  rgba(69,59,127,1) 0%,rgba(90,78,158,1) 40%,rgba(90,78,158,1) 60%,rgba(102,89,177,1) 99%); background: -ms-linear-gradient(left,  rgba(69,59,127,1) 0%,rgba(90,78,158,1) 40%,rgba(90,78,158,1) 60%,rgba(102,89,177,1) 99%); background: linear-gradient(to right,  rgba(69,59,127,1) 0%,rgba(90,78,158,1) 40%,rgba(90,78,158,1) 60%,rgba(102,89,177,1) 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#453b7f', endColorstr='#6659b1',GradientType=1 ); }
.homecircle.circle5:hover { -moz-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; background: -moz-linear-gradient(top,  rgba(69,59,127,0) 0%, rgba(69,59,127,0) 30%, rgba(69,59,127,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,59,127,0)), color-stop(30%,rgba(69,59,127,0)), color-stop(100%,rgba(69,59,127,1))); background: -webkit-linear-gradient(top,  rgba(69,59,127,0) 0%,rgba(69,59,127,0) 30%,rgba(69,59,127,1) 100%); background: -o-linear-gradient(top,  rgba(69,59,127,0) 0%,rgba(69,59,127,0) 30%,rgba(69,59,127,1) 100%); background: -ms-linear-gradient(top,  rgba(69,59,127,0) 0%,rgba(69,59,127,0) 30%,rgba(69,59,127,1) 100%); background: linear-gradient(to bottom,  rgba(69,59,127,0) 0%,rgba(69,59,127,0) 30%,rgba(69,59,127,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00453b7f', endColorstr='#453b7f',GradientType=0 );}
.homecircle.circle5:hover .circle_name span.fa-play { color: #5a4e9e; }

}




/* ***** Event Scroller ***** */

#events_scroller { padding: 7px 0px 40px ; }
#events_scroller h2 { }
#events_scroller .morebuttons { text-align: center; }
#events_scroller .morebuttons a.readmore {  }
#events_scroller #scrolling_events { width: 90% !important; max-width: 1250px !important; margin: 0 auto;}
#events_scroller .eventscroll_row { width: 100% !important; height: 300px !important;}
#events_scroller .eventscroll_item { float:left; padding-left: 1.2%; padding-right: 1.2%; width: 22.6%; height: 300px; overflow:hidden;}
#events_scroller .eventscroll_item a { color: #1a2732; }
#events_scroller .eventscroll_image { height: 180px; width: 100%; }
#events_scroller .eventscroll_title { font-size: 16px; margin-top: 4px; margin-bottom: 2px;}
#events_scroller .eventscroll_date { font-size: 14px;}
#events_scroller .eventscroll_location { font-size: 14px;}
#scrolling_events_nav { position: relative;}
#scrolling_events_nav #events_prev, #scrolling_events_nav #events_next { position: absolute; top: -200px; width: 56px; height: 56px; line-height: 56px; border-radius: 30px; margin-top: -28px; background: #dfe5e6; text-align:center; color: #a5aeb6; font-size:22px; cursor: pointer;}
#scrolling_events_nav #events_prev { left: 0px; }
#scrolling_events_nav #events_next { right: 0px; }


#home_contact {padding: 7px 0px 100px ;  color: #fff; position: relative; background: #6aab35; background: -moz-linear-gradient(-45deg,  #6aab35 35%, #a6bc47 65%); background: -webkit-gradient(linear, left top, right bottom, color-stop(35%,#6aab35), color-stop(65%,#a6bc47)); background: -webkit-linear-gradient(-45deg,  #6aab35 35%,#a6bc47 65%); background: -o-linear-gradient(-45deg,  #6aab35 35%,#a6bc47 65%); background: -ms-linear-gradient(-45deg,  #6aab35 35%,#a6bc47 65%); background: linear-gradient(135deg,  #6aab35 35%,#a6bc47 65%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aab35', endColorstr='#a6bc47',GradientType=1 );  }
#home_contact .texture { background: url('graphics/design/texture_diagonal.png') left top repeat; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; }
#home_contact .wrapper { z-index: 2; }
#home_contact h2 { color: #fff; margin-bottom: 7px; }
#home_contact #contact_left { width: 50%; float: left; }
#home_contact #contact_right { width: 42%; float: right; padding-top: 43px; }

#white_logo { height: 60px; background: url('graphics/design/white_logo.png') left top no-repeat;}
#location { padding: 10px 0 20px;}
#social_contact {}
#social_contact ul, #social_contact li { display: inline; padding: 0px; margin: 0px; list-style-type: none; }
#social_contact a { display: inline-block; color: #fff; font-size: 36px; margin-right: 16px; }


#form_widget { display: block; }
#form_widget .right_field { width: 48%; float:right; overflow: hidden; }
#form_widget .left_field { clear:left; width: 48%; float:left; overflow: hidden; }
#home_contact .form_widget_inner { font-size: 15px; padding-bottom:20px;}
#home_contact .form_widget_inner h1.formsTitle { display: none;}
#home_contact .form_widget_inner .message { color: #fff; font-size: 15px; font-weight: 400;  margin: 35px 0 15px 0; padding-right: 20px;}
#home_contact .form_widget_inner .formtextRequired { display:none;}
#home_contact .form_widget_inner input[type="text"], .form_widget_inner select { border: 0px; width: 94%; max-width: 330px; height: 43px; display: block; padding: 0px 2.5% 0px 5%; margin: 11px 0; background: #518425; line-height: 28px; font-size: 15px; color: #fff; }
#home_contact .form_widget_inner select {padding-left:0;}
#home_contact .form_widget_inner textarea {border: 0px; width: 94%; max-width: 330px; display: block; padding: 10px 2.5% 10px 5%; margin: 12px 0; background: #518425; line-height: 28px; height: 150px; font-size: 15px; color: #fff; }
#home_contact .form_widget_inner table { width: 100%;}
#home_contact .form_widget_inner input[type="submit"] { float: right; margin-top: 8px ;width: 168px; box-sizing: content-box;  border: 0px; outline: 0px;display: inline-block; line-height: 42px; padding: 0 0px; color: #fff; font-size:15px; background: #1a2632;  }
#home_contact .form_widget_inner input[type="submit"]:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; }
#home_contact form > div {text-align:left !important; padding-top: 10px !important;}


#tagline_image { width: 100%; text-align:center; text-shadow: 1px 1px 5px rgba(0,0,0,0.45);}
#tagline_message { display: inline-block; max-width: 85%; font-family: 'Muli', sans-serif; font-style: italic; color: #fff; font-size: 32px; line-height: 50px; padding: 50px 50px;}

@-webkit-keyframes colorPulse { 0% {background-color: rgba(90,154,203, 0.7);} 20% {background-color: rgba(106,171,53, 0.7);} 40% {background-color: rgba(241,156,29, 0.7);} 60% {background-color: rgba(199,64,49, 0.7);} 80% {background-color: rgba(69,59,127, 0.7);} 100% {background-color: rgba(90,154,203, 0.7);} }

#tagline_message { -webkit-animation: colorPulse 15s infinite; }

#news_scroller { background: #394a59; padding: 7px 0px 40px ; }
#news_scroller h2 { color: #fff; font-size: 36px;}
#news_scroller .morebuttons { margin-top: 52px;  text-align: center; }
#news_scroller .morebuttons a.readmore { background: #6aab35; }
#news_scroller #scrolling_news { width: 90% !important; max-width: 1250px !important; margin: 0 auto;}
#news_scroller .newsscroll_row { width: 100% !important; height: 180px !important;}
#news_scroller .newsscroll_item { float:left; padding-left: 1.2%; padding-right: 1.2%; width: 22.6%; height: 180px; overflow:hidden;}
#news_scroller .newsscroll_image { height: 180px; width: 100%; position: relative; }

#news_scroller .newsscroll_details { opacity: 0; display: block; position: absolute; left: 0px; top:0px; width: 100%; height: 100%; color: #fff; -moz-transition: all 0.2s ease-in-out;  -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 90%, rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );}
#news_scroller .newsscroll_details:hover { opacity: 1; }
#news_scroller .newsscroll_detail_container { position: absolute; bottom: 15px; left: 6%; width: 88%; }
#news_scroller .newsscroll_headline { }
#news_scroller .newsscroll_blurb { padding-top: 5px;}

#scrolling_news_nav { position: relative; }
#scrolling_news_nav #news_prev, #scrolling_news_nav #news_next { position: absolute; top: -90px; width: 56px; height: 56px; line-height: 56px; border-radius: 30px; margin-top: -28px; background: #51616e; text-align:center; color: #a5aeb6; font-size:22px; cursor: pointer;}
#scrolling_news_nav #news_prev { left: 0px; }
#scrolling_news_nav #news_next { right: 0px; }


#quicklinks { padding: 65px 0px 75px ;  color: #fff; position: relative; background: #62a37c; background: -moz-linear-gradient(-45deg,  #62a37c 35%, #5a9acb 65%); background: -webkit-gradient(linear, left top, right bottom, color-stop(35%,#62a37c), color-stop(65%,#5a9acb)); background: -webkit-linear-gradient(-45deg,  #62a37c 35%,#5a9acb 65%); background: -o-linear-gradient(-45deg,  #62a37c 35%,#5a9acb 65%); background: -ms-linear-gradient(-45deg,  #62a37c 35%,#5a9acb 65%); background: linear-gradient(135deg,  #62a37c 35%,#5a9acb 65%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62a37c', endColorstr='#5a9acb',GradientType=1 );  }
#quicklinks .texture { background: url('graphics/design/texture_diagonal.png') left top repeat; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; }
#quicklinks .wrapper { z-index: 2; }
.quicklink { display: block; float: left; width: 25%; text-align:center; color: #fff;}
.quicklink img { display: block; margin: 0 auto; width: 100px; height: 100px;}
.quicklink h2 { font-size: 36px; margin: 0px !important; color: #fff; padding: 20px 0;}
.quicklink .description { font-size: 14px; width: 100%; max-width: 200px; margin: 0px auto;}



/* ----------------- Interior Page Styles ----------------- */

#interior_content {  }
#interior_content.no_sidebar #sidebar { display: none; }
#interior_content.no_sidebar #content.with_side_box { width: 75%; }
#interior_content .wrapper { padding-top: 20px; padding-bottom:120px; max-width: 1275px; }

#interior_header_banner { position: relative; }
#interior_header_banner .header_gradient { z-index: 2; width: 100%; height: 100%; position: absolute; top: 0%; left: 0px;}
#interior_header_banner #positioner { position: absolute; left: 0px; top: 50%; width: 100%;}
#interior_header_banner h1 { position: relative; top: -30px; margin: 0 auto 0; width: 100% ; max-width: 1275px; font-size: 60px; line-height: 60px; padding: 0 0 0; color: #fff; }
#interior_header_banner span { display: block; width: 100%; }
#interior_header_banner span a { display: block;}
#interior_header_banner img { width: 100% !important; height: auto !important; }

#interior_header_banner.advocacy .header_gradient { background: -moz-linear-gradient(top,  rgba(90,154,203,0) 0%, rgba(90,154,203,1) 99%, rgba(90,154,203,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,154,203,0)), color-stop(99%,rgba(90,154,203,1)), color-stop(100%,rgba(90,154,203,1))); background: -webkit-linear-gradient(top,  rgba(90,154,203,0) 0%,rgba(90,154,203,1) 99%,rgba(90,154,203,1) 100%); background: -o-linear-gradient(top,  rgba(90,154,203,0) 0%,rgba(90,154,203,1) 99%,rgba(90,154,203,1) 100%); background: -ms-linear-gradient(top,  rgba(90,154,203,0) 0%,rgba(90,154,203,1) 99%,rgba(90,154,203,1) 100%); background: linear-gradient(to bottom,  rgba(90,154,203,0) 0%,rgba(90,154,203,1) 99%,rgba(90,154,203,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9acb', endColorstr='#5a9acb',GradientType=0 );}
#interior_header_banner.business_growth .header_gradient { background: -moz-linear-gradient(top,  rgba(106,171,53,0) 0%, rgba(106,171,53,1) 99%, rgba(106,171,53,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,171,53,0)), color-stop(99%,rgba(106,171,53,1)), color-stop(100%,rgba(106,171,53,1))); background: -webkit-linear-gradient(top,  rgba(106,171,53,0) 0%,rgba(106,171,53,1) 99%,rgba(106,171,53,1) 100%); background: -o-linear-gradient(top,  rgba(106,171,53,0) 0%,rgba(106,171,53,1) 99%,rgba(106,171,53,1) 100%); background: -ms-linear-gradient(top,  rgba(106,171,53,0) 0%,rgba(106,171,53,1) 99%,rgba(106,171,53,1) 100%); background: linear-gradient(to bottom,  rgba(106,171,53,0) 0%,rgba(106,171,53,1) 99%,rgba(106,171,53,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006aab35', endColorstr='#6aab35',GradientType=0 );  }
#interior_header_banner.economic_competitiveness .header_gradient { background: -moz-linear-gradient(top,  rgba(199,64,49,0) 0%, rgba(199,64,49,1) 99%, rgba(199,64,49,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,64,49,0)), color-stop(99%,rgba(199,64,49,1)), color-stop(100%,rgba(199,64,49,1))); background: -webkit-linear-gradient(top,  rgba(199,64,49,0) 0%,rgba(199,64,49,1) 99%,rgba(199,64,49,1) 100%); background: -o-linear-gradient(top,  rgba(199,64,49,0) 0%,rgba(199,64,49,1) 99%,rgba(199,64,49,1) 100%); background: -ms-linear-gradient(top,  rgba(199,64,49,0) 0%,rgba(199,64,49,1) 99%,rgba(199,64,49,1) 100%); background: linear-gradient(to bottom,  rgba(199,64,49,0) 0%,rgba(199,64,49,1) 99%,rgba(199,64,49,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c74031', endColorstr='#c74031',GradientType=0 ); }
#interior_header_banner.diversity_inclusion .header_gradient { background: -moz-linear-gradient(top,  rgba(241,156,29,0) 0%, rgba(241,156,29,1) 99%, rgba(241,156,29,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,156,29,0)), color-stop(99%,rgba(241,156,29,1)), color-stop(100%,rgba(241,156,29,1))); background: -webkit-linear-gradient(top,  rgba(241,156,29,0) 0%,rgba(241,156,29,1) 99%,rgba(241,156,29,1) 100%); background: -o-linear-gradient(top,  rgba(241,156,29,0) 0%,rgba(241,156,29,1) 99%,rgba(241,156,29,1) 100%); background: -ms-linear-gradient(top,  rgba(241,156,29,0) 0%,rgba(241,156,29,1) 99%,rgba(241,156,29,1) 100%); background: linear-gradient(to bottom,  rgba(241,156,29,0) 0%,rgba(241,156,29,1) 99%,rgba(241,156,29,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f19c1d', endColorstr='#f19c1d',GradientType=0 ); }
#interior_header_banner.leadership_development .header_gradient { background: -moz-linear-gradient(top,  rgba(69,59,127,0) 0%, rgba(69,59,127,1) 99%, rgba(69,59,127,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,59,127,0)), color-stop(99%,rgba(69,59,127,1)), color-stop(100%,rgba(69,59,127,1))); background: -webkit-linear-gradient(top,  rgba(69,59,127,0) 0%,rgba(69,59,127,1) 99%,rgba(69,59,127,1) 100%); background: -o-linear-gradient(top,  rgba(69,59,127,0) 0%,rgba(69,59,127,1) 99%,rgba(69,59,127,1) 100%); background: -ms-linear-gradient(top,  rgba(69,59,127,0) 0%,rgba(69,59,127,1) 99%,rgba(69,59,127,1) 100%); background: linear-gradient(to bottom,  rgba(69,59,127,0) 0%,rgba(69,59,127,1) 99%,rgba(69,59,127,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00453b7f', endColorstr='#453b7f',GradientType=0 ); }

/*
#interior_header_banner.default .header_gradient { background: -moz-linear-gradient(top,  rgba(0,90,135,0) 0%, rgba(0,90,135,1) 99%, rgba(0,90,135,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,90,135,0)), color-stop(99%,rgba(0,90,135,1)), color-stop(100%,rgba(0,90,135,1))); background: -webkit-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: -o-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: -ms-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: linear-gradient(to bottom,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005a87', endColorstr='#005a87',GradientType=0 );  }
#interior_header_banner.news_events .header_gradient { background: -moz-linear-gradient(top,  rgba(0,90,135,0) 0%, rgba(0,90,135,1) 99%, rgba(0,90,135,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,90,135,0)), color-stop(99%,rgba(0,90,135,1)), color-stop(100%,rgba(0,90,135,1))); background: -webkit-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: -o-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: -ms-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: linear-gradient(to bottom,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005a87', endColorstr='#005a87',GradientType=0 );  }
#interior_header_banner.chamber .header_gradient { background: -moz-linear-gradient(top,  rgba(0,90,135,0) 0%, rgba(0,90,135,1) 99%, rgba(0,90,135,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,90,135,0)), color-stop(99%,rgba(0,90,135,1)), color-stop(100%,rgba(0,90,135,1))); background: -webkit-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: -o-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: -ms-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: linear-gradient(to bottom,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005a87', endColorstr='#005a87',GradientType=0 );  }
#interior_header_banner.help .header_gradient { background: -moz-linear-gradient(top,  rgba(0,90,135,0) 0%, rgba(0,90,135,1) 99%, rgba(0,90,135,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,90,135,0)), color-stop(99%,rgba(0,90,135,1)), color-stop(100%,rgba(0,90,135,1))); background: -webkit-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: -o-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: -ms-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: linear-gradient(to bottom,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005a87', endColorstr='#005a87',GradientType=0 );  }
#interior_header_banner.greenville_sc .header_gradient { background: -moz-linear-gradient(top,  rgba(0,90,135,0) 0%, rgba(0,90,135,1) 99%, rgba(0,90,135,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,90,135,0)), color-stop(99%,rgba(0,90,135,1)), color-stop(100%,rgba(0,90,135,1))); background: -webkit-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: -o-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: -ms-linear-gradient(top,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); background: linear-gradient(to bottom,  rgba(0,90,135,0) 0%,rgba(0,90,135,1) 99%,rgba(0,90,135,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005a87', endColorstr='#005a87',GradientType=0 );  }
*/

#content { width: 74.75%; float: right; }
#sidebar { width: 21.5%; float:left; }

#sub_menu { display: none; padding-bottom: 33px;}
#sub_menu ul { margin:0px; list-style-type: none; }
#sub_menu>ul {margin:0px; padding: 0;}
#sub_menu ul li {margin:0px; padding: 0px; list-style-type: none; }
#sub_menu ul li:hover {  }
#sub_menu ul li.no_sub_display ul { display: none;}
#sub_menu ul a { display:block; line-height: 20px; padding: 11px 20px;  color: #1a2732; }
#sub_menu ul li.menuItemHighlight > a, #sub_menu a.current { background: #ebebeb; }
#sub_menu ul li a:hover { background: #6aab35; color: #fff; }
.sub_menu_title { }
.sub_menu_title a { color: #1a2732;}

#sidebar .banner_group p:empty { display:none; }

#content.with_side_box { width: 49.75%; }
#content.with_side_box.full_width { width: 74.75%; }
#side_box { float: right; width: 21.5%; padding-top: 32px; padding-left: 3.5%;}
#side_box span { display: block; padding-bottom: 65px; }
#left_banners span { display: block; padding-top: 32px; padding-bottom: 33px; }
#side_box span a, #left_banners span a { display: block; }
#side_box span img, #left_banners span img { width: 100% !important; height: auto !important; display: block; }


/* ----------------- Footer Styles ----------------- */

#footer { background: #1a2732; padding: 25px 0 55px; color: #fff; }
#footer a { color: #fff; }
#footer_logo { float:left; width: 22%; margin-right: 4%; height: 65px; font-size: 14px; color: #fff; line-height: 1.4em; }
#footer_logo img { display: block; width: 100%; height: auto; margin-bottom: 6px; }
#footer_menu ul, #footer_menu li { display: block; margin: 0; padding: 0px; list-style-type: none; } 
#footer_menu>ul { display: inline; padding: 0; margin: 0; font-size: 14px; }
#footer_menu>ul>li { display: block; float:left; width: 17%; margin: 20px 3% 10px 0; vertical-align: top; }
#footer_menu>ul>li.item2, #footer_menu>ul>li.item3, #footer_menu>ul>li.item4 { width: 15%; }
#footer_menu>ul>li.item6 { clear: both; }

#footer_menu>ul>li.homelink { display: none; }
#footer_menu>ul>li>a { color: #699c43; padding-bottom: 3px; display: block; }
#footer_menu>ul ul a:hover { color: #ABD135;}

#sponsors { height: 120px; position: relative;  margin:25px 0 0 ;}
#sponsor_cycle { width: 100% !important; height: 100% !important; }
.sponsor_row { position: absolute; width: 100% !important; height: 100% !important; }
.sponsor_item { position: relative; display: block; float:left;width: 13.333% ; margin-left: 4%; height: 120px; }
.sponsor_item .gray_image { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 1; -moz-transition: all 0.34s ease-in-out; -webkit-transition: all 0.34s ease-in-out; transition: all 0.34s ease-in-out; }
.sponsor_item .color_image { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; -moz-transition: all 0.34s ease-in-out; -webkit-transition: all 0.34s ease-in-out; transition: all 0.34s ease-in-out; }
.sponsor_item:hover .gray_image { opacity: 0; }
.sponsor_item:hover .color_image { opacity: 1; }
.sponsor_item:first-child { margin-left: 0px; }

#mobile_bottom {display: none; text-align:center;position: fixed; bottom: 0px; left: 0px; width: 100%; height: 0px;  z-index: 9999;} 
#back_to_top { background: #121212; position: absolute; bottom: -30px; width: 100%; color: #fff; cursor: pointer; line-height: 30px; -moz-transition: all 0.34s ease-in-out; -webkit-transition: all 0.34s ease-in-out; transition: all 0.34s ease-in-out; }
#back_to_top.scrolled { bottom: 0px; }




/* ----------------- Menus ----------------- */

/* +++ Main Menu +++ */

ul.main_menu, .main_menu ul, ul.main_menu_leadership, .main_menu_leadership ul { display: block; list-style-type: none; margin: 0px; padding: 0px; }
ul.main_menu li, ul.main_menu_leadership li { display: block; list-style-type: none; margin-top:0; margin-bottom:0; }
ul.main_menu a, ul.main_menu_leadership a { display:block; color: #fff; padding: 2px 0;}

#main_menu_wrapper { color: #fff; position: absolute; left: 0; top:0px; width: 575px; height: 100%; }
#main_menu_wrapper h2 { padding-left: 50px; color: #fff;font-size: 36px; margin-bottom: 15px;}
#social_menu { padding-left: 50px;}
#social_menu ul, #social_menu li { display: inline; padding: 0px; margin: 0px; list-style-type: none; }
#social_menu a { display: inline-block; color: #fff; font-size: 26px; margin-right: 18px; }

#social_menu li.blue a { color: #2d44a4; }
#social_menu li.cyan a { color: #009dcf; }
#social_menu li.lightblue a { color: #2261d3; }
#social_menu li.orange a { color: #e37804; }
#social_menu li.red a { color: #ce3331; }

#investor_login { margin-top: 15px;}
#investor_login a { color: #fff; padding-left: 50px; font-size: 15px;}
#investor_login span.fa { padding-right: 3px; }

    /* Level 1 */
    ul.main_menu, ul.main_menu_leadership { width: 100%; padding:34px 40px 0; position: relative; }
    ul.main_menu>li, ul.main_menu_leadership>li { padding-left: 40px; padding-right: 20px; }
    ul.main_menu>li>a, ul.main_menu_leadership>li>a { font-size: 16px;color: #669642; position: relative; line-height: 20px; padding: 6px 0;}
    ul.main_menu>li>a>span.fa, ul.main_menu_leadership>li>a>span.fa { position: absolute; top:2px; left: -30px; line-height: 32px; display: block;   }
    ul.main_menu>li:hover, ul.main_menu_leadership>li:hover { background: #1A2732; }

        /* Level 2 */
        ul.main_menu>li>ul, ul.main_menu_leadership>li>ul { display: none; padding: 4px 0 10px;}
        ul.main_menu>li>ul>li, ul.main_menu_leadership>li>ul>li { }
        ul.main_menu>li>ul>li>a, ul.main_menu_leadership>li>ul>li>a { font-size: 16px; }
        ul.main_menu>li>ul>li:hover>a, ul.main_menu_leadership>li>ul>li:hover>a { }
        

            /* Level 3 and Beyond*/
            ul.main_menu>li>ul>li ul, ul.main_menu_leadership>li>ul>li ul { padding: 4px 0 10px 15px; }
            ul.main_menu>li>ul>li ul>li, ul.main_menu_leadership>li>ul>li ul>li { }
            ul.main_menu>li>ul>li ul>li>a, ul.main_menu_leadership>li>ul>li ul>li>a { }
            ul.main_menu>li>ul>li ul>li:hover>a, ul.main_menu_leadership<li>ul>li ul>li:hover>a { }



/* ---------------General Module Styles--------------- */
.tag {float:left; padding: 3px 8px; margin: 3px 6px; display: block; border-radius: 4px; background: #ccc; line-height: 16px; }

.moduleDetail {}
.moduleLister {}
div.listerItem { clear: both; margin: 1.0em 0 1.5em 0; padding-bottom: 1.5em;border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
div.listerItem:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* common elements across modules */
.label { font-weight: bold; margin-right:10px; } /* form required vs form optional*/
.title {}
.description {}
.blurb {}
.thumbnail {}
.info {}
.author {}
.date {}
.time {}
.filter {float:right;}
.imageLink {float:left;}
.tags {background: #eee; display: block; margin-bottom: 10px; text-indent: 8px;}
.utilityLinks {}

.moduleLister .thumbnail { width: 200px; float: left; margin-right: 20px; }

.flex_row { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; margin: 0 -15px;}
.flex_row.reverse {flex-direction: row-reverse;}
.flex_item { flex: 1 1 100%;  padding: 0 15px; box-sizing: border-box;}
.flex_item.one_sixth { flex-basis: calc(16.666% - 30px);}
.flex_item.one_fifth { flex-basis: calc(20% - 30px);}
.flex_item.one_fourth { flex-basis: calc(25% - 30px);}
.flex_item.one_third { flex-basis: calc(33.333% - 30px);}
.flex_item.one_half { flex-basis: calc(50% - 30px);}
.flex_item.two_thirds { flex-basis: calc(66.666% - 30px);}
.flex_item.three_fourths { flex-basis: calc(75% - 30px);}

.flex_row.force_grid {align-items: stretch;justify-content: flex-start;}
.flex_row.force_grid .flex_item { flex-grow: 0 !important;box-sizing: content-box;}

/* Header tags with inline filters */
.flex_row.heading_with_filter { flex-wrap: wrap; justify-content: space-between; padding-bottom: 8px; line-height: 40px; position: relative;}
.flex_row.heading_with_filter::after { content: ' '; height:0px; left: 15px; right: 15px; bottom: -1px; display:block; position: absolute; overflow: hidden; border-bottom: 1px solid #ddd; }
.flex_row.heading_with_filter h1, .flex_row.heading_with_filter h2, .flex_row.heading_with_filter h3, .flex_row.heading_with_filter h4, .flex_row.heading_with_filter h5, .flex_row.heading_with_filter h6 { margin:0px; padding-top:0px; padding-bottom:0px; flex: 0 1 auto; }
.flex_row.heading_with_filter button, .flex_row.heading_with_filter .morebutton, .flex_row.heading_with_filter select, .flex_row.heading_with_filter input, .flex_row.heading_with_filter .filter { flex: 0 0 auto;}
.filter { }
.filter select {display: inline-block; width: 220px; margin-left: 8px;}


.errorMessage{ font-weight:bold; color:#f00; }
#glancelayout .filter { display: none; }

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* End General Module Styles */

/* ModuleBegin::gendocs */
.webpageModule.moduleDetail { }
/* ModuleEnd::gendocs */

/* ModuleBegin::directory-design_gallery */
.staffDetailWrapper:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.staffPhoto { float: right; margin: 0px 0px 5px 10px; background-color: #ffffff;}
.staffPhoto img { background-color: #ffffff; border: 1px solid #cccccc; padding: 5px; }

.directoryListWrapper { }
.directoryDetailWrapper { }
.directoryName { }
.directoryCategory { }
.directorySearchInput { width: 100px; }

#boardOfDirectorsHeader { color: #6aab35; }


/* ModuleEnd::directory-design_gallery */

/* ModuleBegin::photo */
/*******************************       ******************************************
******************************** PHOTO ******************************************
********************************       *****************************************/
/* Photo Lister */
/* Photo Lister */
.photoModule.moduleLister {}
.photoModule.moduleLister .gridItem {border:1px solid #ccc; text-align:center; width: 200px; display:inline-block; vertical-align:top; margin-bottom:5px; padding-bottom: 15px}
.photoModule.moduleLister .gridItem:hover {border:1px solid #5E5E5E;}
.photoModule.moduleLister .gridItem span {display:block;}
.photoModule.moduleLister .gridItem .image {width:160px;height:150px;overflow:hidden; margin: 10px auto;}
.photoModule.moduleLister .gridItem .name {height:20px;overflow:hidden;}
.photoModule.moduleLister .gridItem .description {height:55px;overflow:hidden;}
ul.grid:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.grid li.gridItem { width: 200px; display: inline-block; vertical-align: top; }

/* Photo Thumbnails */
.photoModule .description  {}
.photoModule .thumbnailItem {float:left; margin:0 10px 10px 0; position:relative; height: 100px; width: 150px; overflow: hidden;}
.photoModule .thumbnailItem img.activeImage {border:1px solid #333;}
.photoModule .thumbnailItem img {border:1px solid #ccc; min-height: 100%; min-width: 100%;}
.photoModule .thumbnailItem a:hover img {border:1px solid #5E5E5E;}

/* Photo Detail */
.photoModule.moduleDetail{margin:10px 0;}
.photoModule .photoRemote {width:400px;height:20px;margin:0 auto;}
.photoModule .photoRemote span{width:80px;height:20px;background-color:#fff;text-align:center;float:left;}
.photoModule .photoRemote span a{display:block;margin:0 1px;background-color:#fff;color:#888;border:1px solid #ccc;text-decoration:none;}
.photoModule .photoRemote span a:hover,div.photoRemote span a:active{border:1px solid #e5e5e5;color:#000;}
.photoModule .imageDetail {margin:10px; }
.photoModule .imageDetail div {margin:0 auto;}
.photoModule .imageDetail img {border:1px solid #ccc;}
.photoModule.moduleDetail .imageDetail, .photoModule.moduleDetail .info{text-align:center;color:#888;}

/* Flightbox */
.flightbox-close { position: absolute; top: 20px; right: 20px; z-index: 3000; }
.flightbox-pager { height: 100%; width: 75px; position: absolute; }
.flightbox-pager:hover, .flightbox-close:hover { cursor: pointer; cursor: hand; }
.flightbox-pager p { font-size: 30px; font-weight: bold; color: #bbb; position: absolute; top: 50%; width: 75px; padding; 25px; text-align:center; }
.flightbox-container { color: #bbb; position: absolute; z-index: 1000;  text-align: center; }
.flightbox-container img {max-width: 100%; max-height: 100%;}
.hover { width: 100%;  text-align: center; background: rgba(0,0,0,0.6); color: #fff; position: absolute; bottom: 0px; font-size: 12px; display:none; }
/* ModuleEnd::photo */



/* ModuleBegin::news */
.newsModule.moduleDetail {}
.newsModule.moduleLister {}
.newsModule .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
.newsModule .blurb {}
.newsModule .thumbnail {}
/* ModuleEnd::news */



/* ModuleBegin::blog */
.blogModule {}
.blogModule .info {margin-bottom: 20px; }
.blogModule .author {}
.blogModule .date {}
.blogModule .thumbnail img { width:350px; max-width:100%; }
.blogModule .tags {} 
.blogModule .comment { padding: 10px; background: #f4f4f4; margin-bottom: 15px; border: 1px solid #ccc; }
.blogModule .comment .info { color: #333; font-weight: 600; margin-bottom: 10px; }
.blogModule.moduleDetail img { max-width: 100% !important; height: auto !important;}

#authors {}
#authors a { display: block; }

/* ---- Blog Lister ----- */
.blogModule.moduleLister {}
.blogModule.moduleLister h2 { margin-bottom:5px; }
.blogModule .listerItem {}
.blogModule .blurb {}

/* ---- Blog Detail ------- */
.blogModule.moduleDetail {}
.blogModule.moduleDetail h1 { margin-bottom: 5px; }
.blogModule.moduleDetail .fullText {}

/* ---- Blog Archives ------ */
.blogModule.archive div {}
.blogModule.archive .month { padding: 5px 30px; font-size: 14px; font-weight: normal; background: #f5f5f5; display:none; }
.blogModule.archive .year { padding: 5px 15px; font-size: 16px; font-weight: bold; background: #ddd; }
.blogModule.archive .year .toggle { float:right; cursor:pointer; font-family:monospace; }
.blogModule.archive .year .toggle::before { content:'[+]'; }
.blogModule.archive .year.expanded .toggle::before { content:'[-]'; }
/* ModuleEnd::blog */



/* ModuleBegin::events */
/* ---- Events Lister ---- */
.eventsModule.moduleLister {}

/* ---- Events Detail ---- */
.eventsModule.moduleDetail {}
	.eventsModule .date {}
	.eventsModule .label {}
	.eventsModule .time {}
	.eventsModule .location { margin: 1em 0; }
	.eventsModule .map {}
	.eventsModule .address {}
	.eventsModule .directions {}
	.eventsModule .contactInfo {}
	.eventsModule .name {}
	.eventsModule .phone {}
	.eventsModule .email {}
	.eventsModule .rsvp {}
	.eventsModule .ticketsWrapper {}
	.eventsModule .ticket {}
	.eventsModule .description {}
	.eventsModule .utilityLinks {}
    .eventsModule.moduleDetail .thumbnail {width:300px; float:right; margin-left: 20px;}


/* ---- Events Small Calendar ---- */
body#calendarIframe { font-size: 12px; background: transparent; }
.cal { padding: 5px; text-align: center; position:relative; background: transparent;}
#calendarIframe .cal { width: 275px; }
.calPrev { position: absolute; top: 4px; left: 15px; }
.calNext { position: absolute; top: 4px; right: 15px; }
.calMonth { position: relative; top: 0; left: 0; text-align: center; font-weight: bold; margin-left: 20px; margin-right: 20px; }
.calPrev a, .calNext a, .calMonth a { text-decoration: none; }
.calPrev a:hover, .calNext a:hover, .calMonth a:hover { text-decoration: underline; }
.calGrid { margin-top: 10px; clear: both; width: 100%; text-align: center; margin-left: auto; margin-right: auto; }
.calGrid td { font-size: 8pt; padding: 6px 0; text-align: center; border-bottom:1px solid #ddd; }
.calGrid tr.calWeek { font-weight: bold; text-align: center; }
.calDayOn a { font-weight: bold; text-decoration: underline; }
.calDayOn a:hover { text-decoration: none; }
.calGrid td.calTodayOff, .calGrid td.calTodayOn { background-color: #eee; color: #000; font-weight: bold; }
.calGrid td.calTodayOn a { text-decoration: underline; color: white; font-weight: bold; }
.calBottom { text-align: left;  }
.calMonthGlance { padding: 5px 0px 3px 0px; }
.calBottom a {  }


/* ---- Events Month at a Glance ---- */
#calendarDetail {padding-top: 22px; ; padding-bottom: 30px; width:100%; }
#calendarDetail table { width: 100%; table-layout: fixed;  text-align: center; }
#calendarDetail .calendarMonths { vertical-align: middle; padding-top: 3px; padding-left: 12px; width:100%; }
#calendarDetail a { text-decoration: none; }
#calendarDetail a:hover { text-decoration: underline; }
#calendarDetail .calendarMonths a { display: block; font-weight: bold; font-size: small; padding: 5px 0px 5px 0px; }
#calendarDetail .calendarMonths a:hover { color: #000; }
#calendarDetail .calendarDays { table-layout: fixed; border-collapse: collapse; background: #fff; width:100%; }
#calendarDetail .calendarDays td { background:none; border: 1px solid #1a2732; }
#calendarDetail .calendarDays .title {border:0px;  font-size: medium; font-weight: bold; color: #fff; padding: 10px 0px 10px 0px; background: #6aab35; }
#calendarDetail .calendarDays .prevLink, #calendarDetail .calendarDays .nextLink { border:0px; background: #6aab35; color:#fff; font-size: 20px; }
#calendarDetail .title a { font-size: small; }
#calendarDetail .calendarDays .prevLink a, #calendarDetail .calendarDays .nextLink a{ color: #fff; }
#calendarDetail .calendarDays td { font-size:small; line-height:  1.1em; }
#calendarDetail .calendarDays .weekdays { height: 30px; line-height: 30px;background-color: #1a2732; color: #fff; font-weight: normal; }
#calendarDetail .calendarDays .emptyDay { height: 100px; text-align: left; vertical-align: top; background-color: #eee; background-color: rgba(0,0,0,.02); }
#calendarDetail .calendarDays .eventToday { height: 100px; text-align: left; vertical-align: top;background-color:#eee; background-color: rgba(0,0,0,.05); padding-left: 5px; padding:5px;}
#calendarDetail .calendarDays .eventOff { height: 100px; text-align: left; vertical-align: top; padding-left: 5px;  padding:5px;}
#calendarDetail .calendarDays .eventOn { height: 100px; text-align: left; vertical-align: top; padding-left: 5px; padding:5px; }

/* ---- Events Box ---- */
.eventsModule.moduleLister.box { }
.eventsModule.moduleLister.box .listItem { padding-bottom: 10px; }
.eventsModule.moduleLister.box .date { color: #777; }

/* ---- Events Registration ----- */
#registrationSummary td { padding:1px 10px; }
/* ModuleEnd::events */



/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }

.campaignCategoryAll {
    margin: 10px 0;
}
.campaignCategoryAll .label {
    font-weight: 400;
}
.campaignCategoryAll a {
    font-weight: 400;
    font-size: 15px;
    color: #1a2732;
}
.campaignCategoryAll .check {
    display: inline-block;
    padding: 1px 2px;
    font-size: 8px;
    margin-right: 7px;
    border: 1px solid #999;
    border-radius: 3px;
    transition: all .2s cubic-bezier(.36,.53,.33,1.01);
    -webkit-transition: all .2s cubic-bezier(.36,.53,.33,1.01);
    -moz-transition: all .2s cubic-bezier(.36,.53,.33,1.01);
    background-color: #fff;
}
.campaignCategoryAll .check.active {
    background-color: #0075ff;
    color: #fff;
    border-color: transparent;
}
.campaignCategoryAll .check .fa-check {
    opacity: 0;
}

.campaignCategoryAll .check.active .fa-check {
    opacity: 1;
}

/* ModuleEnd::broadcastemail */

/* ModuleBegin::poll */
.pollSmallWrapper span, .pollDetailWrapper span { display: block; padding: 5px 0px;}
.pollSmallWrapper span.pollChoices { padding-bottom: 5px; }
.pollListWrapper { }
.pollDetailWrapper { }
.pollQuestion { }
.pollChoices { }
.pollLink { }
.pollResultQuestion { font-weight: bold; }
.pollResultChoices { }
.pollBar { background-color: #ccc; height: 7px; }
/* ModuleEnd::poll */

/* Jobs Redesign */
#jobs_board {}
#add_job { margin: 0px 0 20px; transition: all 0.3s ease;}
#add_job:hover { background:#005EB9 ;}

#jobs_search { background: #e1e1e1 ; border: 1px solid #bbb; padding: 12px 20px; border-radius: 5px; margin-bottom: 20px; }
#jobs_search input[type="text"] { float:left; width: 19%; font-size: 14px; margin-right: 1.5%; height: 32px; line-height: 30px; padding: 0 12px; box-sizing: border-box; border:1px solid #ccc; outline:0px;}
#jobs_search select { float:left; width: 20%; margin-right: 1.5%; font-size: 14px; height: 32px; line-height: 30px; padding: 0 6px; box-sizing: border-box; border:1px solid #ccc; outline:0px;}
#jobs_search input[type="submit"] { cursor: pointer; float: right; width: 14%; height: 32px; line-height:32px; box-sizing: border-box; display: block; border:0px; outline:0px; background: #222; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase;}
#jobs_search input[type="submit"]:hover { background: #555; }

#job_table { background: rgba(255,255,255,0.35); overflow: hidden; }
#job_table_head { background: #e1e1e1; border: 1px solid #bbb;}
#job_table .table_head {  border-left: 1px solid #bbb; float:left; width: 18%; box-sizing: border-box; padding: 10px 12px; height: 45px; line-height: 25px; color: #232323; font-weight: bold; font-size: 15px; overflow: hidden; position: relative; cursor: pointer;}
#job_table .table_head.active { background: rgba(104, 183, 220, 0.2); font-weight: bold; }
#job_table .table_head.active::after { position: absolute; display:block; right: 8px; top: 0px; line-height: 45px; height: 45px; font-family: FontAwesome; font-weight: normal; content: '\f0d7'; color: #232323; }
#job_table .table_head:first-child {border-left:0px;}

#job_table .table_column { float:left; width: 18%; box-sizing: border-box; padding: 12px; font-size: 14px;}

#job_table .title_column { width: 22%;}
#job_table .employer_column {}
#job_table .job_type { width: 14%;}
#job_table .location_type {}
#job_table .brief_description { width: 28%; overflow: hidden;}
#job_table .brief_description .more_desc_link { display: block; margin: 6px 0 0;}

#job_table #job_postings { border: 1px solid #e1e1e1; border-top:0px;}
#job_table .job_posting { border-bottom: 1px solid #e4e4e4;}
#job_table .job_full_desc {box-sizing: border-box; width: 100%; background: rgba(0,0,0,0.08);}
#job_table .job_full_desc > div { padding: 10px;}

#job_table .table_column.title_column { font-weight: bold; }

/* ModuleBegin::leads */
.pcl-name {
	text-align:center;
	width:100%;
	font-weight:bold;
}
/* ModuleEnd::leads */

/* ModuleBegin::newsfeed */
.newsfeedListWrapper { }
.newsfeedNumber { }
.newsfeedTitle { }
.newsfeedSource { }
.newsfeedDetailWrapper {word-wrap: break-word; }
.newsfeedDetailWrapper .newsItem {border-bottom:1px solid #ccc; margin-bottom:10px;padding-bottom:10px;}
.newsfeedDetailWrapper .newsItem img {margin:0 10px 0 0;}
.newsfeedDetailWrapper .newsItem span {display:block;}
.newsfeedDetailWrapper .newsItem .newsListHeadline {font-size:120%;}
.newsfeedDetailWrapper .newsItem .newsListPublishline {font-size:90%;}
/* ModuleEnd::newsfeed */



/* ModuleBegin::documents */
.documentsModule.moduleLister { }
.documentsModule.moduleLister table { border: 1px solid #ccc; padding: 3px; }
.documentsModule .rowOdd { }
.documentsModule .rowEven { background: #eee; }
.documentsModule td, .documentsModule th { padding: 3px 10px; }
.documentsModule th { border-bottom: 2px solid #ddd;}
/* ModuleEnd::documents */

/* ModuleBegin::directory-staffmodule */
.staffDetailWrapper:after {content: ""; display: block; height: 0; clear: both; visibility: hidden;}
.staffPhoto { float: right; margin: 0px 0px 5px 10px; background-color: #ffffff;}
.staffPhoto img { background-color: #ffffff; border: 1px solid #cccccc; padding: 5px; }

.directoryListWrapper { }
.directoryDetailWrapper { }
.directoryName { }
.directoryCategory { }
.directorySearchInput { width: 100px; }
/* ModuleEnd::directory-staffmodule */

/* ModuleBegin::membership */
#formLogin { margin:0 auto; border: 1px solid #e5e5e5; background: #f8f8f8; padding: 20px; width:275px; border-radius: 4px;}
#formLogin h2 { padding-top: 0px; margin-top:0px;}
.memberLoginBox { margin: 0 auto; }
.memberLoginBox td { padding: 0px; }
.memberLoginBox td input[type="text"], .memberLoginBox td input[type="password"] { background: #fff; }
.memberLoginBox td input[type="checkbox"] { height: 24px; }

.membershipModule .search {}
.membershipModule .membership-search-inputs { display: flex; flex-direction: row; justify-content: space-between; align-items: center; background: #f8f8f8; padding: 10px 15px; border: 1px solid #eee; box-sizing: border-box; } 
.membershipModule .membership-search-inputs input { width: 40%; }
.membershipModule .membership-search-inputs select { width: 20%; }
.membershipModule .membership-search-inputs input[type="submit"] { width: 75px; }

.membershipModule .membership-search-inputs.lg-alumni select {width: auto;}

/* Membership Lister -------------------*/

/* LG Alumni Cards */
#members {}
#members .list-of-members { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin: 40px 0 0 0; position: relative; }
#members .lg-class, #members a.lg-class { display: block; margin: 0; padding: 0; position: absolute; bottom: 0; right: 0; background: #6aab35; color: #fff !important; font-size: 11px; font-weight: normal; padding: 2px 4px; }
#members .lg-class.class-rep {right:72px;background:#1a2732;color:#fff;font-weight:bold;}
#members .member-info-box { display: block; position: relative; width: 31%; margin: 20px 0; padding: 15px 15px 48px 15px; box-sizing: border-box; border: 1px solid #eee; font-size: 14px; }
#members .member-info-box h2 { font-size: 22px; margin: 0; padding: 0; color: #6aab35; }
#members .member-info-box h3 { margin: 0 0 20px 0; padding: 0; color: #c0c0c0; font-style: italic; font-weight: 400; font-size: 18px; }
#members .member-info-box a { color: #6aab35; }
#members .member-info-box .member-thumbnail { float:left; width:35%; height: 80%; position: relative; margin: 0 10px 10px 0; padding: 0; background-size: cover; background-position: 50% 50%; }
#members .member-info-box .simsoc {width: 15px;height: 15px;position: absolute;top: 5px;right: 5px;border-radius: 50%;}
.simsocBlue {background: blue;}
.simsocRed {background: red;}
.simsocYellow {background: yellow;}
.simsocGreen {background: green;}

/* end LG Alumni Cards */

.membershipModule .companyInfo { margin: 1em 0; }
.membershipModule .companyInfo .name {}
.membershipModule .companyInfo .jobTitle {}
.membershipModule .address { margin: 1em 0; }
.membershipModule .contactInfo { margin: 1em 0; }
.membershipModule .contactInfo .phone {}
.membershipModule .contactInfo .email {}
.membershipModule .contactInfo .website {}
.membershipModule .thumbnail { float:left; margin-right: 20px;}
    
/* ----- Membership Lister ----- */
.membershipModule.moduleLister {}

/* ---- Membership Detail ----- */
.membershipModule.moduleDetail {}

/* ----- My Account ---- */
.membershipModule.myAccount { }
.myaccountDetail input#location_city, .myaccountDetail input#location_state, .myaccountDetail input#location_zip { max-width: 110px; }
.membershipModule.myAccount::after { content: ''; display:block; height:0; clear:both; visibility:hidden; }
.membershipModule.myAccount { }
.myAccountLinks { margin-top:35px; align-items:stretch; }
.myAccountLinksBox { margin-bottom: 3.5rem; }
.myAccountLinks .myAccountBox { border: 1px solid #ddd; border-radius:4px; padding: 12px 15px; height:100%; }
.myAccountLinks h3 { padding: 0 0 12px; margin: 0 0 12px; border-bottom: 1px solid #eee; }
.myAccountLinks .linkSection { }
.myAccountLinks .linkSection a { display:block; padding:5px 0; }
.myAccountLinks .button { text-align:center; padding-top:25px; }
.myAccountLinks .button a { margin:0 0 10px; }
.myaccountSidebar { margin-bottom:30px; }
.myaccountSidebar .block { background:#253746; }
.myaccountSidebar .block h4.title { background:#394a59; color:#fff; padding: 12px 15px 12px 40px; margin:0; position:relative; cursor:pointer; }
.myaccountSidebar .block h4.title::after { display:block; position:absolute; font-family:'FontAwesome'; font-weight:normal; font-size:19px; content:'\f196'; top:50%; left:12px; margin-top:-11px; height:24px; line-height:24px; }
.myaccountSidebar .block.active h4.title::after { content:'\f147'; }
.myaccountSidebar .block ul { margin:0; list-style:none; padding:0; color:#fff; height:auto; max-height:0; overflow:hidden; }
.myaccountSidebar .block.active ul { max-height:2000px; padding:5px 0; transition:max-height 2s linear, padding 0.2s linear; }
.myaccountSidebar .block ul li { display:block; margin:0; padding:6px 15px; }

/* ----- My Account - Dispatch ( System Forms ) ---- */
#myaccount_form>div { text-align:left; width:100%; }
.myaccountForm>table, .freedomAdminForm>table { width:100%; }
.myaccountForm>table td, .freedomAdminForm>table td { vertical-align:top; }
.myaccountForm>table td:first-child, .freedomAdminForm>table td:first-child { padding-top:14px; padding-right:12px; }
.myaccountForm>table table, table.freedomTable { width:100%; border: 1px solid #ccc; background:#f8f8f8; margin:0; border-spacing:0; border-collapse:collapse; }
.myaccountForm>table table td, table.freedomTable td, table.freedomTable th { vertical-align:middle; padding:8px 12px; }
.myaccountForm>table table thead td, table.freedomTable thead th { background:#ccc; color:#000; }
.myaccountForm>table table thead td *, table.freedomTable thead th * { color:#000; }
.myaccountForm>table table thead td:first-child, table.freedomTable thead th:first-child { text-align:left; }
table.freedomTable thead th.sort img { display:none; }
table.freedomTable thead th.sort::after { position:relative; padding-left:3px; display:inline-block; font-family:'FontAwesome'; content:'\f0d7'}
.editorLabel { display:inline-block; padding-bottom:15px; }
.myaccountDetail table { color:#444; }
.myaccountDetail .formtextRequired, .myaccountDetail .formtext { padding:5px 0; }
.myaccountDetail .formtextRequired label { font-weight:bold; }
.formButtons { padding-top:15px; }
select.filterCombo { width:200px; }
.imgBoxContainer { width:100%; background:#eee; padding:3px; line-height:38px; }
.imgBoxContainer img { display:inline-block; }
.imgBoxContainer { text-align:left; }
.imgBoxContainer * { vertical-align:middle !important; text-align:center; }
.imgBoxContainer .imageBox { border: 4px solid #fff; background:#f8f8f8; display:inline-block; width:auto; margin:8px; padding:12px; }
.imgBoxContainer input { margin-right:5px; }
.myaccountMessage { display:block; padding:18px; border: 2px dashed #777; background:#ddd; color:#000; font-size:16px; line-height:22px; text-align:center; margin-bottom:18px; }
.myaccountMessage.positive::before { position:relative; padding-right:6px; font-size:18px; display:inline-block; font-family:'FontAwesome'; }
.myaccountMessage.positive { background:#ECF6A6; border-color:#46815a; }
.myaccountMessage.positive::before { content:'\f046'; color:#46815a; top:1px; }
.myaccountMessage.negative { background:#EFADAD; border-color:#BF2525; }
.myaccountMessage.negative::before { content:'\f057'; color:#BF2525; }
.myaccountMessage.alert { background:#FFD702; border-color:#000; }
.myaccountMessage.alert::before { content:'\f071'; color:#000; }
.myaccountLister { }
.myaccountListerBack { }
/* ModuleEnd::membership */

select.filterCombo { width: 200px;}

/* Membership Directory */
#member-directory {}
#member-directory h1 { font-size: 64px; text-align: center; margin: 1em 0; }
#member-directory h3 {}
#member-directory .member-directory-list { display: block; margin: 40px 0; padding: 0; }
#member-directory .member-directory-list .error { display: flex; flex-direction: column; width: 100%; height: 100px; justify-content: center; align-items: center; margin: 0 auto; color: #ff0000; }
#member-directory .member-directory-header { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; width: 100%; margin: 30px 0; padding: 0 0 10px 0; border-bottom: solid 6px #e8eaeb; }
#member-directory .member-directory-header h2 { margin: 0; padding: 0; }
#member-directory .member-directory { display: flex; width: 80%; flex-direction: row; justify-content: space-between; align-items: flex-start; border: 1px solid #ccc; box-shadow: 1px 1px 12px -1px rgba(0,0,0,0.2); border-radius: 6px; margin: 0 auto 20px auto; padding: 15px; }
#member-directory .name, #member-directory .contact { display: block; position: relative; width: 45%; margin: 0; padding: 0; }
#member-directory .name {}
#member-directory .name ul { list-style-type: none; margin: 0; padding: 0; }
#member-directory .name ul > li { display: block; margin: 0; padding: 0; }
#member-directory .contact {}
#member-directory .contact .phone-email { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 0 0 10px 0; padding: 10px 0; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; box-sizing: border-box; }
#member-directory .contact .address { display: block; margin: 10px 0 0 0; }

/* Affiliates Filter */
#member-directory-filter {}
#member-directory-filter .row { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }
#member-directory-filter .row > div { display: flex; flex-direction: row; justify-content: space-between; }
#member-directory-filter .row > div > .label { display: flex; width: 195px; justify-content: flex-end; align-items: center; text-align: right; flex-grow: 1; }
#member-directory-filter .row > div:not(.loader-js) { opacity: 0; transition: all 0.2 ease-in-out; }
#member-directory-filter .row > div.loaded { opacity: 1; transition: all 0.2 ease-in-out; }
#member-directory-filter .member-directory-filter-submit { margin-right: 20px; }

#member-directory-filter .loader-js { display: flex; flex-direction: row; justify-content: center; align-items: center; position: relative; width: 100%; height: 100%; margin: 0 auto; }
#member-directory-filter .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 30px;
}
#member-directory-filter .lds-ellipsis div {
  position: absolute;
  top: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#member-directory-filter .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
#member-directory-filter .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
#member-directory-filter .lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
#member-directory-filter .lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.img_box_container { width: 100%; background: #eee; padding: 3px ;  line-height: 38px; }
.img_box_container img { display: inline-block; }
.img_box_container { text-align: left;}
.img_box_container * { vertical-align: middle !important; text-align: center;}
.img_box_container .imageBox { border: 4px solid #fff; background: #f8f8f8; display: inline-block; width: auto; margin: 8px; padding: 12px;}
.img_box_container input {margin-right: 5px;}

.myaccountMessage { display:block; padding: 18px; border: 2px dashed #777; background: #ddd; color: #000; font-size: 16px; line-height:22px; text-align:center; margin-bottom: 18px;}
.myaccountMessage.positive::before { position: relative; padding-right: 6px;  font-size: 18px; display: inline-block; font-family: 'FontAwesome';}
.myaccountMessage.positive { background: #ECF6A6; border-color: #9cb111; }
.myaccountMessage.positive::before { content: '\f046';  color: #9cb111; top: 1px;}
.myaccountMessage.negative { background: #EFADAD; border-color: #BF2525;}
.myaccountMessage.negative::before { content: '\f057'; color: #BF2525;}
.myaccountMessage.alert { background: #FFD702; border-color: #000; }
.myaccountMessage.alert::before { content: '\f071'; color: #000; }


.myaccountLister {}
.myaccountListerBack {}
/* ModuleEnd::membership */

/* ModuleBegin::forms */
.formFieldWrapper { margin-bottom: 15px;}
.formFieldWrapper .formField { }

.formLabel.formAlign_align { }

.formField.formAlign_align {  }

.formLabel.formAlign_split,
.formField.formAlign_split { }

.formLabel.formAlign_none,
.formField.formAlign_none { }

.formButtonWrapper {text-align:center;}
.formButtonWrapper input[type="button"], .formButtonWrapper input[type="submit"] { width: auto; }

/* ModuleBegin::faq */
#faqRoot { margin: 0 auto; padding: 0; }
#faq .faqcontent { margin: 0 10px 0 15px; }
#faq h2.faqopened, #faq h2.faqclosed { cursor: pointer; padding: 0 0 0 15px; margin-bottom: 0; }
#faq h2.faqclosed:hover { color: #004469; }
#faq h2.faqclosed { background: transparent url(graphics/jquery/collapsed.gif) no-repeat scroll 0 5px; margin-bottom: 5px; }
#faq h2.faqopened { background: transparent url(graphics/jquery/expanded.gif)  no-repeat scroll 0 5px; }
/* ModuleEnd::faq */

/* ModuleBegin::products */
.listerItem.product{
  margin: 1.0em 0 1.5em 0;
  padding: 2em;
  background: #f1f1f1;
  border-radius: 6px;
}
  
.productImage {
  display: flex;
  flex-direction: column;
}
  
.productImage .image {
  flex: 0 0 115px;
  height: 0;
  padding: 20px;
  width: 100%;
  box-sizing: content-box;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
  
.listerItem .badge.featured {
  background: #35845a;
  border-radius: 0 3px 3px 0;
  right: unset;
  left: -42%;
  top: unset;
  bottom: 2rem;
  z-index: 1;
}
  
.productInfo {
  padding-left: 3rem;
  position: relative;
}

.productInfo .badge {
  position: absolute;
  background: #00bcf2;
  color: white;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 4px 0 0 4px;
  text-transform: none;
  right: -2rem;
  top: 0;
}

.product .price {
  color: #006998;
  font-weight: bold;
}

.product .description {
  margin: 1rem 0;
}

.cartAdd {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  font-weight: bold;
}

.cartAdd .choice {
  display:block; 
}

.cartAddQty { 
  margin-right:2rem;
}

.cartAddSelect #shoppingOption1 {  
  margin-right: 2rem;
}

.cartAddQty input { 
  background:white;
}

.cartAddSubmit input[type="submit"] { 
  padding: 10px 1.5rem; 
}

.cartAddSubmit input[type="submit"][disabled] { 
  background: #999;
}

.listerItem .badge, .detailIntro .badge { 
  position: absolute;  
  right: -2rem;  
  top: 0;
  background: #77BD43;
  color: white;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 4px 0 0 4px;
  text-transform: none;
}

.productInfo .badge.sale {
  position: absolute; 
  right: -2rem;  
  top: 3rem; 
  color: white;
  padding: 10px 20px;
  line-height: 1; text-transform: none;
} 

.shoppingCartCheckout .price {
  padding: 7px;
}
/* ModuleEnd::products */

/* ModuleBegin::commerce */
.shoppingAlert { color: red; font-size: 8pt; }
.shoppingBody { font-size: 8pt; }
.shoppingCartEvenRow { background-color: #ffffff; color:#002d62; }
.shoppingCartOddRow { background-color: #ebebeb; color:#002d62; }
.shoppingCartTableHeader { 
  background-color: #002d62; 
  color: #ffffff; 
  font-size: 18px; 
  font-weight: bold; 
}

.shoppingCartTableHeader, 
.shoppingCartTableHeader td { 
  background: #333; 
  color: #fff;
}

.shoppingCartTable .product.even,.shoppingCartTable .product.even + .discount {
  background:#f7f8f9;
}

.shoppingCartTable{ 
  border: 1px solid #dcdcdc; 
  width:100%;
  margin-bottom: 13px;
}

.shoppingCartTable .quantity {
  text-align:center;
}

.shoppingCartTable .price {
  font-size: 18px;
} 

.shoppingCartTable .total { 
  text-align:right;
  padding-right:30px;
}

.shoppingCartTable .description {
  font-size:18px; 
  padding:7px;
  text-align:left;
}

input.shoppingFormQuantity {
  width: auto;
}

.shoppingCartMini td.quantity {
  min-width: 100px;
}

.expandableMiniCart {
  position: absolute; 
  z-index: 10;
  right: 3%;  
  width: 60%;  
  display:none;
}

.expandableMiniCart.expanded { 
  display:block;
}

.expandableMiniCart .shoppingCartTable {
  background-color:white;
}

.shoppingCartTableFooter { 
  background: #cccccc; 
  color:#333; 
  font-size: 18px; 
  font-weight: bold;
}

.shoppingOutOfStock { 
  color: #7e030e;
}

.shoppingLowStock { 
  color: #e79700;
}

.cartTotalPrice {
  font-size:18px;
}

.shoppingForm { font-size: 8pt; color:#002d62; }
.shoppingFormQuantity { background-color: #ffffff; font-size: 8pt; }
.shoppingFormRequired { font-size: 8pt; font-weight: bold; color:#002d62; }
.shoppingFormRequired input, .shoppingFormRequired select { font-weight: normal; color:#000; }
.shoppingHeading { color:#002d62; }
.shoppingInStock { }
.shoppingItemHeading { }


.shoppingTable { background-color: #e8e8e8; color:#002d62; }
.shoppingTableBorder { background-color: #ffffff; }
.shoppingFormRequired { width: 1%; }
/* ModuleEnd::commerce */


/* ModuleBegin::directory-internships */

.internship_search .directorySearchInput { width: 100%;}

/* ModuleEnd::directory-internships */

/* ModuleBegin::podcast */
.podcastChannelWrapper { }
.itemList .podcastNumber, .itemList .podcastTitle  { display: inline; }
.podcastListWrapper { }
.podcastDetailWrapper span { display: block; }
.podcastDetailWrapper span.itemLabel { display: inline; }
.podcastImage { float: left; margin: 0px 10px 10px 0px; }
.podcastImage img { padding: 5px; border: 1px solid #ccc; }
.podcastSubtitle { }
.podcastAuthor { }
.podcastDescription { }
.podcastPublish { }
.podcastLink { }
.podcastLanguage { }
.podcastCopyright { }
.podcastCategory { }
.podcastDuration { }
.podcastExplicit { }
/* ModuleEnd::podcast */



/* ModuleBegin::forum */
.frame{padding:10px;border:1px dashed #ccc;margin:10px 0px;}
.frame table{width:100%;text-align:center;margin-bottom:0;}
.frame th{font-family:Georgia,serif;font-style:italic;color:#000;font-size:11px;padding:0px 3px;font-weight:bold;background-color: #ccc;height:25px;border-right:1px solid white;}
.frame td{border-top:1px solid #fff;border-right:1px solid #fff;background-color:#fff;}
.frame tr{background-color:#f1f1f1;}
.frame .category td{background-color:#fff;font-weight:bold;font-size:12px;text-align:left;}
.frame .message{padding:10px 10px 20px 10px;font-size:12px;text-align:left;}
.frame .messageLabel{width:150px;font-weight:bold;text-align:left;vertical-align:top;padding:10px;}
.frame .topic{text-align:left;font-weight:bold;padding-left:10px;}
.frame .rowUnread{background-color:#eee;}
.frame .rowUnread td{background-color:#eee;}
.frame .rowEven{background-color:#dedede;}
.frame .rowEvenUnread{background-color:#FFF2CF;}
.frame .rowOddUnread{background-color:#FFE9AF;}
.seperator td{background-color:silver;height:6px;}
.backtotop{text-align:left;}
.title{font-weight:bold;text-align:left;padding-left:10px;}
.blurb{font-size:11px;text-align:left;padding-left:10px;padding-bottom:5px;}
.post .date{font-size:9px;}
.messageHeader{border-bottom:1px solid #ccc;height:18px;width:99%;margin-bottom:10px;}
.messageHeader .date{float:left;font-size:9px;}
.messageHeader .subject{color:darkblue;float:left;padding-left:10px;font-size:9px;font-weight:bold;}
.messageHeader .number{float:right;}
.tagSearch{background-color:yellow;font-weight:bold;}
.tagCode{background-color:black;color:white;font-family:monospace;border:1px inset white;padding:10px;margin:10px 30px;font-size:12px;}
.tagQuote{background-color:white;color:black;border:1px inset black;padding:10px;margin:10px 30px;font-size:12px;}
.tagCode a{color:white;font-weight:bold;}
.buttonBar td{background-color:#eee;padding:10px;}
.bar,.pagesFrame{height:20px;}
.bar .button{float:right;margin-left:3px;}
.button{font-weight:bold;}
.breadcrumb{font-weight:bold;padding:5px 0px;float:left;}
.header .pagesFrame{margin-top:10px;}
.footer .pagesFrame{margin-bottom:10px;}
#freedomForum .footer {margin-top:0;}
.pagesFrame .prevnextCurrent, .pagesFrame .prevnextWindow { padding:3px 5px;  border-left: 1px solid #cccccc; }
.pagesFrame .prevnextCurrent{ font-weight:bold; }
.pages{float:right;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.pages div{float:left;}
.prevGroup,.prev,.next,.nextGroup{border-left:1px solid #ccc;padding:3px 5px;}
.prevGroup,.nextGroup{background-color:#F1F1F1;}
.prev,.next{background-color:#dedede;}
.pagesLister{padding:3px 0px;}
#freedomForum.layouterror .frame {border:0px solid #0F0;margin:20px;}
/* ModuleEnd::forum */