<style type="text/css">
/* WTA Style Sheet by na studios - http://www.nastudios.com/ */

html {
      margin: 0px;
      padding: 0px;
      border: 0px;
      background: #ffffff;
      overflow: auto;
    }

body {
      height: 100%;
      max-height: 100%;
      background: #cccccc;
      background:url(images/noise.png);
      margin: 0px;
      border: 0px;
      font-size: 12.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #333333;
      line-height: 1.5;
      padding: 0px;
      }

/* main container */
.mcontainer{
	width:100%;
	position:relative;
     z-index:100;
     }

/* main container sub for position */
.mcontainersub{
     width:100%;
     height:auto;
     position:relative;
     margin:0 auto 0 auto;
    }

/* container for carousel */
.ccontainer{
     width:100%;
     max-width: 1280px;
     height:auto;
     margin-top: -70px;
     z-index:200;
     position:relative;
    }

/* tables container reduced width */
.table-cont{
width:94%;
height:auto;
position: relative;
top:0px;
right: 0px;
margin:0 auto 0 auto;
}

/* bitcounter container reduced width */
.bit-cont{
width:90%;
height:auto;
position: relative;
top:0px;
right: 0px;
margin:0 auto 0 auto;
}


/* slider container for bottom of page */
.slide_cont{
width:100%;
height:auto;
background-color: #f0f0f0;
position:relative;
    }


/* main container sub for position */
.mcontainersub2{
     width:100%;
     height:auto;
     position:relative;
     margin-top: 0px;
     margin:0 auto 0 auto;
    }

/* main container sub for position */
.mcontainersub1{
     width:100%;
     max-width: 1280px;
     height:auto;
     position:relative;
     margin:0 auto 0 auto;
    }

/* main container secondary pages */
.mcontainer3{
width:100%;
margin-top: -480px;
z-index:100;
height:;
position:relative;
     }

/* main container sub for position */
.mcontainersub3{
width:100%;
max-width:1280px;
height:;
background-color: #ffffff;
border-style: solid;
border-width: 1px 1px 0px 1px;
border-color: #044b7a;
-moz-border-radius-topleft: 13px;
border-top-left-radius: 13px;
-moz-border-radius-topright: 13px;
border-top-right-radius: 13px;
position:relative;
z-index: 100;
margin:0 auto 0 auto;
}

/* main content width */
.mcontent{
width:98%;
max-width:1220px;
height:;
position:relative;
margin:0 auto 0 auto;
    }

/* main container sub for position */
.mcontainersub4{
     width:100%;
     max-width: 1280px;
     height:auto;
     position:relative;
     background: #ffffff;
     margin:0 auto 0 auto;
    }

/* main container sub for position */
.mcontainersub5{
     width:100%;
     max-width: 1280px;
     height:auto;
     position:relative;
     margin:0 auto 0 auto;
    }

/* main container sub for position */
.mcontainersub6{
     width:100%;
     max-width: 1920px;
     height:auto;
     position:relative;
     margin:0 auto 0 auto;
    }

/* container for single column reduced width */
.cont_full{
width:98%;
max-width: 1240px;
height:auto;
position: relative;
top:0px;
right: 0px;
margin:0 auto 0 auto;
}

/* container for single column reduced width */
.cont_full2{
width:98%;
max-width: 1224px;
height:auto;
position: relative;
top:0px;
right: 0px;
margin:0 auto 0 auto;
}

/* container for reduced table width */
.cont_full3{
width:98%;
height:auto;
position: relative;
margin-left: 25px;
top:0px;
right: 0px;
}


/* white spacer above */
.spacer1{
	width:100%;
     height:20px;
	position:relative;
    }

/* white spacer above */
.spacer2{
	width:100%;
     height:10px;
	position:relative;
    }

/* white spacer above */
.spacer3{
	width:100%;
     height:40px;
	position:relative;
    }


