
@charset "UTF-8";
.skin {
  background-color: black;
}
#mainwrapper header {
	/*Header */
	background-color: rgba(0,0,0,1.00);
    display: flex;
}
#mainwrapper header #logo {
	/* Company Logo text */
    flex: 0 0 70%;
	padding: 0px 0px 0px 0px;
    float:left;
}
#mainwrapper header #logo img {
    max-width: 100%;
    height:auto;
}

#mainwrapper navlogo {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-right: .5%;
	width: 72%;
	float: left;
	color: #FFC44E;
    font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 100;
    text-align: center;
}

.logo {
    z-index: 123;
    padding: 10px;
    font: 18px 'yellowtail';
    color: #FFF;
    flex-grow: 1;
    flex-shrink: 1;
}

navlogo {
    background: #000;
    position: relative;
    margin: 0 auto;
}
.logo a {
    color: #F14F80;
}

.indent a {
    display:inline-block;
    margin-left:30;
}

.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
}

#flexmenu{
  display: flex;
  flex-flow: row wrap;
}
.navlogo {
    z-index: 123;
    padding: 10px;
    font: 18px 'yellowtail';
    color: #FF44E;
    flex-grow: 1;
    flex-shrink: 1;
}
.navlogo a {
    color: #FF44E;
}

.responsive {
  max-width: 100%;
  height: auto;
    left: 0px;
    right: 0px;
}

#main-menu{
  align-self: center; 
}
/* keep the drop-downs from being hidden by content wrappers etc */
.sub-menu {
  z-index: 1234;
}

.sub-menu2 {
  z-index: 9999;
}

.sub-menu3 {
  z-index: 9999;
}

/* General Menu Styling */
#flexmenu li,
#flexmenu li a{
    border: 0;
    list-style: none;
    line-height: 1;
    display: inline-block;
    position: relative;
    text-transform: none;
    transition: all ease-in-out .1s;
}

#flexmenu ul li a {
    padding: 9px 17px;
    font-size: 15px;
    font-family: Helvetica, Arial, "sans-serif";
    font-style: bold;
    letter-spacing: 1px;
    text-decoration: none;
    color: #8F8F8F;
    font-weight: 700;
}

#flexmenu ul li.has-sub > a {
    padding-right: 30px;
}
/* Drop icon */
#flexmenu ul li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #D09E0E;
    content: '';
}
#flexmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    margin-left: 50px;
    right: 30px;
    width: 8px;
    height: 2px;
    display: block;
    background: #B7B7B7;
    content: '';
}
#flexmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 20px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ADADAD;
    transition: all .25s ease;
}
#flexmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 8;
}
#flexmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #B0B0B0;
    content: '';
    transition: all .2s ease;
}
#flexmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
#flexmenu ul ul ul ul li.has-sub:hover,
#flexmenu ul ul ul li.has-sub:hover,
#flexmenu ul ul li.has-sub:hover,
#flexmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #000;
}
/* Submenu default states, removed by hover gives the animation */
#flexmenu ul ul {
    position: absolute;
    left: -9999px;
}
#flexmenu li:hover > ul {
    left: auto;
}
#flexmenu ul ul li {
    height: 0;
    background: #7D7D7D;
    transition: all .2s ease
}
/*-- HEIGHT OF DROPMENUS --*/
#flexmenu li:hover > ul > li {
    height: 50px;
}
/*-- PLACEMENT OF DROPMENUS --*/
#flexmenu li:hover > ul ul > li {
    right: -150px;
}
/*-- WIDTH OF DROPMENUS --*/
#flexmenu ul ul li a {
    padding: 10px 50px;
    width: 130px;
    font-size: 13px;
    text-decoration: none;
    color: #BDBDBD;
    font-weight: 400;
}
#flexmenu li:hover > ul ul ul > li {
    right: -150px;
}
#flexmenu ul ul li a:hover {
    background: rgba(70,70,70,1.00)
}

