body {
  background: #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #58595B;
  font-size: 14px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0e8d4));
  background-image: -webkit-linear-gradient(#ffffff 0%, #f0e8d4 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #f0e8d4 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #f0e8d4 100%);
  background-image: -ms-linear-gradient(#ffffff 0%, #f0e8d4 100%);
  background-image: linear-gradient(#ffffff 0%, #f0e8d4 100%);
}

a {
  color: #776640;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-weight:400;
}
a:hover {
  color: #10508a;
}

h1, h3, h5 {
  font-family: "Oswald", sans-serif;
  color: #499ca9;
  font-weight: 400;
}

h2, h4, h6 {
  font-family: "Oswald", sans-serif;
  color: #10508a;
  font-weight: 400;
}

.edit-link {
  display: none;
}

iframe {
  max-width: 100%;
}

/* Structure ---------- */
#main {
  background: #ede4d0;
  padding: 0 0 15px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ede4d0), color-stop(100%, #d2c3a4));
  background-image: -webkit-linear-gradient(#ede4d0 0%, #d2c3a4 100%);
  background-image: -moz-linear-gradient(#ede4d0 0%, #d2c3a4 100%);
  background-image: -o-linear-gradient(#ede4d0 0%, #d2c3a4 100%);
  background-image: -ms-linear-gradient(#ede4d0 0%, #d2c3a4 100%);
  background-image: linear-gradient(#ede4d0 0%, #d2c3a4 100%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

#col1, #col2, #col3 {
  border-width: 2px;
  border-style: solid;
  border-left: none;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -khtml-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

#col1 {
  width: 374px;
  margin: 0;
  margin-left: -15px;
  border-left-width: 2px;
  border-left-style: solid;
  border-color: #082845;
  background: #10508a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

#col2 {
  width: 421px;
  margin: 25px 0;
  padding: 15px 15px 15px 0;
  border-color: #326b74;
  background: #499ca9;
}

#col3 {
  width: 172px;
  margin: 50px 0;
  margin-right: -15px;
  border-color: #a69159;
  background: #a69159;
}

/* Header ---------- */
#header {
  margin: 0 auto;
  padding: 0;
  border: none;
  background: url(../images/header-workforce.jpg) 50% 0 no-repeat;
}
#header #logo {
  margin: 0;
  padding: 0.5em 0;
  float: left;
}
#header #logo a {
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 269px;
  height: 122px;
  background: url(../images/tcwib-logo2.png) 0 0 no-repeat;
}
#header #header-contact {
  float: right;
  text-align: right;
  padding: 0.5em 0;
  font-family: "Oswald", sans-serif;
  color: #499ca9;
  font-size: 18px;
}
#header #header-contact h3 {
  color: #a69159;
  font-weight: 400;
}
#header #header-contact strong {
  font-weight: 300;
  color: #a69159;
}

#epic-maine
{
	display:none;
	float:right;
}

/* Main Menu ---------- */
#menu {
  background: none;
}
#menu ul li a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #a69159;
  font-size: 16px;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#menu ul li a a {
  background: none;
  color: #10508a;
  font-size: 16px;
}
#menu ul li:hover > a {
  background: none;
  color: #10508a;
}
#menu ul li.has-sub:hover > a {
  background: #a69159;
}
#menu ul li ul {
  background: #a69159;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
#menu ul li ul li a {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #FFF;
  padding: 0.75em;
}
#menu ul li ul li a:hover {
  background: #10508a;
  color: #FFF;
}

/* Main Content ---------- */
#main {
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}
#main .top-search {
  position: absolute;
  left: 40%;
  top: 3em;
  z-index: 2;
}
#main .top-search label {
  font-family: "Oswald", sans-serif;
  color: #499ca9;
  font-size: 1.2em;
  margin-bottom: 0;
  margin-right: 0.5em;
}
#main .top-search .search-query {
  padding: 2px 4px;
  margin-right: 0.5em;
  width: 200px;
}
#main .top-search .btn {
  padding: 2px 10px;
  margin-top: 0;
  font-family: "Oswald", sans-serif;
}
#main #social-icons {
  position: absolute;
  z-index: 2;
  left: 85%;
  top: 5em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main #social-icons li {
  display: inline;
  margin-right: 0.25em;
}
#main #social-icons li img {
  width: 20px;
  max-width: inherit;
}

#content-box {
  background: #FFF;
  padding: 1em;
  margin-top: 2.25em;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#content-box h1 {
  font-size: 1.4em;
  padding-bottom: 0;
  margin-bottom: 1em;
  margin-top: -2.25em;
  color: #FFF;
  font-weight: 300;
}
#content-box .related-docs {
  background: #f0e8d4;
}
#content-box .related-docs li a {
  background: #499ca9;
}
#content-box .related-docs li a:hover {
  background: #10508a;
  color: #FFF;
}
#content-box .article-box {
  padding: 4% 4% 4% 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#content-box .article-box.article-margin {
  padding: 4% 4% 4% 0;
  margin: 0 4% 0 0;
}
#content-box .article-box.article-box2 {
  width: 48%;
}
#content-box .article-box.article-box3 {
  width: 30.66%;
}