/* banner color wrap */
.bannerwrap{
     width:100%;
     height:auto;
     position:relative;
     background: #cccccc;
     margin:0 auto 0 auto;
    }

/* banner color wrap */
.bannerwrapsub{
     width:100%;
     max-width: 1920px;
     height:auto;
     position:relative;
     overflow: hidden;
     margin:0 auto 0 auto;
    }

/* give images rounded corners */
.roundrect { 
 border-radius: 15px;
 -moz-border-radius: 15px; 
}

/* give images rounded corners */
.roundrect2 { 
 border-radius: 15px;
 -moz-border-radius: 15px; 
}

/* bit counter 4 col */
.col1 {
        float: left;
        width: 25%;
         /* outline: 1px dotted blue; */   
    }

.col2 {
        float: left;
        width: 25%;
         /* outline: 1px dotted blue; */ 
    }

.col3 {
        float: right;
        width: 25%;
         /* outline: 1px dotted blue; */ 
    }

.col4 {
        float: right;
        width: 25%;
         /* outline: 1px dotted blue; */ 
    }
   
.groupcol:after {
        content:"";
        display: table;
        clear: both;
    }


/******************************************** 
:: events feed container 
********************************************/

.events-feed{
width:98%;
max-width: 670px;
height:720px;
background: #e6e6e6;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px; 
position: relative;
top:0px;
right: 0px;
margin:0 auto 0 auto;
z-index:110;
}

/******************************************** 
:: events feed scrollbar 
********************************************/

.events-feed::-webkit-scrollbar {
width: 5px;
}

.events-feed::-webkit-scrollbar-track {
/*background-color: grey;*/
box-shadow: inset 0 0 5px grey; 
border-radius: 15px;
}

.events-feed::-webkit-scrollbar-thumb {
background-color: #36598a; 
border-radius: 15px;
/*border: 1px solid #5994ab;*/
}

.events-feed::-webkit-scrollbar-button {
background-color: #5994ab;
border-radius: 15px;
}

.events-feed::-webkit-scrollbar-thumb:hover {
background: #5994ab; 
}

/* IE */
.events-feed {
scrollbar-face-color: #5d7b97; 
scrollbar-shadow-color: grey; 
scrollbar-highlight-color: #51222A;
}

/* FireFox */
.events-feed {
scrollbar-color: #5d7b97 grey;
scrollbar-width: thin;
}

/* View Scrollbar */
.events-feed {
overflow-y: scroll;
overflow-x: hidden;
}


/******************************************** 
:: events feed customization
********************************************/

#eventlist { 
list-style:none;
}
#eventlist li { list-style:none; 
padding:10px 6px 14px 0; 
border-bottom:2px solid #b3b3b3;
font-size: 10.5pt;
font-family: verdana, arial, helvetica, georgia;
font-weight: normal;
color: #333333;
width: 100%;
}
.eventtitle { 
font-family: verdana, arial, helvetica, georgia;
font-weight:500; 
font-size: 14.0pt;
color: #36598a;
}
.eventdate { 
font-family: verdana, arial, helvetica, georgia; 
font-weight:500; 
font-size: 14.0pt;
color: #ffffff;
}
.eventtime { 
font-family: verdana, arial, helvetica, georgia; 
font-weight:500; 
font-size: 11.0pt;
color: #237a52;
}
.location { 
font-family: verdana, arial, helvetica, georgia; 
font-weight:500; 
font-size: 10.5pt;
color: #333333;
}
.description { 
font-family: verdana, arial, helvetica, georgia; 
font-weight:500; 
font-size: 10.5pt;
color: #333333;
}
.circle {
width: 90px;
height: 90px;
border-radius: 50%;
background: #6489bc;
text-align: center;
line-height: 90px;
}


/******************************************** 
:: events feed 2 column position 
********************************************/

.leftf { 
display: block;
float: left;
width:17%;
min-height:100%;
/* outline: 1px dotted red; */  
}