#flexmenu ul ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #B0B0B0;
    content: '';
    transition: all .2s ease;
}
#flexmenu ul ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #B7B7B7;
    content: '';
}
/*-- WIDTH OF DROPMENUS --*/
#flexmenu ul ul ul  li a {
    padding: 10px 50px;
    width: 130px;
    font-size: 13px;
    text-decoration: none;
    color: #BDBDBD;
    font-weight: 400;
}

#flexmenu ul ul ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 0px;
    display: block;
    width: 2px;
    height: 8px;
    background: #B0B0B0;
    content: '';
    transition: all .2s ease;
}
#flexmenu ul ul ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 0px;
    width: 8px;
    height: 2px;
    display: block;
    background: #B7B7B7;
    content: '';
}
/*-- WIDTH OF DROPMENUS --*/
#flexmenu ul ul ul ul li a {
    padding: 10px 40px 10px 20px;
    width: 130px;
    font-size: 13px;
    text-decoration: none;
    color: #BDBDBD;
    font-weight: 400;
}
#flexmenu li:hover > ul ul ul ul > li {
    background: black;
}

@media screen and (max-width: 768px) {
  /* Center the logo and remove the bar */
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
    }

  /* Hamburger */
    .button {
        background: #7E5B00;
        width: 60px;
        height: 48px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 10000;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }
    .button:before {
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: '';
    }
  /* Turn it into an X when open */
    .button.menu-opened{
      background: #5E4400;
    }
    .button.menu-opened:after {
        transition: all .3s ease;    
        top: 23px;
        border: 2px;
        height: 2px;
        width: 19px;
        background: #fff;
        transform: rotate(45deg);
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        transform: rotate(-45deg);
    }
  /* reset horizontal styles */
    #flexmenu ul {
        display: none;
    }
    #flexmenu ul li,
    #flexmenu ul li a,
    #flexmenu ul ul li a{
        width: 100%;
    }

    #flexmenu ul ul li,
    #flexmenu li:hover > ul > li {
        height: auto;  
    }
    #flexmenu ul ul li a {
        padding-left: 25px;
    }

    #flexmenu ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #flexmenu ul ul li.active a {
        border-left: none;
    }
    #flexmenu > ul > li.has-sub > ul > li.focus > a,
    #flexmenu > ul ul > li.has-sub > ul > li.focus > a {
        background: #262626;
        transition: all .2s ease;
    }
  /* remove cross when menu item is toggled */
    #flexmenu > ul > li.has-sub > a:after,
    #flexmenu > ul > li.has-sub > a:before,
    #flexmenu ul ul > li.has-sub > a:after,
    #flexmenu ul ul > li.has-sub > a:before {
        display: none;
    }

  /* submenu toggles */
    #flexmenu .submenu-button {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #flexmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: '';
    }
    #flexmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }
    
    #flexmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
    }


  /* submenu2 toggles */
    #flexmenu .submenu2-button {
        position: absolute;
        z-index: 999;
        right: 100;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #flexmenu .submenu2-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: '';
    }
    #flexmenu .submenu2-button.submenu-opened:after {
        background: #fff;
    }
    
    #flexmenu .submenu2-button:before {
        position: absolute;
        top: 19px;
        right: 50px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
    }
    #flexmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #flexmenu ul ul .submenu-button:after {
        top: 15px;
        right: 50px;
    }
    #flexmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #flexmenu .submenu-button.submenu-opened:before {
        display: none;
    }   
  
    #flexmenu ul ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #flexmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #flexmenu ul ul .submenu-button:after {
        top: 15px;
        right: 50px;
    }
    #flexmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #flexmenu .submenu-button.submenu-opened:before {
        display: none;
    }   
  
    #flexmenu ul ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #flexmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #flexmenu ul ul .submenu-button:after {
        top: 15px;
        right: 50px;
    }
    #flexmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #flexmenu .submenu-button.submenu-opened:before {
        display: none;
    }   
  
    #flexmenu ul ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #flexmenu ul ul ul .submenu-button:after {
        top: 15px;
        right: -150px;
    }
    #flexmenu ul ul ul .submenu-button:before {
        top: 12px;
        right: -150px;
    }
    #flexmenu .submenu-button.submenu-button.submenu-opened:before {
        display: none;
    }   
  
  .note{
    font-size: 3vw;
  }
}