/* Left Column ---------- */
#col1 {
  color: #FFF;
}
#col1 a {
  color: #f0e8d4;
}
#col1 a:hover {
  color: #FFF;
}
#col1 h3, #col1 h4, #col1 h5, #col1 h6 {
  color: #f0e8d4;
}
#col1 .sidebar-box {
  padding: 1em;
}
#col1 .sidebar-widget h3 {
  font-size: 2.75em;
  font-weight: 700;
  color: #FFF;
}
#col1 .sidebar-widget h4 {
  color: #d2c3a4;
  font-weight: 300;
  font-size: 1.3em;
}
#col1 .sidebar-widget iframe {
  margin-bottom: 1em;
}
#col1 .sidebar-widget .left-buttons {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#col1 .sidebar-widget .left-buttons li {
  display: inline;
  float: left;
  margin: 0 0 3% 3%;
  padding: 0;
  width: 31.33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#col1 .sidebar-widget .left-buttons li a {
  display: block;
  font-weight: 400;
  color: #10508a;
  font-family: "Oswald", sans-serif;
  background: #dfefc9;
  border: 1px solid #8dc63f;
  text-align: center;
  font-size: 1.3em;
  padding: 0.5em 0;
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 0 2em #bcdd8e inset;
  -webkit-box-shadow: 0 0 2em #bcdd8e inset;
  -o-box-shadow: 0 0 2em #bcdd8e inset;
  box-shadow: 0 0 2em #bcdd8e inset;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
#col1 .sidebar-widget .left-buttons li a:hover {
  z-index: 2;
  color: #8dc63f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -moz-transform: perspective(200px) rotateX(20deg) scaleY(0.95);
  -webkit-transform: perspective(200px) rotateX(20deg) scaleY(0.95);
  -o-transform: perspective(200px) rotateX(20deg) scaleY(0.95);
  -ms-transform: perspective(200px) rotateX(20deg) scaleY(0.95);
  transform: perspective(200px) rotateX(20deg) scaleY(0.95);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#col1 .sidebar-widget .left-buttons li:first-child {
  margin-left: 0;
}
#col1 .sidebar-widget .left-buttons li.big {
  margin-left: 0;
  width: 100%;
}
#col1 .sidebar-widget .left-buttons li.big a {
  background: #8dc63f;
  color: #FFF;
  font-weight: 700;
  font-size: 2.25em;
  padding: 0.25em 0;
}
#col1 .sidebar-widget .left-buttons li.big a span {
  color: rgba(255, 255, 255, 0.5);
}
#col1 .sidebar-widget .left-buttons li.big a:hover {
  background-color: #b0d87a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -moz-transform: perspective(200px) rotateX(10deg) scaleY(0.9);
  -webkit-transform: perspective(200px) rotateX(10deg) scaleY(0.9);
  -o-transform: perspective(200px) rotateX(10deg) scaleY(0.9);
  -ms-transform: perspective(200px) rotateX(10deg) scaleY(0.9);
  transform: perspective(200px) rotateX(10deg) scaleY(0.9);
}
#col1 .sidebar-widget .left-buttons li.big a:hover span {
  color: #FFF;
}
#col1 .sidebar-articles .bg {
  border-color: #156ab8;
}

/* Right Column ---------- */
#col3 {
  color: #FFF;
}
#col3 h3 {
  color: #f0e8d4;
}
#col3 a {
  color: #edd18c;
}
#col3 a:hover {
  color: #FFF;
}
#col3 .sidebar-box {
  padding: 0.5em;
  margin: 0;
}
#col3 .sidebar-linklist .sidebar-box {
  padding: 0;
}
#col3 .sidebar-linklist h3 {
  display: none;
}
#col3 .sidebar-linklist ul li {
  border: none;
  margin: 0;
}
#col3 .sidebar-linklist ul li a {
  background: #cdb677;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding: 0.5em;
  border-bottom: 2px solid #a69159;
}
#col3 .sidebar-linklist ul li a:hover {
  background: #10508a;
}
#col3 .sidebar-linklist ul:first-child .list-first a {
  -moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  -o-border-radius: 0 8px 0 0;
  -ms-border-radius: 0 8px 0 0;
  -khtml-border-radius: 0 8px 0 0;
  border-radius: 0 8px 0 0;
}
#col3 .sidebar-content {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
#col3 .sidebar-content h3 {
  font-weight: 400;
}
#col3 .sidebar-content strong {
  color: #f0e8d4;
  font-weight: 400;
}
#col3 .sidebar-articles .bg {
  border-color: #cdb677;
}

#footer {
  width: auto;
  padding: 1em;
  margin: 0 auto;
  border: none;
  font-family: "Oswald", sans-serif;
  color: #FFF;
  font-size: 16px;
}
#footer a {
  color: #FFF;
}
#footer a:hover {
  color: #10508a;
}
#footer #footer-left {
  float: left;
}
#footer #footer-left .menu-main {
  float: left;
  margin-bottom: 0.5em;
}
#footer #footer-left .menu-main li {
  margin-right: 0.7em;
}
#footer #footer-left .menu-main li a {
  font-family: "Oswald", sans-serif;
  color: #a69159;
  padding: 0;
  font-weight: 300;
  font-size: 1.1em;
}
#footer #footer-left .menu-main li a:hover {
  color: #10508a;
  background: none;
}
#footer #footer-left .menu-main li ul {
  display: none;
}
#footer #footer-left button {
  display: none;
}
#footer #footer-right {
  float: right;
  text-align: right;
}