.rightf {
display: block;
float: right;
width:83%;
min-height:100%;
/* outline: 1px dotted blue; */ 
}
    
.groupf:after {
content:"";
display: table;
clear: both;
}




/* top blue bar */
.bar1{
     width:100%;
     height:auto;
     position:relative;
     background: #1f5378;
     z-index: 100;    
    }


/* blue bar */
.bar2{
     width:100%;
     height:5px;
     position:relative;
     background: #163C57;
     z-index: 100;    
    }

/* grey bar */
.bar3{
     width:100%;
     height:auto;
     min-height:48px;
     position:relative;
     background: #464646;
     z-index: 100;    
    }

/* green bar */
.bar4{
     width:100%;
     height:2px;
     position:relative;
     background: #51baeb;
     z-index: 100;    
    }

/* header */
.header{
     width:100%;
     height:auto;
     position:relative;
     background: #ffffff;
     margin:0 auto 0 auto;
    }

/* 2 column / position */
.left { 
      display: block;
      float: left;
      width:50%;
      min-height:100%;
      margin:0 auto 0 auto;
   /* outline: 1px dotted blue; */       
    }


.right {
      display: block;
      float: right;
      width:50%;
      min-height:100%;
      margin:0 auto 0 auto;
      /* outline: 1px dotted blue; */       

    }
    
.group:after {
        content:"";
        display: table;
        clear: both;
    }

/* container for logo */
.logo{
width:100%;
max-width:500px;
height:auto;
position:relative;
padding:4px 0 4px 20px;
transition : .4s;
z-index: 200;
}

/* container for logo */
.seal{
width:130px;
height:130px;
position:relative;
padding:12px 20px 20px 0px;
transition : .4s;
float: right;
z-index: 200;
}

/* fb feed container */
.fb_feed_cont{
width:100%;
max-width: 500px;
height:720px;
position: relative;
top:0px;
right: 0px;
margin:0 auto 0 auto;
z-index:110;
}


/* menu */
.menu{
     width:100%;
     height:auto;
     left:0px;
     top:40px;
     position:relative;
     background: ;
     float: right;
     z-index:110;     
    }

/* menu position*/
.menusub{
     width:100%;
     max-width: 850px;
     height:46px;
     position:relative;
     margin:0 auto 0 auto;
    }

.footer {
	position:relative;
	width:100%;
     height:auto;
     z-index:110;			
     background: #235e87;
margin:0 auto 0 auto;
	}


/* 3 column */
.left2 {
        float: left;
        width: 56%;
        height: 800px;
       /* outline: 1px dotted blue; */     
    }

.middle2 {
        float: left;
        width: 2%;
        height: 800px;
       /* outline: 1px dotted blue; */      
    }

.right2 {
        float: right;
        width: 42%;
        height: 800px;
       /* outline: 1px dotted blue; */   
    }
    
.group2:after {
        content:"";
        display: table;
        clear: both;
    }

/* 2 column / position */
.left3 { 
      display: block;
      float: left;
      width:50%;
      min-height:100%;
      margin:0 auto 0 auto;
     /* outline: 1px dotted blue; */  
    }


.right3 {
      display: block;
      float: right;
      width:50%;
      min-height:100%;
      margin:0 auto 0 auto;
     /* outline: 1px dotted blue; */  

    }
    
.group3:after {
        content:"";
        display: table;
        clear: both;
    }


/* 2 column / position */
.left4 {
      float: left;
      width: 72%;
      z-index:110;
    /* outline: 1px dotted white; */

    }

.right4 {
        float: right;
        width: 28%;
       /* outline: 1px dotted white; */

    }

.group4:after {
        content:"";
        display: table;
        clear: both;
    }


/* 2 column for left menu */
.left5 {
        float: left;
        width: 17%;
        z-index:110;
        /* outline: 1px dotted blue; */

    }