#content {
margin-left 2%;
}

#content #mainContent a {
    color: rgba(214,161,34,1.00);
}
#content #mainContent a:hover {
    color: rgba(255,1,1,1.00)
    background: rgba(0,0,0,1.00)
}
#content #mainContent a:target {
    color: rgba(255,138,0,1.00)
}
#content #mainContent a:visited {
    color: rgba(120,83,45,1.00)
}

#content #mainContent {
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0% 2% 2% 2%;
    background-color:white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#content #mainContent h1 {
    font-family: serif;
	font-style: bold;
	color: rgba(0,0,0,1.00);
	font-size: 45px;
}
#content #mainContent h2 {
	/* Styling for main headings */
	font-family: source-sans-pro, Helvetica, Arial, sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 26px;
}
#content #mainContent h2a {
    font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color: white;
	font-size: 24px;
    padding: 30px;
}
#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, Helvetica, Arial, sans-serif;
	font-style: bold;
	font-weight: 100;
    font-size: 22px;
	color: rgba(0,0,0,1.00);
    letter-spacing: 2px;
}
#content #mainContent h4 {
	font-style: bold;
	color: black;
	font-size: 40px;
}
#content #mainContent h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color: rgba(0,0,0,1.00);
	font-size: 30px;
}
#content #mainContent #authorinfo p1 {
	/*Captions of Taglines */
	line-height: 1.1em;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 50;
	color: rgba(255,255,255,1.00);
	font-size: 12px;
    display:inline-block;
    margin: 15px;
}
#content #mainContent p2 {
	/*Captions of Taglines */
	line-height: 1.2em;
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 50;
	color: rgba(116,116,116,1.00);
    text-align: left;
	font-size: 22px;
}
#content #mainContent p3 {
	/*Captions of Taglines */
	line-height: 1.1em;
	font-family: 'Helvetica LT 23 Ultra Light Extended', sans-serif;
	font-style: normal;
	letter-spacing: 0.025em;
	font-weight: 50;
	color: rgba(65,65,65,1.00);
	font-size: 30px;
}
#content #mainContent p4 {
	/*Captions of Taglines */
	line-height: 1.1em;
	color: rgba(256,256,256,1.00);
	font-family: Monteserrat, Helvetica, Arial, sans-serif;
	font-style: normal;
	letter-spacing: 0.025em;
	font-weight: 50;
    text-align: left;
    display:inline-block;
    margin: 10 20;
	font-size: 30px;
}
#content #mainContent p5 {
	/*Captions ot Taglines */
	line-height: .75em;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-decoration: bold;
	letter-spacing: 0.025em;
	font-weight: 50;
	color: rgba(50,50,50,1.00);
    text-align: left;
	font-size: 30px;
}
#content #mainContent p6 {
	/*Captions ot Taglines */
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 50;
	color: rgba(256,256,256,1.00);
    text-align: left;
	font-size: 16px;
    letter-spacing: 1px;
    text-indent: -2px;
}
#content #mainContent p7 {
	/*Captions ot Taglines */
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	font-weight: 50;
	color: rgba(85,85,85,1.00);
    text-align: left;
	font-size: 28px;
    letter-spacing: 1px;
    text-indent: -2px;
    text-indent: 2em;
}
#content #mainContent p12 {
	/*Captions of Taglines */
	line-height: 1.1em;
	font-family: 'Helvetica LT 23 Ultra Light Extended', sans-serif;
	font-style: normal;
	letter-spacing: 0.025em;
	font-weight: 50;
	color: rgba(85,85,85,1.00);
	font-size: 29px;
    display:inline-block;
    margin-left: 30px;
}

#content #mainContent #bannerImage {
	/*Container for main banner image ch1 */
	background-color: rgba(255,255,255,1.00);
    flex: 0 auto;
	max-width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}

#content #mainContent #bannerImage img {
	/*Container for main banner image ch1 */
	max-width: 100%;
    display: block;
    height: auto;
}
    
#content #mainContent #bannerImage2 {
	/*Container for main banner image ch1 */
	background-color: rgba(255,255,255,1.00);
    flex: 0 auto;
	max-width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}

