body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 16px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.t1	{
	font-size: 13.9px;
}

.t3	{
	font-size: 11.9px;
}

#slideme{
  position:relative;
  width:100%;
  height:390px;
  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}
#slideme div{
  position:absolute;
  width:100%;
  height:390px;
  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 100%;
	height: 1868px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
.header {
	background-color: #24303e;
	height: 219px;
	width: 100%;
	color: #FFF;
	border-bottom: 3px solid #fdb000;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 16.9px;
}

.mid	{
	height: 390px;
	width: 100%;
	background: url(images/westwood1.gif) no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.navi	{
	height: 39px;
	width: 100%;
	background-color: #24303e;
	font-family: Calibri;
	font-size: 15px;
	color: #FFF;
	border-top: 3px solid #fcb201;
}


/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding-bottom: 10px;
}
.content {
	height: auto;
	width: 100%;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 13.9px;
	color: #333333;
	font-weight: normal;
}
aside {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding: 10px 0;
}

.footer	{
	height: 169px;
	width: 100%;
	background-color: #24303e;
	font-family: Arial;
	color: #FFF;
	font-size: 15px;
}


@font-face {
    font-family: 'si';
    src: url('socicon-1.3/socicon.eot');
    src: url('socicon-1.3/socicon.eot?#iefix') format('embedded-opentype'),
         url('socicon-1.3/socicon.woff') format('woff'),
         url('socicon-1.3/socicon.ttf') format('truetype'),
         url('socicon-1.3/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(socicon-1.3/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 28px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 21px;
    color: #ffffff;
    background-color: none;
}

.soc a:hover {
    z-index: 2;
    
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-google {
    background-color: #d93e2d;
}
.soc-google:before {
    content:'c';
}
.soc-rss {
    background-color: #f26109;
}
.soc-rss:before {
    content:',';
}

.soc-facebook:hover {
    background-color: #526fac;
}
.soc-google:hover {
    background-color: #ed5241;
}
.soc-rss:hover {
    background-color: #ff751d;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */

/* ~~ The footer ~~ */

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 

body {
	background-color: #FFFFFF;
}

.t1	{
	font-size: 13.9px;
}

.t3	{
	font-size: 11.9px;
}

#slideme{
  position:relative;
  width:102.97%;
  height:390px;
  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}
#slideme div{
  position:absolute;
  width:102.97%;
  height:390px;
  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.container {
	width: 105%;
	height: 1868px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
.header {
	background-color: #24303e;
	height: 219px;
	width: 106%;
	color: #FFF;
	border-bottom: 6px solid #fcb201;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 16.9px;
}

.mid	{
	height: 390px;
	width: 106%;
	background: url(images/westwood1.gif) no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.navi	{
	height: 39px;
	width: 106%;
	background-color: #24303e;
	font-family: Calibri;
	font-size: 15px;
	color: #FFF;
	border-top: 3px solid #fcb201;

}

.content {
	height: auto;
	width: 106%;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 13.9px;
	color: #333333;
}

.footer	{
	height: 169px;
	width: 106%;
	background-color: #24303e;
	font-family: Arial;
	color: #FFF;
	font-size: 15px;
}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 

body {
	background-color: #FFFFFF;
}

.t1	{
	font-size: 13.9px;
}

.t3	{
	font-size: 11.9px;
}

#slideme{
  position:relative;
  width:102.97%;
  height:390px;
  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}
#slideme div{
  position:absolute;
  width:102.97%;
  height:390px;
  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.container {
	width: 105%;
	height: 1868px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
.header {
	background-color: #24303e;
	height: 219px;
	width: 106%;
	color: #FFF;
	border-bottom: 6px solid #fcb201;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 16.9px;
}

.mid	{
	height: 390px;
	width: 106%;
	background: url(images/westwood1.gif) no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.navi	{
	height: 39px;
	width: 106%;
	background-color: #24303e;
	font-family: Calibri;
	font-size: 15px;
	color: #FFF;
	border-top: 3px solid #fcb201;
}

.content {
	height: auto;
	width: 106%;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 13.9px;
	color: #333333;
}

.footer	{
	height: 169px;
	width: 106%;
	background-color: #24303e;
	font-family: Arial;
	color: #FFF;
	font-size: 15px;
}

}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	
	body {
	background-color: #FFFFFF;
}

.t1	{
	font-size: 13.9px;
}

.t3	{
	font-size: 11.9px;
}

#slideme{
  position:relative;
  width:102.97%;
  height:390px;
  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}
#slideme div{
  position:absolute;
  width:102.97%;
  height:390px;
  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.container {
	width: 105%;
	height: 1868px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
.header {
	background-color: #24303e;
	height: 219px;
	width: 106%;
	color: #FFF;
	border-bottom: 6px solid #fcb201;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 16.9px;
}

.mid	{
	height: 390px;
	width: 106%;
	background: url(images/westwood1.gif) no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.navi	{
	height: 39px;
	width: 106%;
	background-color: #24303e;
	font-family: Calibri;
	font-size: 15px;
	color: #FFF;
	border-top: 3px solid #fcb201;
}

.content {
	height: auto;
	width: 106%;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 13.9px;
	color: #333333;
}

.footer	{
	height: 169px;
	width: 106%;
	background-color: #24303e;
	font-family: Arial;
	color: #FFF;
	font-size: 15px;
}
	
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
	
	body {
	background-color: #FFFFFF;
}

.t1	{
	font-size: 13.9px;
}

.t3	{
	font-size: 11.9px;
}

#slideme{
  position:relative;
  width:102.97%;
  height:390px;
  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}
#slideme div{
  position:absolute;
  width:102.97%;
  height:390px;
  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.container {
	width: 105%;
	height: 1868px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
.header {
	background-color: #24303e;
	height: 219px;
	width: 106%;
	border-bottom: 6px solid #fcb201;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 16.9px;
	color: #FFF;
}

.mid	{
	height: 390px;
	width: 106%;
	background: url(images/westwood1.gif) no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.navi	{
	height: 39px;
	width: 106%;
	background-color: #24303e;
	font-family: Calibri;
	font-size: 15px;
	color: #FFF;
	border-top: 3px solid #fcb201;
}

.content {
	height: auto;
	width: 106%;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 13.9px;
	color: #333333;
}

.footer	{
	height: 169px;
	width: 106%;
	background-color: #24303e;
	font-family: Arial;
	color: #FFF;
	font-size: 15px;
}
	
}