.right5 {
        float: right;
        width: 83%;
        /* outline: 1px dotted blue; */

    }
.group5:after {
        content:"";
        display: table;
        clear: both;
    }

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    font-size: 40px;
    display: block;
position: absolute;
margin-top:-116px;
  }
  span.img-text:hover {
    color: #2caae1;
transform: translateY(-5px);
  }


.button {
  display: inline-block;
  border-radius: 12px;
  background-color: #0473c5;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 10px 24px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin-left: 0px;
}

.button:hover {
  background-color: #808080; /* Gray */
  color: white;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/* video position*/
.video{
     width:100%;
     max-width: 850px;
     position:relative;
     margin:0 auto 0 auto;
    }

#searchform #s{
color: #254a7d;
font-size: 14px;
width: 274px;
height: 42px;
margin: 0px 0px 2px 0px;
padding: 2px 35px 2px 8px;
border: 0;
background: #f5f5f5;
}

#searchform #searchsubmit{
position: absolute;
top: 4px;
right: 0px;
width: 32px;
height: 32px;
border: 0px;
background: url(images/search-submit.png) no-repeat transparent -1px 3px;
}

/******************************************** 
:: side menu header and body
********************************************/

.smhead{
width:100%;
height:auto;
position:relative;
background: #1a425e;
border-radius: 10px 10px 0 0;
z-index: 100;    
    }

.smfoot{
width:100%;
height:20px;
position:relative;
background: #f0f0f0;
border-radius: 0px 0px 10px 10px;
z-index: 100;    
    }


/******************************************** 
:: Fonts 
********************************************/