#content #mainContent #bannerImage2 img {
	/*Container for main banner image ch1 */
	max-width: 100%;
    display: block;
    height: auto;
}
#content #mainContent #bannerImage3 {
	/*Container for main banner image */
	background-color: rgba(255,255,255,1.00);
    flex: 0 auto;
    margin-left: 0px;
    padding-left: 0px;
}
#content #mainContent #bannerImage3 img {
	/*Container for main banner image */
    max-width: 100%
    display: block;
    height: auto;
}

#content #mainContent #imageWrap {
    float: left; 
    padding: 0px 15px 15px 0px;
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(151,151,151,1.00);
	font-family: "OstrichSans-Black", sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	font-size: 15px;
}
#content #mainContent #authorInfo {
	/* Author info section */
	background-color: #D0B26B;
	letter-spacing: 0.02em;
    line-height: 110%;
    padding: 2em 0em 0em 0em;
}

#content #mainContent #authorInfo p {
	/*Body Text */
	font-family: "OstrichSans-Black", Arial, sans-serif;
	color: rgba(256,256,256,1.00);
    text-align: left;
	font-size: 16px;
    letter-spacing: 1px;
    padding: 0em 2em 2em 2em;
}

#content #mainContent #authorinfo h2 {
	/* Styling for main headings */
	font-family: source-sans-pro, Helvetica, Arial, sans-serif;
	color: white;
}
footer article {
	/* Footer articles */
	width: 43%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
    letter-spacing: 1px;
	line-height: 1.3em;
	font-family: "OstrichSans-Black", "sans-serif";
	font-style: normal;
	font-weight: 100;
    font-size: 14px;
	color: #F1EEEE;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color:dimgray;
}
footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: "OstrichSans-Black", Helvetica, Arial, "sans-serif";
	font-style: light;
	font-weight: 400;
}
footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: "OstrichSans", Helvetica, Arial, "sans-serif";
	font-style: light;
	font-weight: 100;
    line-height: .8em;
}
footer article p6 {
	/* Footer article body */
	text-align: left;
	font-family: "Quicksand", Helvetica, Arial, "sans-serif";
	font-style: normal;
    font-size: 15px;
	font-weight: 100;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 77%;
	float: left;
	padding-right: 1%;
	padding-top: 41px;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 12%;
	margin-top: 0px;
	padding-top: 4px;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
    background-color:#4F411D;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 125%
}

.Link {
	color: rgba(214,161,34,1.00);
    font-family: Arial Bold, Arial, sans-serif;
	font-style: bold;
    font-size: 16px;
    padding-left: 1% 0%;
	padding-bottom: 10px;

}.fatLink {
	color: rgba(214,161,34,1.00);
    font-family: Arial Black, Arial Bold, Arial, sans-serif;
	font-style: bold;
    font-size: 26px;
    padding-left: 1% 0%;
	padding-bottom: 10px;
}

#mainwrapper #content #sidebar h6 {
    font-family: Helvetica, Arial, "sans-serif";
    font-style: bold;
    font-size: 16px;
    text-align: center;
    color: gainsboro;
    margin: 10px;
    padding: 0;
}
#mainwrapper {
	/* Container of all content */
	max-width: 100%;
	overflow: auto;
	margin-left: 5%;
}

/* NOT CURRENTLY USED */
#content #sidebar input {
	/* Search box in sidebar 
	display:none;
	width: 90%;
	height: 0px; */
}
#content #sidebar #adimage {
	/* Container for Image in sidebar */
    display:none;
	width: 100%;
	background-color: rgba(208,207,207,1.00);
	margin-top: 4px;
	float: none;
	overflow: auto;
}
/* End Not Currently Used */


/* SIDEBAR ORANGE LETTERS */
#mainwrapper #content sidebarnav dl {
	color: rgba(252,201,107,1.00);
    font-family: "ostrich-regular", arial, sans-serif;
    font-size: 10px;
    padding-left: 1% 0%;
    letter-spacing: .2rem;
    line-height: 130%;
}


