

/*   HandOfSeanRegular*/


@font-face { 
    font-family: 'HandOfSeanRegular'; 
    src: url('fonts/handsean-webfont.eot'); 
    src: url('fonts/handsean-webfont.eot?#iefix') format('embedded-opentype'),  
         url('fonts/handsean-webfont.woff') format('woff'),  
         url('fonts/handsean-webfont.ttf') format('truetype'),  
         url('fonts/handsean-webfont.svg#hand_of_seanregular') format('svg'); 
    font-weight: normal; 
    font-style: normal; }

/* TOP MENU */
.cmsTopBarWrapper  { width:100%; height:50px; 
                     /*position:absolute; top:0; left:0; */ 
                     display:block; 
                     position:fixed; z-index:999; }
.cmsTopBarWrapper.showHepMenu{
    overflow:hidden; 
    pointer-events:none; 
    height:110px; 
}

.cmsTopBar  {  width:100%; height:39px;   position:absolute; top:0; left:0;  transition:all 0.2s linear; -webkit-transition:all 0.2s linear; box-shadow: 0px 0px 2px 2px rgba(3, 3, 3, 0.6);  }
 
.blueVersion      { background:url("/library/img/topbar/blueBar.png");  } 
.orangeVersion      { background:url("/library/img/topbar/orangeBar.png"); } 
 
 
.orangeVersion .customBorder .embossLeft  {  background:#f2a741 !important;   } 
.orangeVersion .customBorder .embossRight  {  background:#d77000 !important;   } 
 
.cmsTopBar:after  {  position:absolute; width:1022px; height:30px; left:50%; margin-left:-511px; content:"";  bottom:-9px; background:url("/library/img/topbar/shadow.png") center center no-repeat; z-index:-1; opacity:0.5; }

.brandlogo  { cursor: default; width:126px; height:31px; position:absolute; top:3px; left:50%; margin-left:-63px;  }
.openCMSMenu  {  float:left; width:39px; height:39px;   border-right:1px solid #1bbcef; cursor:pointer; position:relative; background:none; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; } 
 
.topLine     {  width:21px; height:5px;   background:url("/library/img/topbar/line.png") center center no-repeat;  position:absolute; left:9px; top:11px;  transition:all 0.3s ease; -webkit-transition:all 0.3s ease;   }
.middleLine  {  width:21px; height:5px;   background:url("/library/img/topbar/line.png") center center no-repeat;  position:absolute; left:9px; top:17px;  transition:all 0.2s ease; -webkit-transition:all 0.2s ease;   }
.bottomLine  {  width:21px; height:5px;   background:url("/library/img/topbar/line.png") center center no-repeat;  position:absolute; left:9px; top:23px;  transition:all 0.3s ease; -webkit-transition:all 0.3s ease;   }

.openCMSMenuBorder  {  float:left; height:39px; width:1px; background:#0690c8;  }

.openCMSMenu:hover { background:#0092be;   }
.openCMSMenu:hover .topLine  { left:6px;  }
.openCMSMenu:hover .bottomLine  { left:12px;  }


.cmsHello   { float:left; height:39px; cursor:pointer; position:relative;  }
.cmsHello .padlock{
    display:none;
    width:32px;
    height:32px;
    background-image:url(/library/images/cms/icons/padlock_closed_32.png);
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:0;
}

.cmsHello.padlock .padlock{display:none;}
.cmsHello.padlock .cmsGreeting {margin-left:12px;}

.cmsGreeting  { font-family: 'Lato'; line-height:39px;  font-size:15px;  color:#fff;   float:left; margin-left:12px; 
                position:relative;
                z-index:1;
                text-shadow: 0 0 2px #333;

}
.cmsGreeting span  {font-size:14px; font-family: 'Lato', sans-serif;  font-weight:bold;  }

.dividerLine  { line-height:39px; float:left; margin:0 5px; color:#fff;  }

.cmsLogin  {  float:left;   line-height:39px;  font-size:14px;  margin-right:12px; font-family: 'Lato', sans-serif; }

.cmsLogin a  { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; text-shadow: 0px 0px 2px #333; padding:2px 3px; }
.cmsLogin a:link  { text-decoration:none; color:#fff; }
.cmsLogin a:visited  { text-decoration:none; color:#fff; }
.cmsLogin a:hover  {  text-decoration:none;  background:#fff; color:#21abe9; text-shadow:none; }
.cmsLogin a:active  { text-decoration:none; color:#fff; }


.customBorder   { float:left; height:39px; width:2px;  }
.customBorder .embossLeft  { width:1px; height:39px; background:#1bbcf0;  float:left;  }
.customBorder .embossRight  { width:1px; height:39px; background:#0891c8;  float:left;  }

  
.cmsEditBtn  { float:right; width:45px; height:39px; cursor:pointer; }
.cmsEditBtn .cmsEditAction  { width:43px; height:39px; background:none; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; position:relative; float:left; }
.cmsEditBtn .cmsEditAction div  {  background:url("/library/img/topbar/pencil.png") center center no-repeat;  width:23px; height:23px; position:absolute; top:9px; left:10px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
.cmsEditBtn .cmsEditAction:hover { background:#0092be;   }
.cmsEditBtn .cmsEditAction:hover div  { top:11px;  } 


.cmsPreviewEditBtn  { float:right; width:45px; height:39px; cursor:pointer; }
.cmsPreviewEditBtn .cmsEditAction  { width:43px; height:39px; background:none; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; position:relative; float:left; }
.cmsPreviewEditBtn .cmsEditAction div  {  background:url("/library/img/topbar/whitePencil.png") center center no-repeat;  width:23px; height:23px; position:absolute; top:9px; left:11px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
.cmsPreviewEditBtn .cmsEditAction:hover { background:#be7800;   }
.cmsPreviewEditBtn .cmsEditAction:hover div  { top:11px;  } 

.cmsHelpBtn  { float:right; width:45px; height:39px; cursor:pointer; }
.cmsHelpBtn .cmsHelpAction  { width:43px; height:39px; background:none; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; position:relative; float:left; }
.cmsHelpBtn .cmsHelpAction div  {  background:url("/library/img/topbar/help.png") center center no-repeat;  width:23px; height:23px; position:absolute; top:9px; left:10px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
.cmsHelpBtn .cmsHelpAction:hover { background:#0092be;   }
.cmsHelpBtn .cmsHelpAction:hover div  { top:11px;  } 

/*.cmsAddBtn  { float:right; width:47px; height:39px;  cursor:pointer; }
.cmsAddBtn .cmsEditAction  { width:43px; height:39px; background:none; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; position:relative; float:left; }
.cmsAddBtn .cmsEditAction div  {  background:url("/library/img/topbar/add.png") center center no-repeat;  width:24px; height:24px; position:absolute; top:8px; left:10px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
.cmsAddBtn .cmsEditAction:hover { background:#0092be;   }*/

.cmsSaveBtn  { float:right; width:45px; height:39px;  cursor:pointer; }
.cmsSaveBtn .cmsEditAction  { width:43px; height:39px; background:none; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; position:relative; float:left; }
.cmsSaveBtn .cmsEditAction div  {  background:url("/library/img/topbar/save.png") center center no-repeat;  width:21px; height:21px; position:absolute; top:11px; left:12px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
.cmsSaveBtn .cmsEditAction:hover { background:#be7800;   }
.cmsSaveBtn .cmsEditAction:hover div  { top:13px;  } 

.cmsPreviewCloseBtn  { float:right; width:45px; height:39px;  cursor:pointer; }
.cmsPreviewCloseBtn .cmsEditAction  { width:43px; height:39px; background:none; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; position:relative; float:left; }
.cmsPreviewCloseBtn .cmsEditAction div  {  background:url("/library/img/topbar/whiteClose.png") center center no-repeat;  width:23px; height:23px; position:absolute; top:8px; left:11px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
.cmsPreviewCloseBtn .cmsEditAction:hover { background:#be7800;   }

.cmsPreviewMessage  {  font-family: 'Lato', sans-serif;  font-weight:bold; font-size:14px; line-height:14px; color:#fff;  float:left; margin-left:10px; margin-top:10px;  }
.cmsPreviewMessage span  {  font-family: 'Lato'; font-size:16px; font-weight:normal; line-height:16px; }


.withPageTitle  {  width:auto !important; padding-right:10px; background:none; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;  }
.withPageTitle:hover  { background:#0092be;  }
.withPageTitle:hover .cmsEditAction div  { top:11px;  } 
.withPageTitle:hover .cmsHelpAction div  { top:11px;  } 

.cmsEditBtnTxt   {  font-family: 'Lato'; line-height:39px;  font-size:15px;  color:#fff;   float:left;  text-shadow: 0px 0px 2px #333;      
                    max-width: 350px;
    max-height: 39px;
    overflow: hidden;}
.cmsHelpBtnTxt   {  font-family: 'Lato', sans-serif; line-height:39px;  font-size:14px; font-weight:bold; color:#fff;   float:left;  text-shadow: 0px 0px 2px #333;  }
.withPageTitle .cmsEditAction,
.withPageTitle .cmsHelpAction  {  float:left; }


.cmsASettingsBtn  { float:right; width:42px; height:39px;  cursor:pointer; box-shadow: -3px 0px 2px 0px rgba(3, 3, 3, 0.3); }

.cmsASettingsBtn .cmsEditAction,
.cmsASettingsBtn .cmsHelpAction  { width:41px; height:39px;  transition:all 0.3s ease; -webkit-transition:all 0.3s ease; position:relative; float:left; border-left:1px solid #838383; border-bottom:1px solid #838383; 
                                   
background: #727272; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNzI3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTRlNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #727272 0%, #4e4e4e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#727272), color-stop(100%,#4e4e4e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #727272 0%,#4e4e4e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #727272 0%,#4e4e4e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #727272 0%,#4e4e4e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #727272 0%,#4e4e4e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#4e4e4e',GradientType=0 ); /* IE6-8 */
                                 
  }

.cmsASettingsBtn .cmsEditAction .bigWheel  {  background:url("/library/img/topbar/wheel.png") center center no-repeat;  width:24px; height:24px; position:absolute; top:5px; left:7px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
.cmsASettingsBtn .cmsEditAction .smallWheel  {  background:url("/library/img/topbar/smallwheel.png") center center no-repeat;  width:17px; height:17px; position:absolute; top:19px; left:18px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
 
.cmsASettingsBtn .cmsEditAction:hover,
.cmsASettingsBtn .cmsHelpAction:hover  {
     
background: #636363; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNzI3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTRlNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #636363 0%, #4e4e4e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636363), color-stop(100%,#4e4e4e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #636363 0%,#4e4e4e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #636363 0%,#4e4e4e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #636363 0%,#4e4e4e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #636363 0%,#4e4e4e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#4e4e4e',GradientType=0 ); /* IE6-8 */
     
       }
       
 
 .rotate   {
     
 transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-webkit-transform:rotate(180deg); /* Safari and Chrome */
     
     } 
  
  
 /* MENU */
 
 
 .cmsMenuWrapper  { position:fixed; top:0; left:0;  width:176px; min-height:764px; z-index:999;  overflow:hidden; display:none; }
#helpMenu.cmsMenuWrapper { position:absolute; top:0; left:0;  width:170px; min-height:200px; z-index:999;  overflow:hidden; display:block; }

 .cmsMenuInner  { position:absolute; top:0; left:-170px;  width:170px; height:380px; transition:all 0.2s linear; -webkit-transition:all 0.2s linear;  }
 
 .cmsCloseMenuBox  {  background:#767676; width:39px; height:40px; border-right:1px solid #a2a2a2;  position:absolute; top:0; left:0; z-index:2; cursor:pointer;  }
 .cmsCloseMenuBox .cmsCloseMenuIcon  { width:23px; height:23px;  background:url("/library/img/menu/close.png") center center no-repeat; position:absolute; top:8px; left:8px; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
 
 .cmsMenuBox {  position:absolute; top:39px; left:0; z-index:1; width:170px;   border-right:1px solid #a2a2a2; border-top:1px solid #a2a2a2; border-bottom:1px solid #a2a2a2;  background: #767676;  
                box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.5); }
 .cmsMenu  { position:relative;  width:170px;  }  
 
 .cmsMenuBox ul {  list-style-type:none; margin:0; padding:0;  }
 .cmsMenuBox ul li { height:30px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; position:relative; margin:0; padding:0; } 
 
 .cmsMenuBox ul li span { display:none; position:absolute; width:13px; height:37px; right:-9px; content:"";  bottom:-4px; background:url("/library/img/menu/glow.png") center center no-repeat; z-index:1;  } 
 
 .cmsMenuBox ul li:nth-child(odd) { height:30px; background-color:#767676;  }  
 .cmsMenuBox ul li:nth-child(even) { height:30px; background-color:#656565;  } 
 
 .cmsMenuBox ul li a {  background:none; display:block; padding-left:40px; width:125px;  font-family: 'Lato', sans-serif;  font-weight:bold; color:#fff; font-size:12px; line-height:30px;  text-transform:uppercase; text-shadow: 0px 0px 2px #333;  }  
 .cmsMenuBox ul li a:link { text-decoration:none;   }  
 .cmsMenuBox ul li a:visited { text-decoration:none;  }  
 .cmsMenuBox ul li a:hover { text-decoration:none;   }  
 .cmsMenuBox ul li a:active {  text-decoration:none;  }   
          
  
 .helpMenuWrapper{position:relative; float:right;}
 #helpMenu.cmsHelpMenuWrapper { position:absolute; top:0; left:0;  width:170px; min-height:200px; z-index:999;  overflow:hidden; display:none; }

 .cmsHelpMenuInner  { position:absolute; top:0; left:0px;  width:170px; height:110px; transition:all 0.2s linear; -webkit-transition:all 0.2s linear;  }
 
 .cmsCloseHelpMenuBox  {  background:#767676; width:39px; height:40px; border-right:1px solid #a2a2a2; border-left:1px solid #a2a2a2;  position:absolute; top:0; left:0; z-index:2; cursor:pointer;  }
 .cmsCloseHelpMenuBox .cmsCloseHelpMenuIcon  { width:23px; height:23px;  background:url("/library/img/menu/close.png") center center no-repeat; position:absolute; top:8px; left:8px; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
 
 .cmsHelpMenuBox {  position:absolute; top:39px; left:0; z-index:1; width:159px;   
                    border-right:1px solid #a2a2a2; 
                    border-left:1px solid #a2a2a2; 
                    border-top:1px solid #a2a2a2; 
                    border-bottom:1px solid #a2a2a2;  background: #767676;  
                box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.5); }
 .cmsHelpMenu  { position:relative;  width:159px;  }  
 
 .cmsHelpMenuBox ul {  list-style-type:none; margin:0; padding:0;  }
 .cmsHelpMenuBox ul li { height:30px; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; position:relative; margin:0; padding:0; } 
 
 .cmsHelpMenuBox ul li span { display:none; position:absolute; width:13px; height:37px; right:-9px; content:"";  bottom:-4px; background:url("/library/img/menu/glow.png") center center no-repeat; z-index:1;  } 
 
 .cmsHelpMenuBox ul li:nth-child(odd) { height:30px; background-color:#767676;  }  
 .cmsHelpMenuBox ul li:nth-child(even) { height:30px; background-color:#656565;  } 
 
 .cmsHelpMenuBox ul li a {  background:none; display:block; padding-left:40px; width:119px;  font-family: 'Lato', sans-serif;  font-weight:bold; color:#fff; font-size:12px; line-height:30px;  text-transform:uppercase; text-shadow: 0px 0px 2px #333;  }  
 .cmsHelpMenuBox ul li a:link { text-decoration:none;   }  
 .cmsHelpMenuBox ul li a:visited { text-decoration:none;  }  
 .cmsHelpMenuBox ul li a:hover { text-decoration:none;   }  
 .cmsHelpMenuBox ul li a:active {  text-decoration:none;  }   

 .cmsHelpMenu .cmsguide  {  background-image:url("/library/img/helpMenu/cmsguide.png"); background-position: 7% 65%; background-repeat: no-repeat !important; }
 .cmsHelpMenu .cmsguide:hover  {  background:#424242 url("/library/img/helpMenu/cmsguideOn.png") 7% 65% no-repeat ; }
 .cmsHelpMenu .helpdesk {  background-image:url("/library/img/helpMenu/helpdesk.png"); background-position: 7% 65%; background-repeat: no-repeat !important; }
 .cmsHelpMenu .helpdesk:hover  {  background:#424242 url("/library/img/helpMenu/helpdeskOn.png") 7% 65% no-repeat ; }


.cmsMenu .imgEditor  {  background-image:url("/library/img/menu/imgEditor.png"); background-position: 7% 65%; background-repeat: no-repeat !important; }
.cmsMenu .fileLib  {   background-image:url("/library/img/menu/fileLib.png"); background-position: 7% 65%; background-repeat: no-repeat !important; }
.cmsMenu .news  {  background-image:url("/library/img/menu/rss.png"); background-position: 8% 45%; background-repeat: no-repeat !important;  }
.cmsMenu .calendar  {  background-image:url("/library/img/menu/calendar.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .fixtures  {   background-image:url("/library/img/menu/fixtures.png"); background-position: 7% 65%; background-repeat: no-repeat !important; }
.cmsMenu .quotes  {  background-image:url("/library/img/menu/quotes.png"); background-position: 7% 65%; background-repeat: no-repeat !important;  }
.cmsMenu .stats  {  background-image:url("/library/img/menu/stats.png"); background-position: 8% 60%; background-repeat: no-repeat !important;  }
.cmsMenu .promos  {  background-image:url("/library/img/menu/promos.png"); background-position: 7% 65%; background-repeat: no-repeat !important;  }
.cmsMenu .videos  {   background-image:url("/library/img/menu/video.png"); background-position: 8% 65%; background-repeat: no-repeat !important; }
.cmsMenu .photos  {  background-image:url("/library/img/menu/photo.png"); background-position: 7% 65%; background-repeat: no-repeat !important;  }
.cmsMenu .editpages  {  background-image:url("/library/img/menu/edit.png"); background-position: 7% 65%; background-repeat: no-repeat !important;  }
.cmsMenu .editpages_sitemap  {  background-image:url("/library/img/menu/tiarc-cms-icon-sitemap.png"); background-position: 7% 65%; background-repeat: no-repeat !important;  }


.cmsMenu .charts{  background-image:url("/library/img/menu/icon-charts.png"); background-position: 7% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .vacancies{  background-image:url("/library/img/menu/icon-vacancies.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .twitter{  background-image:url("/library/img/menu/icon-twitter.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .contacts{  background-image:url("/library/img/menu/icon-contacts.png"); background-position: 7% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .pano{  background-image:url("/library/img/menu/icon-panoramic.png"); background-position: 7% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .marketing{  background-image:url("/library/img/menu/icon-marketing-data-list.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .facebook{  background-image:url("/library/img/menu/icon-facebook.png"); background-position: 7% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .tripmap{  background-image:url("/library/img/menu/icon-trips.png"); background-position: 7% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .mediaplus{  background-image:url("/library/img/menu/icon-school-stories.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .portal{  background-image:url("/library/img/menu/icon-portal.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .schools{  background-image:url("/library/img/menu/icon-schools.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .alert{  background-image:url("/library/img/menu/tiarc-cms-icons-alert.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .quickLinks{background-image:url("/library/img/menu/cms-icon-quick-links.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .staffList{background-image:url("/library/img/menu/cms-icon-staff-list.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .cards{background-image:url("/library/img/menu/cms-icon-cards.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .paymentTrips{background-image:url("/library/img/menu/cms-icon-payments.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .rsadmission{background-image:url("/library/img/menu/cms-icon-rs-admissons.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .isams {background-image:url("/library/img/menu/tiarc-cms-icons-isams.png"); background-position: 8% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .courses {background-image:url("/library/img/menu/tiarc-cms-icons-courses.png"); background-position: 7% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .staticPages {background-image:url("/library/img/menu/static-page-icon.png"); background-position: 7% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .openMornings {background-image:url("/library/img/menu/open-days-icon.png"); background-position: 7% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .customRedirects {background-image:url("/library/img/menu/custom-redirects.png"); background-position: 7% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .admissions {background-image:url("/library/img/menu/admissions-icon.png"); background-position: 7% 60%; background-repeat: no-repeat !important;   text-align:left;}
.cmsMenu .testimonials { background-image: url("/library/img/menu/testimonials-icon.png"); background-position: 7% 60%; background-repeat: no-repeat !important; text-align: left; }
.cmsMenu .interactiveGrids { background-image: url("/library/img/menu/interactive-grids.png"); background-position: 7% 60%; background-repeat: no-repeat !important; text-align: left; }
.cmsMenu .interactiveData { background-image: url("/library/img/menu/interactive-data.png"); background-position: 7% 60%; background-repeat: no-repeat !important; text-align: left; }

.cmsMenu .imgEditor:hover  {  background:#424242 url("/library/img/menu/imgEditorOn.png") 7% 65% no-repeat ; }
.cmsMenu .fileLib:hover  {   background:#424242 url("/library/img/menu/fileLibOn.png") 7% 65% no-repeat ; }
.cmsMenu .news:hover  {  background:#424242 url("/library/img/menu/rssOn.png") 8% 45% no-repeat ;  }
.cmsMenu .calendar:hover  {  background:#424242 url("/library/img/menu/calendarOn.png") 8% 60% no-repeat ;  }
.cmsMenu .fixtures:hover  {   background:#424242 url("/library/img/menu/fixturesOn.png") 7% 65% no-repeat ; }
.cmsMenu .quotes:hover  {  background:#424242 url("/library/img/menu/quotesOn.png") 7% 65% no-repeat ;  }
.cmsMenu .stats:hover  {  background:#424242 url("/library/img/menu/statsOn.png") 8% 60% no-repeat ;  }
.cmsMenu .promos:hover  {  background:#424242 url("/library/img/menu/promosOn.png") 7% 65% no-repeat ;  }
.cmsMenu .videos:hover  {   background:#424242 url("/library/img/menu/videoOn.png") 8% 65% no-repeat ; }
.cmsMenu .photos:hover  {  background:#424242 url("/library/img/menu/photoOn.png") 7% 65% no-repeat ;  }
.cmsMenu .editpages:hover  {  background:#424242 url("/library/img/menu/editOn.png") 7% 65% no-repeat ;  }
.cmsMenu .editpages_sitemap:hover  {  background:#424242 url("/library/img/menu/tiarc-cms-icon-sitemap-over.png") 7% 65% no-repeat ;  }
.cmsMenu .charts:hover{ background-image:url("/library/img/menu/icon-charts-on.png") ; background-color:#424242;}
.cmsMenu .vacancies:hover{background-image:url("/library/img/menu/icon-vacancies-on.png") ;background-color:#424242;}
.cmsMenu .twitter:hover{ background-image: url("/library/img/menu/icon-twitter-on.png") ;background-color:#424242; }
.cmsMenu .contacts:hover{background-image: url("/library/img/menu/icon-contacts-on.png") ;background-color:#424242;}
.cmsMenu .pano:hover{background-image: url("/library/img/menu/icon-panoramic-on.png") ;background-color:#424242;}
.cmsMenu .marketing:hover{background-image: url("/library/img/menu/icon-marketing-data-list-on.png") ;background-color:#424242;}
.cmsMenu .facebook:hover{background-image: url("/library/img/menu/icon-facebook-on.png") ;background-color:#424242;}
.cmsMenu .tripmap:hover{background-image: url("/library/img/menu/icon-trips-on.png") ;background-color:#424242;}
.cmsMenu .mediaplus:hover{background-image: url("/library/img/menu/icon-school-stories-on.png") ;background-color:#424242;}
.cmsMenu .portal:hover{background-image: url("/library/img/menu/icon-portal-on.png") ;background-color:#424242;}
.cmsMenu .schools:hover{background-image: url("/library/img/menu/icon-schools-on.png") ;background-color:#424242;}
.cmsMenu .alert:hover{background-image: url("/library/img/menu/tiarc-cms-icons-alert-over.png") ;  background-color:#424242;}
.cmsMenu .quickLinks:Hover{background-image: url("/library/img/menu/cms-icon-quick-links-over.png") ;  background-color:#424242;}
.cmsMenu .staffList:Hover{background-image: url("/library/img/menu/cms-icon-staff-list-over.png") ;  background-color:#424242;}
.cmsMenu .cards:Hover{background-image: url("/library/img/menu/cms-icon-cards-over.png") ;  background-color:#424242;}
.cmsMenu .paymentTrips:Hover{background-image: url("/library/img/menu/cms-icon-payments-over.png") ;  background-color:#424242;}
.cmsMenu .rsadmission:Hover{background-image: url("/library/img/menu/cms-icon-rs-admissons-over.png");  background-color:#424242;}
.cmsMenu .isams:hover {background-image: url("/library/img/menu/tiarc-cms-icons-isams-over.png");  background-color:#424242;}
.cmsMenu .courses:hover {background-image: url("/library/img/menu/tiarc-cms-icons-courses-over.png");  background-color:#424242;}
.cmsMenu .staticPages:hover {background-image: url("/library/img/menu/static-page-icon-over.png");  background-color:#424242;}
.cmsMenu .openMornings:hover {background-image: url("/library/img/menu/open-days-icon-over.png");  background-color:#424242;}
.cmsMenu .customRedirects:hover {background-image: url("/library/img/menu/custom-redirects-on.png");  background-color:#424242;}
.cmsMenu .admissions:hover {background-image: url("/library/img/menu/admissions-icon-over.png");  background-color:#424242;}
.cmsMenu .testimonials:hover { background-image: url("/library/img/menu/testimonials-icon-over.png"); background-color: #424242; }
.cmsMenu .interactiveGrids:hover { background-image: url("/library/img/menu/interactive-grids-on.png"); background-color: #424242; }
.cmsMenu .interactiveData:hover { background-image: url("/library/img/menu/interactive-data-on.png"); background-color: #424242; }

.cmsMenu .imgEditor.active  {  background:#424242 url("/library/img/menu/imgEditorOn.png") 7% 65% no-repeat ; }
.cmsMenu .fileLib.active  {   background:#424242 url("/library/img/menu/fileLibOn.png") 7% 65% no-repeat ; }
.cmsMenu .news.active  {  background:#424242 url("/library/img/menu/rssOn.png") 8% 45% no-repeat ;  }
.cmsMenu .calendar.active  {  background:#424242 url("/library/img/menu/calendarOn.png") 8% 60% no-repeat ;  }
.cmsMenu .fixtures.active  {   background:#424242 url("/library/img/menu/fixturesOn.png") 7% 65% no-repeat ; }
.cmsMenu .quotes.active  {  background:#424242 url("/library/img/menu/quotesOn.png") 7% 65% no-repeat ;  }
.cmsMenu .stats.active  {  background:#424242 url("/library/img/menu/statsOn.png") 8% 60% no-repeat ;  }
.cmsMenu .promos.active  {  background:#424242 url("/library/img/menu/promosOn.png") 7% 65% no-repeat ;  }
.cmsMenu .videos.active  {   background:#424242 url("/library/img/menu/videoOn.png") 8% 65% no-repeat ; }
.cmsMenu .photos.active  {  background:#424242 url("/library/img/menu/photoOn.png") 7% 65% no-repeat ;  }
.cmsMenu .editpages.active  {  background:#424242 url("/library/img/menu/editOn.png") 7% 65% no-repeat ;  }
.cmsMenu .editpages_sitemap.active  {  background:#424242 url("/library/img/menu/tiarc-cms-icon-sitemap-over.png") 7% 65% no-repeat ;  }
.cmsMenu .charts.active{ background-image:url("/library/img/menu/icon-charts-on.png") ; background-color:#424242;}
.cmsMenu .vacancies.active{background-image:url("/library/img/menu/icon-vacancies-on.png") ;background-color:#424242;}
.cmsMenu .twitter.active{ background-image: url("/library/img/menu/icon-twitter-on.png") ;background-color:#424242; }
.cmsMenu .contacts.active{background-image: url("/library/img/menu/icon-contacts-on.png") ;background-color:#424242;}
.cmsMenu .pano.active{background-image: url("/library/img/menu/icon-panoramic-on.png") ;background-color:#424242;}
.cmsMenu .marketing.active{background-image: url("/library/img/menu/icon-marketing-data-list-on.png") ;background-color:#424242;}
.cmsMenu .facebook.active{background-image: url("/library/img/menu/icon-facebook-on.png") ;background-color:#424242;}
.cmsMenu .tripmap.active{background-image: url("/library/img/menu/icon-trips-on.png") ;background-color:#424242;}
.cmsMenu .mediaplus.active{background-image: url("/library/img/menu/icon-school-stories-on.png") ;background-color:#424242;}
.cmsMenu .portal.active{background-image: url("/library/img/menu/icon-portal-on.png") ;background-color:#424242;}
.cmsMenu .schools.active{background-image: url("/library/img/menu/icon-schools-on.png") ;background-color:#424242;}
.cmsMenu .alert.active{background-image: url("/library/img/menu/tiarc-cms-icons-alert-over.png") ;  background-color:#424242;}
.cmsMenu .quickLinks.active{background-image: url("/library/img/menu/cms-icon-quick-links-over.png") ;  background-color:#424242;}
.cmsMenu .staffList.active{background-image: url("/library/img/menu/cms-icon-staff-list-over.png") ;  background-color:#424242;}
.cmsMenu .cards.active{background-image: url("/library/img/menu/cms-icon-cards-over.png") ;  background-color:#424242;}
.cmsMenu .paymentTrips.active{background-image: url("/library/img/menu/cms-icon-payments-over.png") ;  background-color:#424242;}
.cmsMenu .rsadmission.active{background-image: url("/library/img/menu/cms-icon-rs-admissons-over.png");  background-color:#424242;}
.cmsMenu .isams.active {background-image: url("/library/img/menu/tiarc-cms-icons-isams-over.png");  background-color:#424242;}
.cmsMenu .courses.active {background-image: url("/library/img/menu/tiarc-cms-icons-courses-over.png");  background-color:#424242;}
.cmsMenu .admissions.active {background-image: url("/library/img/menu/admissions-icon-over.png");  background-color:#424242;}
.cmsMenu .testimonials.active { background-image: url("/library/img/menu/testimonials-icon-over.png"); background-color: #424242; }
.cmsMenu .interactiveGrids.active { background-image: url("/library/img/menu/interactive-grids-on.png"); background-color: #424242; }
.cmsMenu .interactiveData.active { background-image: url("/library/img/menu/interactive-data-on.png"); background-color: #424242; }

/* PopUp */

.gradientBg { width:100%; height:100%; position:fixed; top:0; left:0; z-index:999;  background:url("/library/img/topbar/white.png"); }

.popUpBg  {  width:492px; height:228px; background:url("/library/img/topbar/pattern.png");  position:absolute; top:50%; left:50%;  z-index:9999;  margin-top:-114px; margin-left:-246px; }
.popUpInner  { width:468px; height:198px; position:absolute; top:50%; left:50%; margin-top:-100px; margin-left:-235px; background:#ffffff; border:1px solid #ffffff;  box-shadow: 0px 0px 2px 2px rgba(3, 3, 3, 0.1),  inset 0px 0px 20px 1px #f1f8ff; }

.popUpTitle  { color:#00aeef;  font-family: 'Lato', sans-serif; text-align:center; width:100%; margin-top:33px; font-size:17px; line-height:17px; text-transform:uppercase; }

.popUpText  {  width:100%; margin-top:20px; font-family:Arial, Sans-Serif; font-size:13px; line-height:13px; color:#666666; text-align:center;   }

.popUpText p   {  margin: 0px 0px 17px 0px; padding:0;  }

.cancelButton    {  float:left;  margin-left:73px;  position:relative; transition:all 0.2s linear; -webkit-transition:all 0.2s linear; top:0;
     width: 154px; height: 33px;  border-radius: 3px; background-color: #666;   box-shadow: 1px 2px 4px rgba(0,0,0,.52), inset 0 0 10px rgba(0,0,0,.14); border: solid 1px #9a9a9a; background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.17), rgba(255,255,255,.17)); background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.17), rgba(255,255,255,.17)); background-image: -o-linear-gradient(bottom, rgba(0,0,0,.17), rgba(255,255,255,.17)); background-image: linear-gradient(to top, rgba(0,0,0,.17), rgba(255,255,255,.17));
     font-family: 'Lato', sans-serif; font-weight:bold; font-size:12px; color:#fff; text-align:center; line-height:33px; text-transform:uppercase; text-shadow: 0px 0px 2px #333; cursor:pointer;
 }

.acceptButton  { float:right; margin-right:73px;  font-family: 'Lato', sans-serif; font-weight:bold; font-size:12px; color:#fff; text-align:center; line-height:33px; text-transform:uppercase; text-shadow: 0px 0px 2px #333; cursor:pointer;
  	width: 155px; height: 33px;  border-radius: 3px; background-color: #53abe4;  box-shadow: 1px 2px 4px rgba(0,0,0,.52), inset 0 0 10px rgba(0,0,0,.14); border: solid 1px #82bde4; background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.17), rgba(255,255,255,.17)); background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.17), rgba(255,255,255,.17)); background-image: -o-linear-gradient(bottom, rgba(0,0,0,.17), rgba(255,255,255,.17)); background-image: linear-gradient(to top, rgba(0,0,0,.17), rgba(255,255,255,.17));  
    position:relative; transition:all 0.2s linear; -webkit-transition:all 0.2s linear; top:0;
 }
 

.cancelButton:hover  {    top:3px; background:url("/library/img/topbar/cancelBtnOn.png");  }
.acceptButton:hover  {     top:3px; background:url("/library/img/topbar/acceptBtnOn.png");  }



/* LOGIN */

.modalWindowLogin  {   height:570px;   width:570px;    position:absolute; top:40%; left:50%;  margin-top:-285px; margin-left:-285px;  z-index:9999; }

.loginBrandLogo  {  width:536px; height:315px;  background:url("/library/img/login/logov5.png");  position:absolute; top:0; left:27px;      }

.loginWrapper { width:492px; height:276px;  background:url("/library/img/login/bg.png"); position:absolute; top:200px; left:39px;  }

.loginWrapperInner   {   width:468px; height:249px; position:absolute; top:13px; left:12px;  background:#ffffff; border:1px solid #ffffff;  box-shadow: 0px 0px 2px 2px rgba(3, 3, 3, 0.1),  inset 0px 0px 20px 1px #f1f8ff; }

.loginWrapperInner input[type=text],
.loginWrapperInner input[type=password]   { background:url("/library/img/login/defaultInput.png"); box-shadow: inset 1px 1px 1px 1px rgba(3, 3, 3, 0.1);  line-height:33px; line-height: 1; font-size:12px;  font-family: 'Lato', sans-serif; color:#4ea8e3; font-weight:bold; padding-left:16px;  width:260px; height:33px; border-radius:0; outline:0; border:0;   display:block; }
.loginWrapperInner input[type=submit] { width:276px; height:33px; border-radius:0; outline:0; border:0;   margin:10px auto 0px auto; display:block;}
    
.loginUsername  { margin:35px auto 0px auto;     }
.loginPassword  {   margin:15px auto 0px auto;     }


.correctLogin   { background:url("/library/img/login/blueInput.png") !important;  }
.inputError { background:url("/library/img/login/redInput.png") !important; color:#ff0000 !important; text-transform:uppercase;   }

.loginForgotPass  {   width:276px; margin:10px auto 0px auto; }

.loginForgotPass a  {  font-family:Arial; font-size:12px;  line-height:12px;  }
.loginForgotPass a:link  { text-decoration:none; color:#4ea8e3; font-style:italic;}
.loginForgotPass a:visited  { text-decoration:none; color:#4ea8e3;  font-style:italic;}
.loginForgotPass a:hover  { text-decoration:underline; color:#4ea8e3;    font-style:italic;}
.loginForgotPass a:active  { text-decoration:none; color:#4ea8e3;   font-style:italic;}

.loginSubmit  { background:url("/library/img/login/blue.png"); border:1x solid #82bde4; color:#fff; text-shadow: 0px 0px 2px #333; font-family: 'Lato', sans-serif; font-size:12px; line-height:33px; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
.loginSubmit:hover  { background:url("/library/img/login/blueOn.png");  }
 
.loginRememberMe  { width:276px; margin:10px auto 0px auto;  }    
 
.loginRememberMe input  {  float:left;  margin-right:8px;  }    
.loginRememberMe span  { float:left; font-family:Arial; color:#666666; font-style:italic; font-size:12px; line-height:15px;  }    
    
.loginCredentials  { position:absolute; bottom:-14px; left:10px;  }
 
.loginCredTiarc  {  float:left; color:#54aae2;  font-style:italic; font-weight:bold; font-family:Arial; font-size:12px; line-height:12px; }   
.loginCredLink  {  float:right; color:#666666;  font-weight:bold; font-family:Arial; font-size:12px; line-height:12px; margin-left:5px; }    

.loginCredLink a { color:#666666;  font-style:italic; font-weight:bold; font-family:Arial; font-size:12px; line-height:12px;  }    
.loginCredLink a:link {  text-decoration:none; }    
.loginCredLink a:visited { text-decoration:none;   }    
.loginCredLink a:hover {   text-decoration:underline; }    
.loginCredLink a:active { text-decoration:none;   }    

 .md-overlay-login {  width:100%; height:100%; position:fixed; top:0; left:0; z-index:999;  
                      /*background:url("/library/img/topbar/white.png");*/
	/*-webkit-transition: all 0.3s;
	transition: all 0.3s;*/ 

 }
 .md-overlay-login.visible{
     background:url("/library/img/topbar/white.png");
 }
 
    
    
            
::-webkit-input-placeholder {
  color:#4ea8e3; 
}

:-moz-placeholder { /* Firefox 18- */
  color:#4ea8e3; 
}

::-moz-placeholder {  /* Firefox 19+ */
  color:#4ea8e3; 
}

:-ms-input-placeholder {  
 color:#4ea8e3; 
}  
            
#bgIframe  { position:absolute; top:0px; left:0;  width:100%; height:100%; z-index:1; overflow:hidden; border:0; outline:0; z-index:-3;  }

#bgIframeLogin  {   position:absolute; top:0px; left:0;  width:100%; height:100%; z-index:1; overflow:hidden; border:0; outline:0; z-index:-3;  }

/*animation defaults*/
#bar_wrap,
#main,
#cmsFooter
{
    /*opacity:0;*/
    /*transition:all 0.2s linear; -webkit-transition:all 0.2s linear;*/
}
#main{
    padding-top:95px;
}
#cmsFooter.setFooterToBottom {
    position: absolute; bottom: 0; left: 0; width: 100%;
}
.bottomlayer
{
    position: absolute;
    left: -9000px;
    top: 0;
    z-index: 20;
}




/*New Landing Page for Content*/
.landingSectionBar{
    background-image:url("/library/img/topbar/blueBar.png");  
    border:1px solid #82bde4;
    height:40px;
    width:719px;

    box-shadow: inset 0px 0px 7px 5px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    position:relative;
}
.landingSectionBar.blueBar{
    background-image:url("/library/img/topbar/blueBar.png");
}
.landingSectionBar.grayBar{
    background-image:url("/library/img/topbar/grayBar.png");
    border:1px solid #9e9e9e;
}
    .landingSectionBar .landingSectionTitle {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        color: #FFF;
        text-shadow: 1px 1px 2px #333;
        line-height: 38px;
        padding-left: 52px;

        text-transform:uppercase;
    }
    .landingSectionBar .info{
        position:absolute;
        top:0;
        right:0;
        padding-right:20px;
        color:#FFF;
        font-family: 'Lato', sans-serif;
        font-style:italic;
        font-size:14px;
        line-height:38px;
    }
    .landingSectionBar .cloudIcon {
        background-image: url(/library/img/landing/cloud.png);
        background-repeat: no-repeat;
        background-position: 10px 0;
    }
    .landingSectionBar .clockwiseIcon {
        background-image: url(/library/img/landing/clockwise.png);
        background-repeat: no-repeat;
        background-position: 10px 0;
    }
    .landingSectionBar .calloutIcon {
        background-image: url(/library/img/landing/callout.png);
        background-repeat: no-repeat;
        background-position: 10px 0;
    }
ul.landingSectionList{
    list-style:none;
    padding:0;
    margin:0;
    display:table;
    width:100%;
    background: white;
}
ul.landingSectionList > li{
    display:table-row;
    list-style:none !important;
    list-style-type:none !important;
    padding:0;
    margin:0;
    width:100%;
}
    ul.landingSectionList > li:nth-child(2n) {
        background-color:#fff;
        vertical-align:top;
    }
ul.landingSectionList > li span{
    display:table-cell;
    padding:5px;
    font-size:12px;
    line-height:16px;

}
ul.landingSectionList > li span.landingSectionItemDate{
    width:90px;
    color:#00afec;
    font-weight:bold;
    padding:10px 0px 10px 20px;
}
ul.landingSectionList > li span.landingSectionItemContent{
    color:#666;
    padding:10px 0px 10px 20px;
}
ul.landingSectionList > li span.landingSectionItemTitle{
    display:block;
    color:#00afec;
    text-transform:uppercase;
    font-weight:bold;
    padding-bottom:0;
    padding:10px 0px 0px 20px;


}
ul.landingSectionList > li span.landingSectionItemContent.futureItem{
    display:block;
    padding-top:0;
}
ul.landingSectionList > li span.landingSectionItemContent p{
    padding:0; margin:0;
    color:#464646;
}
.landingSectionFooter{
    height:20px;
    background:  white;
}
.wufooFormContainer{
    background-color:#fff;
    padding:10px;
    margin:10px 0 0 0;
}