.cinzel-<uniquifier> {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* font for address / body */
.montserrat {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 200;
font-style: normal;
}

p {
      font-size: 12.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #333333;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 30px;
      margin-right: 30px;
      line-height: 1.5;
      letter-spacing: .5px; 
      padding: 0px;
      text-align: left;
    }

ul {
      font-size: 13.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #333333;
      padding: 0px 0px 0px 0px;
      margin-top: 14px;
      margin-bottom: 14px;
      margin-left: 45px;
      margin-right: 20px;
      text-align: left;
    }

ol {
      font-size: 13.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #333333;
      margin-top: 10px;
      margin-bottom: 14px;
      margin-left: 65px;
      margin-right: 20px;
      padding: 0px;
      text-align: left;
    }

h1 {
font-size: 26.0pt;
font-family: "Cinzel", serif;
font-weight: 500;
color: #1f5378;
margin-top: 14px;
margin-bottom: 14px;
margin-left: 30px;
margin-right: 10px;
letter-spacing: 1px;
line-height: 1.5;
padding-top: 0px;
text-align: left;
    }


h2 {
font-size: 20.0pt;
font-family: "Cinzel", serif;
font-weight: 500;
color: #1f5378;
margin-top: 0px;
margin-bottom: 14px;
margin-left: 30px;
margin-right: 10px;
letter-spacing: 1px;
line-height: 1.5;
padding-top: 0px;
text-align: left;
    }

h3 {
      font-size: 14.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: 400;
      color: #333333;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 10px;
      margin-right: 0px;
      line-height: 1.5;
      padding: 0px;
      text-align: left;
    }


hr.style1{
	border-top: 2px solid #0473c5;
     margin-left: 20px;
     margin-top: 40px;
margin-bottom: 20px;
     width: 95%;
}


.t1 {
      font-size: 12pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: 400;
      color: white;
      padding: 10px 10px 10px 0px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      letter-spacing: .8px;
      text-align: right;
    }


.t3 {
      font-size: 12.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #ffffff;
      padding: 0px 0px 0px 0px;
      margin-top: 0px;
      margin-bottom: 10px;
      margin-left: 20px;
      margin-right: 0px;
      line-height: 1.5;
      text-align: left;
    }


.t4 {
      font-size: 12.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #c0c0c0;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      line-height: 1.5;
      letter-spacing: .5px; 
      padding: 10px 0 0 20px;
      text-align: left;
    }

.t5 {
      font-size: 12.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #c0c0c0;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      line-height: 1.5;
      letter-spacing: .5px; 
      padding: 10px 10px 0 0px;
      text-align: right;
    }

.t6 {
font-size: 13.0pt;
font-family: "Montserrat", sans-serif;
font-weight: 600;
color: #ffffff;
padding: 10px 0px 10px 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0px;
text-align: left;
}

.t7 {
      font-size: 12.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #333333;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 20px;
      margin-right: 20px;
      line-height: 1.5;
      letter-spacing: .5px; 
      padding: 0px;
      text-align: center;
    }

.t8 {
      font-size: 13.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #ffffff;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      line-height: 1.5;
      letter-spacing: .5px; 
      padding: 5px 0px 5px 0px;
      text-align: center;
    }

.t9 {
      font-size: 13.0pt;
      font-family: verdana, arial, helvetica, georgia;
      font-weight: normal;
      color: #ffffff;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      line-height: 1.5;
      letter-spacing: .5px; 
      padding: 5px 0px 5px 0px;
      text-align: left;
    }



a:link {
    text-decoration: none;
    color: #51baeb;
    }
a:visited {
    text-decoration: none;
    color: #51baeb;
    }
a:hover, a:active {
    text-decoration: underline;
    color: #59ac6b;
    }


a:link.color1 {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease-in;
    }
a:visited.color1 {
    text-decoration: none;
    color: #333333;
    }
a:hover.color1 {
    text-decoration: none;
    color: #297488;
    }
a:active.color1 {
    text-decoration: none;
    color: #297488;
    }

a:link.color2 {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease-in;
    }
a:visited.color2 {
    text-decoration: none;
    color: #333333;
    }
a:hover.color2 {
    text-decoration: none;
    color: #51baeb;
    }
a:active.color2 {
    text-decoration: none;
    color: #51baeb;
    }

a:link.color3 {
    text-decoration: none;
    color: #c0c0c0;
    }
a:visited.color3 {
    text-decoration: none;
    color: #c0c0c0;
    }
a:hover.color3 {
    text-decoration: none;
    color: #51baeb;
    }
a:active.color3 {
    text-decoration: none;
    color: #51baeb;
    }

a:link.color4 {
    text-decoration: none;
    color: #ffffff;
    }
a:visited.color4 {
    text-decoration: none;
    color: #ffffff;
    }
a:hover.color4 {
    text-decoration: none;
    color: #51baeb;
    }
a:active.color4 {
    text-decoration: none;
    color: #51baeb;
    }



/* Media Queries */
/* used for news feed and side image */   
@media screen and (max-width: 1060px) {
    
    .left {
    float: none;
    display: block;
    width:100%;
    position: relative;
        }

    .right {
    float: none;
    display: block;
    width:100%;
    position: relative;
       }

.fb_feed_cont{
width:100%;
max-width: 480px;
}

.mcontainersub3{
     width:96%;
    }


.logo{
width:100%;
max-width:544px;
}


.mcontainersub2{
     width:96%;
    }

.menu{
     top:0;
    }

.leftf { 
width:22%;
}

.rightf {
width:78%;
}

}

/* Media Queries */
/* used for news feed and side image */   
@media screen and (max-width: 768px) {

.circle {
width: 80px;
height: 40px;
border-radius: 15px;
-moz-border-radius: 15px; 
background: #6489bc;
text-align: center;
line-height: 40px;
margin-bottom:6px;
}

    .left4 {
    float: none;
    display: block;
    width:100%;
    position: relative;
        }

    .right4 {
    float: none;
    display: none;
    width:100%;
    position: relative;
       }

    .leftf {
    float: none;
    display: block;
    width:100%;
    position: relative;
        }

    .rightf {
    float: none;
    display: block;
    width:100%;
    position: relative;
       }

    .left {
    float: none;
    display: block;
    width:100%;
    position: relative;
        }

    .right {
    float: none;
    display: block;
    width:100%;
    position: relative;
       }

   .left2 {
    float: none;
    display: block;
    position: relative;
    width: auto;
     }
 
  .middle2 {
    float: none;
    display: none;
    position: relative;
    width: auto;
     }

    .right2 {
    float: none;
    display: block;
    position: relative;
    width: auto;
    }

    .left3 {
     float: none;
     display: block;
     width:100%;
     position: relative;
        }

    .right3 {
    float: none;
    display: block;
    width:100%;
    position: relative;
       }

    .left5 {
     float: none;
     display: block;
     width:100%;
     position: relative;
        }

    .right5 {
    float: none;
    display: block;
    width:100%;
    position: relative;
       }

.events-feed{
width:98%;
        }

.logo{
width:100%;
max-width:544px;
}

.t5 {
      margin-top: 5px;
      margin-bottom: 10px;
      margin-left: 20px;
      margin-right: 0px;
      text-align: left;
    }


.roundrect { 
 display: none;
}


.mcontainersub3{
     width:96%;
    }
.mcontainersub4{
     width:96%;
    }

.cont_full3{
margin-left: 0px;
}



.menu{
     top:0;
    }


.ccontainer{
     margin-top: -30px;
    }
.col1 {
float: left;
display: block;
position: relative;
width: 50%;
}

.col2 {
float: right;
display: block;
position: relative;
width: 50%;
}

.col3 {
float: left;
display: block;
position: relative;
width: 50%;
}

.col4 {
float: right;
display: block;
position: relative;
width: 50%;
}

}


/* Media Queries */
/* used for news feed and side image */   
@media screen and (max-width: 500px) {

.circle {
width: 80px;
height: 40px;
border-radius: 15px;
-moz-border-radius: 15px; 
background: #6489bc;
text-align: center;
line-height: 40px;
margin-bottom:6px;
}

.ccontainer{
     margin-top: 0px;
    }

    .leftf {
    float: none;
    display: block;
    width:100%;
    position: relative;
        }

    .rightf {
    float: none;
    display: block;
    width:100%;
    position: relative;
       }

    .left {
    float: none;
    display: block;
    width:100%;
    position: relative;
        }

    .right {
    float: none;
    display: block;
    width:100%;
    position: relative;
       }

    .left4 {
    float: none;
    display: block;
    width:100%;
    position: relative;
        }

    .right4 {
    float: none;
    display: none;
    width:100%;
    position: relative;
       }

    .left5 {
     float: none;
     display: block;
     width:100%;
     position: relative;
        }

    .right5 {
    float: none;
    display: block;
    width:100%;
    position: relative;
       }

.mcontainersub3{
     width:96%;
    }
.mcontainersub4{
     width:96%;
    }
.mcontainersub5{
     width:98%;
    }


.t1 {
      font-size: 10pt;
    }

   .left2 {
    float: none;
    display: block;
    position: relative;
    width: auto;
     }
 
  .middle2 {
    float: none;
    display: none;
    position: relative;
    width: auto;
     }

    .right2 {
    float: none;
    display: block;
    position: relative;
    width: auto;
    }

.events-feed{
width:98%;
        }

.logo{
width:96%;
padding:4px 0 0 10px;
}

.roundrect { 
 display: none;
}

.menu{
     top:0px;
    }
  
.cont_full3{
margin-left: 0px;
}
.col1 {
float: none;
display: block;
position: relative;
width: auto;
}

.col2 {
float: none;
display: block;
position: relative;
width: auto;
}

.col3 {
float: none;
display: block;
position: relative;
width: auto;
}

.col4 {
float: none;
display: block;
position: relative;
width: auto;
}
  
}


</style>