/* SIDEBAR CREAM LETTERS */
nav dd {
	color: rgba(242,235,174,1.00);
    font-family: arial, sans-serif;
	font-style: normal;
	font-weight: 100;
    font-size: 15px;
    letter-spacing: 1px;
    margin-left:7%;
    margin-bottom: 5px;
    line-height: 125%;
}
nav dl {
	color: rgba(252,201,107,1.00);
    font-family: "ostrich-regular", arial, sans-serif;
	font-style: bold;
    font-size: 12px;
    padding-left: 1% 0%;
    letter-spacing: .2em;
    line-height: 130%;
}

#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color: rgba(234,213,150,1.00);
	width: 100%;
}
footer {
	/* Container for footer artices */
	width: 74%;
	padding-left: 2%;
	padding-right: 2%;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
.p2 {
	font-size: 40px;
}

.p3 {
	font-size: 30px;
    color=black;
}

.p4 {
	font-size: 30px;
}

.p5 {
	font-size: 30px;
}
.p6 {
	font-size: 30px;
}
.p7 {
	font-size: 28px;

.p8 {
    font-size: 28px
    display:inline-block;
    margin-left: 30px;
}

.p12 {
    font-size: 29px
}

.bannerShell {
    position: relative;
}
.banner {
    height: auto;
    max-width: 100%;
}
.dl a {
	color: rgba(209,186,134,1.00);
    font-family: "ostrich-regular", arial, sans-serif;
    font-size: 10px
}

#mainContent #banner img{
	/* Actual banner image */
    height: auto;
    width: 100%;
}

#sidebar #adimage img {
	/* Image in sidebar */
    display:none;
	width: 100%;
	float: left;
}
a {
    font-size: 13px;
    font-family: Helvetica, Arial, "sans-serif";
    font-style: bold;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFD34C; 
    text-transform: uppercase; 
    padding: 2%;
}
      a:hover, a.on {
        color: #463301;
        background-color: #F2F2F2;
    border-radius: 5px;
}

/* Tablet view */
@media screen and (max-width : 679px ){
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display:none;
	/* display: block; /
	text-align: right;
	/* width: 96%; /
}
#content .notOnDesktop input {
	height: 28px; */
}
#mainContent {
	/* Container for the blog post  */
	padding-top: 0px;
	float: none;
	width: 100%;
}
#sidebar input {
	/* Search box in sidebar */
	display: none;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
}
#content #sidebar #adimage {
    display:none;
	/* Image in sidebar 
	width: 60%;
	margin-top: 0px;
	float: left; */
}
#content #sidebar sidebarnav {
	/* Navigation links in sidebar */
	width: 17%;
	float: left;
	padding-left: 4%;
    margin: 0 0;
}
#sidebar sidebarnav ul {
	margin-top: 0px;
}
#content #sidebar1 sidebarnav {
	/* Navigation links in sidebar */
	width: 17%;
	float: left;
	padding-left: 4%;
}
#sidebar2 sidebarnav ul {
	margin-top: 0px;
	}
#content #sidebar1 sidebarnav {
	/* Navigation links in sidebar */
	width: 17%;
	float: right;
	padding-left: 2%;
}
#sidebar2 sidebarnav ul {
	margin-top: 0px;
	}
footer {
	/* Footer region */
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 89%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
}

/* Mobile view */
@media screen and (max-width : 1700px ){
#mainwrapper header #navlogo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 0;
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}
#content #sidebar sidebarnav {
	/* Navigation bar for links in sidebar */
	width: 96%;
	padding-top: 0px;
}
#sidebar sidebarnav ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
	font-family: "Quicksand", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    color: rgba(234,213,150,1.00);
}
#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
    width: 100%;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px; 
}
#content .notOnDesktop input {
	display:none;
	width: 0%;
	text-align:center; 
}
    #content #mainContent .notOnDesktop {
        width: 100%;
        padding: 2% 0% 2% 2%;
    }
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 22px;
}
#content footer article {
	/* Each footer article */
	width: 40%;
}
	#href {
	color: rgba(62,138,164,1.00);
	font-family: "OstrichSans-Black", arial, helvetica, sans-serif;
	font-style: normal;
}
footer {
	/* Footer region */
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 89%;
}
    