.postemailblock {
	
	width: 100%;
	background: red;
	
	
}




body.admin-bar header.header {
	
	top: 32px !important;
				
	margin-top: 0px !important;
	padding-top: 0px !important;
	
}

body.admin-bar {
	
	margin-top: 32px;
	
}


	#livepress {
		
		display: none !important;
		
	}
	



.documentgrid {
	
	max-width: 100%;
	box-sizing: border-box;
	
}

img.documentgrid-page {
	
	width: 85px;
	height: 110px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 6x 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	
	
}


.plagiarism-document {
	
	width: 100%;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 6x 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
background: white;
box-sizing: border-box;
	max-width: 100%;

	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 14px 3px 14px;
	
	
}

.plagiarism-document p {
	
	margin-top: 14px !important;
	margin-bottom: 14px !important;
	box-sizing: border-box;
	max-width: 100%;
	
}

.plagiarism-document p:first-child:first-letter { float: none !important; color: black; font-size: 14px !important; line-height: 16px !important; padding-top: 0px !important; padding-right: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; font-family: Helvetica, Arial, sans-serif !important;  }


.yellow-doc span {
	
	
	background: #ffe894;
	
}

.red-doc span {
	
	background: #e54751;
	
}


.plagiarism-grouper {
	
	width: 40%;
	margin-right: 16px;
margin-bottom: 25px;
display: inline-block;
vertical-align:top;
max-width: 345px;
box-sizing: border-box;
	max-width: 100%;
	
	
}

.plagiarism-grouper p:first-child:first-letter { float: none !important; color: black; font-size: 15px !important; text-transform: uppercase; line-height: auto !important; padding-top: 0px !important; padding-right: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; font-family: Helvetica, Arial, sans-serif !important; font-family: 'lft-etica', sans-serif !important; letter-spacing: 0px !important; }







div.mobilearticlead {
	
	display: none;
	
}


.topbannerbanner {
	
	background: #8c1c61;
	display: inline-block;
	font-family: 'lft-etica', sans-serif;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 7px 6px 6px;
	margin-bottom: 15px;
	line-height: 111%;
	
	
	
}

.bulletbullet {
	
	font-size: 20px;
	vertical-align:middle;
	 -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
    float: left;
	margin: -1px 2px 0px 0px;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.middlealign {
	
	vertical-align: middle;
	
}


.topbannerbanner a {
	
	color: white;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	line-height: 111%;
	
	
	
	
}


.commentblock {
	
	margin-bottom: 30px;
	
}

.wf-loading .alltext, .wf-loading .sectiontext {
	
	visibility: hidden !important;
	
}

.wf-loading h2.articleheadline, .wf-loading h2.articleheadline_editorial {
	
	visibility: hidden !important;
	
}

.wf-loading section.utpost-content {
	
	visibility: hidden !important;
	
}

.wf-loading h3.articlesub {
	
	visibility: hidden !important;
	
}

.wf-loading span.authoruppercase, .wf-loading span.positionname {
	
	visibility: hidden !important;
	
}


/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
  
  
  
  img a {
	  
	  border: none;
	  
  }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 0px; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr { 
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
   }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }
  
  
  @font-face {
	  font-family: 'Icons';
    
    src: url('../fonts/open-iconic.eot');
    src: url('../fonts/open-iconic.eot#iefix') format('embedded-opentype'), url('../fonts/open-iconic.svg') format('svg'), url('../fonts/open-iconic.woff') format('woff'), url('../fonts/open-iconic.ttf') format('truetype'), url('../fonts/open-iconic.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
	  
	  
  }



	@font-face {
		
    font-family: 'Radius-font';
    src: url('../fonts/radius.eot');
    src: url('../fonts/radius.eot?#iefix') format('embedded-opentype'),
        url('../fonts/radius.woff2') format('woff2'),
        url('../fonts/radius.woff') format('woff'),
        url('../fonts/radius.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

  
  













  
 .oi[data-glyph].oi-text-replace {
  font-size: 0;
  line-height: 0;
}

.oi[data-glyph].oi-text-replace:before {
  width: 1em;
  text-align: center;
}

.oi[data-glyph]:before {
  font-family: 'Icons';
  display: inline-block;
  speak: none;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.oi[data-glyph]:empty:before {
  width: 1em;
  text-align: center;
  box-sizing: content-box;
}

.oi[data-glyph].oi-align-left:before {
  text-align: left;
}

.oi[data-glyph].oi-align-right:before {
  text-align: right;
}

.oi[data-glyph].oi-align-center:before {
  text-align: center;
}

.oi[data-glyph].oi-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.oi[data-glyph].oi-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(1, -1);
}
.oi[data-glyph].oi-flip-horizontal-vertical:before {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, -1);
}


.oi[data-glyph=account-login]:before { content:'\e000'; }

.oi[data-glyph=account-logout]:before { content:'\e001'; }

.oi[data-glyph=action-redo]:before { content:'\e002'; }

.oi[data-glyph=action-undo]:before { content:'\e003'; }

.oi[data-glyph=align-center]:before { content:'\e004'; }

.oi[data-glyph=align-left]:before { content:'\e005'; }

.oi[data-glyph=align-right]:before { content:'\e006'; }

.oi[data-glyph=aperture]:before { content:'\e007'; }

.oi[data-glyph=arrow-bottom]:before { content:'\e008'; }

.oi[data-glyph=arrow-circle-bottom]:before { content:'\e009'; }

.oi[data-glyph=arrow-circle-left]:before { content:'\e00a'; }

.oi[data-glyph=arrow-circle-right]:before { content:'\e00b'; }

.oi[data-glyph=arrow-circle-top]:before { content:'\e00c'; }

.oi[data-glyph=arrow-left]:before { content:'\e00d'; }

.oi[data-glyph=arrow-right]:before { content:'\e00e'; }

.oi[data-glyph=arrow-thick-bottom]:before { content:'\e00f'; }

.oi[data-glyph=arrow-thick-left]:before { content:'\e010'; }

.oi[data-glyph=arrow-thick-right]:before { content:'\e011'; }

.oi[data-glyph=arrow-thick-top]:before { content:'\e012'; }

.oi[data-glyph=arrow-top]:before { content:'\e013'; }

.oi[data-glyph=audio-spectrum]:before { content:'\e014'; }

.oi[data-glyph=audio]:before { content:'\e015'; }

.oi[data-glyph=badge]:before { content:'\e016'; }

.oi[data-glyph=ban]:before { content:'\e017'; }

.oi[data-glyph=bar-chart]:before { content:'\e018'; }

.oi[data-glyph=basket]:before { content:'\e019'; }

.oi[data-glyph=battery-empty]:before { content:'\e01a'; }

.oi[data-glyph=battery-full]:before { content:'\e01b'; }

.oi[data-glyph=beaker]:before { content:'\e01c'; }

.oi[data-glyph=bell]:before { content:'\e01d'; }

.oi[data-glyph=bluetooth]:before { content:'\e01e'; }

.oi[data-glyph=bold]:before { content:'\e01f'; }

.oi[data-glyph=bolt]:before { content:'\e020'; }

.oi[data-glyph=book]:before { content:'\e021'; }

.oi[data-glyph=bookmark]:before { content:'\e022'; }

.oi[data-glyph=box]:before { content:'\e023'; }

.oi[data-glyph=briefcase]:before { content:'\e024'; }

.oi[data-glyph=british-pound]:before { content:'\e025'; }

.oi[data-glyph=browser]:before { content:'\e026'; }

.oi[data-glyph=brush]:before { content:'\e027'; }

.oi[data-glyph=bug]:before { content:'\e028'; }

.oi[data-glyph=bullhorn]:before { content:'\e029'; }

.oi[data-glyph=calculator]:before { content:'\e02a'; }

.oi[data-glyph=calendar]:before { content:'\e02b'; }

.oi[data-glyph=camera-slr]:before { content:'\e02c'; }

.oi[data-glyph=caret-bottom]:before { content:'\e02d'; }

.oi[data-glyph=caret-left]:before { content:'\e02e'; }

.oi[data-glyph=caret-right]:before { content:'\e02f'; }

.oi[data-glyph=caret-top]:before { content:'\e030'; }

.oi[data-glyph=cart]:before { content:'\e031'; }

.oi[data-glyph=chat]:before { content:'\e032'; }

.oi[data-glyph=check]:before { content:'\e033'; }

.oi[data-glyph=chevron-bottom]:before { content:'\e034'; }

.oi[data-glyph=chevron-left]:before { content:'\e035'; }

.oi[data-glyph=chevron-right]:before { content:'\e036'; }

.oi[data-glyph=chevron-top]:before { content:'\e037'; }

.oi[data-glyph=circle-check]:before { content:'\e038'; }

.oi[data-glyph=circle-x]:before { content:'\e039'; }

.oi[data-glyph=clipboard]:before { content:'\e03a'; }

.oi[data-glyph=clock]:before { content:'\e03b'; }

.oi[data-glyph=cloud-download]:before { content:'\e03c'; }

.oi[data-glyph=cloud-upload]:before { content:'\e03d'; }

.oi[data-glyph=cloud]:before { content:'\e03e'; }

.oi[data-glyph=cloudy]:before { content:'\e03f'; }

.oi[data-glyph=code]:before { content:'\e040'; }

.oi[data-glyph=cog]:before { content:'\e041'; }

.oi[data-glyph=collapse-down]:before { content:'\e042'; }

.oi[data-glyph=collapse-left]:before { content:'\e043'; }

.oi[data-glyph=collapse-right]:before { content:'\e044'; }

.oi[data-glyph=collapse-up]:before { content:'\e045'; }

.oi[data-glyph=command]:before { content:'\e046'; }

.oi[data-glyph=comment-square]:before { content:'\e047'; }

.oi[data-glyph=compass]:before { content:'\e048'; }

.oi[data-glyph=contrast]:before { content:'\e049'; }

.oi[data-glyph=copywriting]:before { content:'\e04a'; }

.oi[data-glyph=credit-card]:before { content:'\e04b'; }

.oi[data-glyph=crop]:before { content:'\e04c'; }

.oi[data-glyph=dashboard]:before { content:'\e04d'; }

.oi[data-glyph=data-transfer-download]:before { content:'\e04e'; }

.oi[data-glyph=data-transfer-upload]:before { content:'\e04f'; }

.oi[data-glyph=delete]:before { content:'\e050'; }

.oi[data-glyph=dial]:before { content:'\e051'; }

.oi[data-glyph=document]:before { content:'\e052'; }

.oi[data-glyph=dollar]:before { content:'\e053'; }

.oi[data-glyph=double-quote-sans-left]:before { content:'\e054'; }

.oi[data-glyph=double-quote-sans-right]:before { content:'\e055'; }

.oi[data-glyph=double-quote-serif-left]:before { content:'\e056'; }

.oi[data-glyph=double-quote-serif-right]:before { content:'\e057'; }

.oi[data-glyph=droplet]:before { content:'\e058'; }

.oi[data-glyph=eject]:before { content:'\e059'; }

.oi[data-glyph=elevator]:before { content:'\e05a'; }

.oi[data-glyph=ellipses]:before { content:'\e05b'; }

.oi[data-glyph=envelope-closed]:before { content:'\e05c'; }

.oi[data-glyph=envelope-open]:before { content:'\e05d'; }

.oi[data-glyph=euro]:before { content:'\e05e'; }

.oi[data-glyph=excerpt]:before { content:'\e05f'; }

.oi[data-glyph=expand-down]:before { content:'\e060'; }

.oi[data-glyph=expand-left]:before { content:'\e061'; }

.oi[data-glyph=expand-right]:before { content:'\e062'; }

.oi[data-glyph=expand-up]:before { content:'\e063'; }

.oi[data-glyph=external-link]:before { content:'\e064'; }

.oi[data-glyph=eye]:before { content:'\e065'; }

.oi[data-glyph=eyedropper]:before { content:'\e066'; }

.oi[data-glyph=file]:before { content:'\e067'; }

.oi[data-glyph=fire]:before { content:'\e068'; }

.oi[data-glyph=flag]:before { content:'\e069'; }

.oi[data-glyph=flash]:before { content:'\e06a'; }

.oi[data-glyph=folder]:before { content:'\e06b'; }

.oi[data-glyph=fork]:before { content:'\e06c'; }

.oi[data-glyph=fullscreen-enter]:before { content:'\e06d'; }

.oi[data-glyph=fullscreen-exit]:before { content:'\e06e'; }

.oi[data-glyph=globe]:before { content:'\e06f'; }

.oi[data-glyph=graph]:before { content:'\e070'; }

.oi[data-glyph=grid-four-up]:before { content:'\e071'; }

.oi[data-glyph=grid-three-up]:before { content:'\e072'; }

.oi[data-glyph=grid-two-up]:before { content:'\e073'; }

.oi[data-glyph=hard-drive]:before { content:'\e074'; }

.oi[data-glyph=header]:before { content:'\e075'; }

.oi[data-glyph=headphones]:before { content:'\e076'; }

.oi[data-glyph=heart]:before { content:'\e077'; }

.oi[data-glyph=home]:before { content:'\e078'; }

.oi[data-glyph=image]:before { content:'\e079'; }

.oi[data-glyph=inbox]:before { content:'\e07a'; }

.oi[data-glyph=infinity]:before { content:'\e07b'; }

.oi[data-glyph=info]:before { content:'\e07c'; }

.oi[data-glyph=italic]:before { content:'\e07d'; }

.oi[data-glyph=justify-center]:before { content:'\e07e'; }

.oi[data-glyph=justify-left]:before { content:'\e07f'; }

.oi[data-glyph=justify-right]:before { content:'\e080'; }

.oi[data-glyph=key]:before { content:'\e081'; }

.oi[data-glyph=laptop]:before { content:'\e082'; }

.oi[data-glyph=layers]:before { content:'\e083'; }

.oi[data-glyph=lightbulb]:before { content:'\e084'; }

.oi[data-glyph=link-broken]:before { content:'\e085'; }

.oi[data-glyph=link-intact]:before { content:'\e086'; }

.oi[data-glyph=list-rich]:before { content:'\e087'; }

.oi[data-glyph=list]:before { content:'\e088'; }

.oi[data-glyph=location]:before { content:'\e089'; }

.oi[data-glyph=lock-locked]:before { content:'\e08a'; }

.oi[data-glyph=lock-unlocked]:before { content:'\e08b'; }

.oi[data-glyph=loop-circular]:before { content:'\e08c'; }

.oi[data-glyph=loop-square]:before { content:'\e08d'; }

.oi[data-glyph=loop]:before { content:'\e08e'; }

.oi[data-glyph=magnifying-glass]:before { content:'\e08f'; }

.oi[data-glyph=map-marker]:before { content:'\e090'; }

.oi[data-glyph=map]:before { content:'\e091'; }

.oi[data-glyph=media-pause]:before { content:'\e092'; }

.oi[data-glyph=media-play]:before { content:'\e093'; }

.oi[data-glyph=media-record]:before { content:'\e094'; }

.oi[data-glyph=media-skip-backward]:before { content:'\e095'; }

.oi[data-glyph=media-skip-forward]:before { content:'\e096'; }

.oi[data-glyph=media-step-backward]:before { content:'\e097'; }

.oi[data-glyph=media-step-forward]:before { content:'\e098'; }

.oi[data-glyph=media-stop]:before { content:'\e099'; }

.oi[data-glyph=medical-cross]:before { content:'\e09a'; }

.oi[data-glyph=menu]:before { content:'\e09b'; }

.oi[data-glyph=microphone]:before { content:'\e09c'; }

.oi[data-glyph=minus]:before { content:'\e09d'; }

.oi[data-glyph=monitor]:before { content:'\e09e'; }

.oi[data-glyph=moon]:before { content:'\e09f'; }

.oi[data-glyph=move]:before { content:'\e0a0'; }

.oi[data-glyph=musical-note]:before { content:'\e0a1'; }

.oi[data-glyph=paperclip]:before { content:'\e0a2'; }

.oi[data-glyph=pencil]:before { content:'\e0a3'; }

.oi[data-glyph=people]:before { content:'\e0a4'; }

.oi[data-glyph=person]:before { content:'\e0a5'; }

.oi[data-glyph=phone]:before { content:'\e0a6'; }

.oi[data-glyph=pie-chart]:before { content:'\e0a7'; }

.oi[data-glyph=pin]:before { content:'\e0a8'; }

.oi[data-glyph=play-circle]:before { content:'\e0a9'; }

.oi[data-glyph=plus]:before { content:'\e0aa'; }

.oi[data-glyph=power-standby]:before { content:'\e0ab'; }

.oi[data-glyph=print]:before { content:'\e0ac'; }

.oi[data-glyph=project]:before { content:'\e0ad'; }

.oi[data-glyph=pulse]:before { content:'\e0ae'; }

.oi[data-glyph=puzzle-piece]:before { content:'\e0af'; }

.oi[data-glyph=question-mark]:before { content:'\e0b0'; }

.oi[data-glyph=rain]:before { content:'\e0b1'; }

.oi[data-glyph=random]:before { content:'\e0b2'; }

.oi[data-glyph=reload]:before { content:'\e0b3'; }

.oi[data-glyph=resize-both]:before { content:'\e0b4'; }

.oi[data-glyph=resize-height]:before { content:'\e0b5'; }

.oi[data-glyph=resize-width]:before { content:'\e0b6'; }

.oi[data-glyph=rss-alt]:before { content:'\e0b7'; }

.oi[data-glyph=rss]:before { content:'\e0b8'; }

.oi[data-glyph=script]:before { content:'\e0b9'; }

.oi[data-glyph=share-boxed]:before { content:'\e0ba'; }

.oi[data-glyph=share]:before { content:'\e0bb'; }

.oi[data-glyph=shield]:before { content:'\e0bc'; }

.oi[data-glyph=signal]:before { content:'\e0bd'; }

.oi[data-glyph=signpost]:before { content:'\e0be'; }

.oi[data-glyph=sort-ascending]:before { content:'\e0bf'; }

.oi[data-glyph=sort-descending]:before { content:'\e0c0'; }

.oi[data-glyph=spreadsheet]:before { content:'\e0c1'; }

.oi[data-glyph=star]:before { content:'\e0c2'; }

.oi[data-glyph=sun]:before { content:'\e0c3'; }

.oi[data-glyph=tablet]:before { content:'\e0c4'; }

.oi[data-glyph=tag]:before { content:'\e0c5'; }

.oi[data-glyph=tags]:before { content:'\e0c6'; }

.oi[data-glyph=target]:before { content:'\e0c7'; }

.oi[data-glyph=task]:before { content:'\e0c8'; }

.oi[data-glyph=terminal]:before { content:'\e0c9'; }

.oi[data-glyph=text]:before { content:'\e0ca'; }

.oi[data-glyph=thumb-down]:before { content:'\e0cb'; }

.oi[data-glyph=thumb-up]:before { content:'\e0cc'; }

.oi[data-glyph=timer]:before { content:'\e0cd'; }

.oi[data-glyph=transfer]:before { content:'\e0ce'; }

.oi[data-glyph=trash]:before { content:'\e0cf'; }

.oi[data-glyph=underline]:before { content:'\e0d0'; }

.oi[data-glyph=vertical-align-bottom]:before { content:'\e0d1'; }

.oi[data-glyph=vertical-align-center]:before { content:'\e0d2'; }

.oi[data-glyph=vertical-align-top]:before { content:'\e0d3'; }

.oi[data-glyph=video]:before { content:'\e0d4'; }

.oi[data-glyph=volume-high]:before { content:'\e0d5'; }

.oi[data-glyph=volume-low]:before { content:'\e0d6'; }

.oi[data-glyph=volume-off]:before { content:'\e0d7'; }

.oi[data-glyph=warning]:before { content:'\e0d8'; }

.oi[data-glyph=wifi]:before { content:'\e0d9'; }

.oi[data-glyph=wrench]:before { content:'\e0da'; }

.oi[data-glyph=x]:before { content:'\e0db'; }

.oi[data-glyph=yen]:before { content:'\e0dc'; }

.oi[data-glyph=zoom-in]:before { content:'\e0dd'; }

.oi[data-glyph=zoom-out]:before { content:'\e0de'; }

  

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
 }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%; }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%; }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%; }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    color: white;
    text-decoration: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #2574a8; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #2472a4; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
 
 
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
     }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,


  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,


  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,


  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,

    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: 'coranto', serif;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  color: black;
  background-color: white;
  -webkit-font-smoothing: antialiased; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
#main {

background: none;

}







.wrap {
  width: 96%;
  margin: 0 auto;
  max-width: 1260px; }

/*********************
LINK STYLES
*********************/



/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }


/*********************
HEADER STYLES
*********************/
.header {
  background-color: white; 
  height: 51px;
  position: fixed;
  
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.30);
  overflow: visible;
  z-index: 200;
  top: 0;
  width: 100%;
  margin: 0;
  left: 0; }
  
  
 
body.category-newsfeed .header {
	
	 background-color: white; 
  height: 52px;
  position: fixed;
 border-bottom: 1px solid #d6d5d5;		  
border-top: 0px solid #8e1762;		
  overflow: visible;
  z-index: 200;
  top: 0;
  width: 100%;
  margin: 0;
  left: 0; 
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.30);
  
	
}  

body.category-newsfeed .header #boom .oi {
	
	display: none;
	
}


body.category-newsfeed {
	
	background: #f2f2f2;	
}
  
  
  .header2 {
  
  z-index: 5000; position: fixed;
  width: 100%;
  margin: 0px;
  padding: 0px;
  top: 0;
  left: 0;
  
  }
  
  .getshitdone {
  
 
  
  }
  
  
  .fixer {
  
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  
  }

  
  
  #site-nav233 {
  position:fixed;
  width:100%;
  height:50px;
  background-color: rgba(255,255,255,0.9);
  overflow:hidden;
  z-index:51;
  border-bottom:1px solid #d6d5d5;
  text-align:center;
}
  

#logo {
  margin: 0;
  width: 39px;
	height: 28px;
	background: red;
	text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: white;
position: absolute;
top: 10px;
left: 12px;
background: url('../images/utlogo.jpg') no-repeat;
  }
  
  
   #logo a {
    height: 28px;
    width: 39px;
   display: block;
    
     }
     
     
     
     .universitytimesmasthead {
	     

  margin: 30px auto 10px auto;
  width: 200px;
	height: 23px;
	background: red;
	text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: black;
background: url('../images/universitytimes-logo.png') no-repeat;
  
	     
	     
     }
     
     
     
     /*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/










/* BEGIN ICON STUFF STYLES BURGER */



#hamburger-icon {
  width: 16px;
  height: 8px;
  position: relative;
  display: block;
  margin: 2px 5px 0px auto;
}

#ex-icon {
 width: 16px;
  height: 8px;
  position: relative;
  display: block;
  
  margin: 10px auto 0px auto;
  
 

}

.hiddenit {

  display: none;
  
}



.visuallyhiddenit {
  opacity: 0;
}








#hamburger-icon .line, #ex-icon .line {
  display: block;
  background: white;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 0px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  color: white;
}
#hamburger-icon .line-1 {
  top: 0;
  display: block;
  background: white;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 0px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  color: white;

}
#hamburger-icon .line-2 {
  top: 50%;
  display: block;
  background: white;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 0px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  color: white;

}
#hamburger-icon .line-3 {
  top: 100%;
  display: block;
  background: white;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 0px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  color: white;

}


.radiushomepagelogo {
	
	width: 128px;
	height: 31px;
	background: url("../images/radiushomepagelogo.jpg");
	background-size: 100%;
	text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin-bottom: 4px;
	
	
}


.toptrinityGEtwentyimage {
	
	float: left; width: 25%; margin-right: 25px;
	
	
}






.toptrinitytwentyimage {
	
	float: left; width: 30%; margin-right: 25px;
	
	
}


.toptrinitytwentyimage_widerfor2020 {
	
	float: left; width: 40%; margin-right: 25px;
	
	
}

.doubletrinitytwentyimage_widerfor2020 {
	
	float: left; width: 43%; margin-right: 25px;
	
	
}


.bottomtrinitytwentyimage {
	
	float: left; width: 27%; margin-right: 25px;
	
}

.doubletrinitytwentyimage {
	
	float: left; width: 34%; margin-right: 25px;
	
}

.twentyhomepagelogo {
	
	width: 209px;
	height: 31px;
	background: url("../images/t20homepagelogo.jpg");
	background-size: 100%;
	text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin-bottom: 4px;
	
	
}

.radiushomepagebox {
	
	display: block;
	text-decoration: none;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #d6d5d5;
	
	
	
}






div.allsect {


display: block;
text-decoration: none;


background: black;
cursor: pointer;
height: 30px;
color: white;
padding: 8px 9px 0px 9px;
text-align: center;

/* width: 134px; */


}

.sectionboxstuff {
	
	
	position: relative;
	width: 106px;
	height: 30px;
	margin-left: 2%;
	float: left;
	
	display: block;
	
}


.allsectionsbox {
	
	display: none;
	right: 0px;
	position: absolute;
		width: 200px;
	height: 300px;
	overflow: hidden;
	background: white;
	z-index: 5000000000;
	
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  font-family: 'lft-etica', sans-serif;
  letter-spacing: 0px;
  font-weight: 300;
  
	
}


.allsectionsscroller {
	
	display: block;
	position: absolute;
	width: 200px;
	height: 300px;
	overflow: auto;
	padding: 12px 10px 10px 10px;
	
}

.allsectionsbox-fader {
	
	height: 49px;
	background: url('../images/sectionsfader.png') repeat-x;
	background-size: 49px 50px;
	position: absolute;
	z-index: 1000000000000;
	top: 279px;
	width: 180px;
	
}

.allsectionsbox a {
	
	color: black;
	text-decoration: none;
	
}

.allsectionsbox a:hover {
	
	color: #8e1762;
	
}

.allsectionsbox ul {
	
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

.allsectionsbox ul li {
	
	font-size: 16px;
	color: black;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
}

.allsectionsbox ul li ul {
	
	margin: 4px 0px 2px 0px;
	
}

.allsectionsbox ul li ul li {
	
	font-size: 12px;
	font-family: 'lft-etica', sans-serif;
	margin: 0px 0px 2px 0px;
	color: black;
	font-weight: 600;
	
}


div.searchpush {


display: none;
text-decoration: none;
float: left;
position: relative;
background: black;
cursor: pointer;
height: 30px;
color: white;
padding: 6px 9px 0px 9px;
text-align: center;
margin-left: 2%;


}

#excontainer {

position: absolute;
left: 8px;
display: none;


}


#searchitcontainer {

position: absolute;


}




.allsect:hover #hamburger-icon .line-1, div.allsect:focus #hamburger-icon .line-1 {
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
}
.allsect:hover #hamburger-icon .line-3, div.allsect:focus #hamburger-icon .line-3 {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
}


.allsect.activity #hamburger-icon .line-1 {
  transform: translateY(4px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
  -moz-transform: translateY(4px) translateX(0) rotate(45deg);
}

.allsect.activity #hamburger-icon .line-2 {
  opacity: 0;
}

.allsect.activity #hamburger-icon .line-3 {
  transform: translateY(-4px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-4px) translateX(0) rotate(-45deg);
}




.ex-1 {
  top: 0;
  transform: translateY(4px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
  -moz-transform: translateY(4px) translateX(0) rotate(45deg);
}

.ex-2 {
  top: 100%;
  transform: translateY(-4px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-4px) translateX(0) rotate(-45deg);
}







a.cheeseit {
  text-decoration: none;
  color: white;
  margin: 0px 3px 0px 3px;
  padding: 0px;
  float: left;
  display: block;
 
  
}

a.cheeseit2 {
  text-decoration: none;
  color: white;
  display: block;

  padding: 0px 0px 0px 0px;

  
 
  
}


a.cheeseit:hover, a:focus {
  color:red;
}

.alltext {

display: none;

}






/* COME HERE */










/* END ICON STUFF STYLES BURGER */


#topblocks {
	
	background: none;
	border-bottom: 0px solid #d6d5d5;
	margin-bottom: 25px;
	padding-bottom: 15px;
}


.fresherssection #leftofit {
	
	width: 51%;
padding-right: 15px;
float: left;
background: none;
border-right: 1px solid #d6d5d5;
height: 580px;
	
	
}

.fresherssection #rightofit {

width: 49%;
background: none;
float: right;
padding-left: 0px;


}


.refresh #leftofit {
	
	width: 47%;
	padding-right: 12px;
float: left;
background: none;
border-right: 0px solid #d6d5d5;
	
}

.refresh #rightofit {

width: 53%;
background: none;
float: right;
padding-left: 0px;


}


#leftofit {


width: 42%;
padding-right: 15px;
float: left;
background: none;
border-right: 1px solid #d6d5d5;



}

.edboardpagewrap .leftofitedboardpage {
	
	border-right: 0px !important;
	
}



#rightofit {

width: 58%;
background: none;
float: right;
padding-left: 0px;


}



.edboardpagewrap .rightofitedboardpage {
	
	border-left: 1px solid #d6d5d5 !important;
	
}




.insiderightofit {
	
	width: 100%;
	padding: 0px 15px 0px 15px;
	
}



.refresh #leftonright {
	
	width: 41%;
	padding: 0px 24px 0px 15px;
	
}


.refresh #rightonright {
	
	width: 59%;
	
}

.fresherssection #leftonright {
	
	width: 55%;
	height: 580px;
	
	
}

.fresherssection #topblocks {
	
	padding-bottom: 16px;
	border-bottom: 1px solid #d6d5d5;
	
}


.section-latest {
	
		font-family: lft-etica-compressed,sans-serif;
font-weight: 800;
text-transform: uppercase;
font-size: 20px;
margin-top: 40px;
margin-bottom: 20px;
line-height: 101%;
width: 100%;
border-bottom: 1px solid black;
padding-bottom: 10px;
	
}

.fresherssection .sectionpageheader {
	
font-family: 'lft-etica-compressed',sans-serif;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
font-size: 27px;
margin-top: 12px;
line-height: 101%;
	
}

.fresherssection .numberonelast {
	
	border-bottom: none;
	
}

.fresherssection #rightonright {
	
	width: 45%;
	
	
}

#leftonright {

background: none;
float: left;
width: 46%;

padding: 0px 15px 0px 15px;
border-right: 1px solid #d6d5d5;

}

#rightonright {

background: none;
float: right;
width: 54%;

padding-left: 15px;
text-align: center;

}

#utfooter {
	
width: 100%;
padding: 30px 15px 30px 15px;
background: white;
-webkit-box-shadow: inset 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
z-index: 5000;

	

	
}

.utfooterlogo {
	
	width: 177px;
	height: 30px;
	background: url('../images/footerlogo.png');
	background-size: 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	float: left;
	
}

.footermenu {
	
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 28px;
	vertical-align: middle;
	
}

.footermenu li {
	
	float: left;
	display: inline-block;
	margin-right: 18px;
	
}

.footermenu li a {
	
	font-size: 13px;
	font-family: 'lft-etica', sans-serif;
	color: #696969;
	text-decoration: none;
	
}

.footermenu li a:hover {
	
	color: #848484;
	
}


#rightonright .postlink .onebigcaption {
	
	font-weight: 300;
	
}


.editorialbanner {
	
	
	text-align: left;
	margin-bottom: 0px;
	border-bottom:1px solid #d6d5d5;
	padding-bottom: 14px;
	
}


.editorialbanner .onebigauthorname {
	
	background: none;
	margin-top: 10px;
	display: block;
	
}

#rightonright .onebigauthorname {
	
	display: block;
	margin-top: 3px;
	
}

.editorialbanner .onebigauthorname strong, #rightonright .onebigauthorname strong {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 600;
	
	
}


.lefteditorialthree {
	
	width: 50%;
	float: left;
	padding: 0px 12px 0px 0px;
	margin-top: 8px;
	 
	border-right: 1px solid #d6d5d5;
	
	
	
}

.righteditorialthree {
	
	width: 50%;
	float: right;
	padding: 0px 0px 0px 12px;
	margin-top: 8px;
	 
	
	
	
	
}

#rightonright .postlink {
	
	text-align: left;
	
}

#rightonright .postlink .onebigauthorname  {
	
	font-weight: normal;
	
}

.opinionright {
	
	border-bottom: 1px solid #d6d5d5;
	padding-bottom: 15px;
	
}

.lastopinionpiece {
	
	padding-bottom: 15px;
	
}


.opinionright .fourbigheadline {
	
	font-size: 18px;
	
	
}

.profilepostlink {
	
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d5d5;
	
}

.profilepostlink .editorialheadline {
	
	font-family: 'coranto-2-headline', serif;
	font-weight: 400;
	font-size: 28px;
	
}



.columnisttop {
	
	text-align: left;
	padding-top: 2px;
	
	border-bottom: 1px solid #d6d5d5;
	z-index: 50;
	
	
}


.columnisttop .postlink {
	
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	
	border-top: 0px solid blue;

	
	
}

.columnisttop .postlink .onebigcaption {
	
	padding: 0px 0px 15px 0px;
	font-weight: 300;
	
	
}

.columnistname {
	
	margin: 0px;
	padding: 0px;
	color: #da2642;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	
	
	
}

.columnistnamein {
	
	color: black;
	font-family: 'lft-etica', sans-serif;
	font-size: 13px;
	margin: 0px;
	color: black;
	padding: 0px;
	text-align: center;
	margin-top: 8px;
	padding-bottom: 0px;
	line-height: 104%;
	font-weight: 700;
	
}

.columnistnamein_noheadshot {
	
	
	color: black;
	font-family: 'lft-etica', sans-serif;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px 3px 0px 0px;
	color: black;
	text-align: left;
	border-top: 0px solid fuchsia;
	display: inline;
	font-weight: 700;
	
	
	
	
	
	
}


.nametaggrouping {
	
	
	display: block;
	line-height: 80%;
	margin-top: 10px;
}

.columnistnamein_noheadshot a {
	
	text-decoration: none;
	color: black;
	line-height: 50%;
	
}

.insidepostlink {
	
	width: 77%;
	padding-top: 1px;
	padding-left: 17px;
	margin-top: 5px;
	float: right;
	
}

.insidepostlink_noheadshot {
	
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-top: 1px solid orange;
	
	
}

.boopboopboop {
	
	padding: 0;
	margin: 0;
	
}



.insidepostlink .onebigcaption, .insidepostlink_noheadshot .onebigcaption {
	
	padding-bottom: 15px;
	
}

.leftheadshot {
	
		padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	width: 23%;
	background: none;
	float: left;
	text-align: center;
	display: block;
	z-index: 100;
	
}

.columnistimage {
	
	
	max-width: 100%;	
	display: block;
	
	
}


.columnistnamein a {
	
	margin: 0px;
	padding: 0px;
	color: black;
	
	
	
}



.columnisttop .postlink .threebigheadline {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 109%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 95%;
	
	}



.insidepostlink_noheadshot .span {
	
	padding: 0px;
	margin: 0px;	
	
}

.editorialminiheading_noheadshot {
	
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	display: inline-block;
	line-height: 100%;
	font-family: 'lft-etica', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 600;
	text-decoration: none;
	color: black;
	border-top: 0px solid red;
	background: none;
	
	
	
}

.editorialminiheading_noheadshot a, .editorialminiheading a {
	
	text-decoration: none;
	color: black;	
	
	
}

.nobold {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 300;

}



.columnistnamein a {
	
	text-decoration: none;
	
	}

.leftheadshot .editorialminiheading {
	
	margin: 0px auto;
	padding: 5px 0px 15px 0px;
	text-align: center;
	display: inline-block;

	
	
}


.editorialheadline {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 109%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	
	}
	
	
	.editorialheadlinethree {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 109%;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	
	}
	
	
	
.editorialheadline a, .editorialheadlinethree a {
	
	color: black;
	
}


.editorialminiheading {

font-family: 'lft-etica', sans-serif;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: 600;
margin: 12px 0px 8px 0px;
padding: 0px;
text-decoration: none;
color: black;
border: none;

}


.editorialminilargerheading {

font-family: 'lft-etica', sans-serif;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: 600;
margin: 0px 0px 8px 0px;
padding: 0px;
text-decoration: none;
color: black;
border: none;

}

.editorialminiheading_nomargin {

font-family: 'lft-etica', sans-serif;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: 600;
margin: 0px 0px 8px 0px;
padding: 0px;
text-decoration: none;
color: black;
border: none;

}

.refresh .numberone {
	
	
	
		background: white;
	border: 1px solid #d6d5d5;
	padding: 20px 15px 15px 15px;
	
	
}



.numberone {

width: 100%;

border-bottom: 1px solid #d6d5d5;
margin: 0px 0px 0px 0px;
padding-bottom: 15px;
}


.numberone .postlink .oneleft .rightinfo {
	
	margin-bottom: 0px;
	
	
	
}



.numberonebig {

width: 100%;
background: none;
border-bottom: 1px solid #d6d5d5;
margin: 0px 0px 18px 0px;
padding-bottom: 0px;
}

.refresh .numberonebig {
	
	margin: 0px 0px 22px 0px;
	background: white;
	border: 1px solid #d6d5d5;
	padding: 15px;
	
}

.refresh .smallerstufflist {
	
	border: 1px solid #d6d5d5;
	padding: 15px 15px 10px 15px;
	background: white;
	margin: 22px 0px 0px 0px;
		text-indent: -8px;
	
}


.lastonebig {
	
border-bottom: 0px !important;	
	
}




.loveinteresthomepageblock {
	
	border-bottom: 1px solid #d6d5d5;
	width: 100%;
	background: none;
	margin: 15px 0px 15px 0px;
	padding-bottom: 0px;
		
}

a.loveinteresthomepage {
	
	margin: 0px 0px 13px 0px;
	padding: 7px 0px 0px 0px !important;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 108%;
	color: black;
	display: block;
	text-decoration: none;
	border-bottom: none !important;
	vertical-align: middle;
	text-align: left;
	
}

a.loveinteresthomepage:hover {
	
	color: #333333;
		
}

.loveinteresthomepageicon {
	
	width: 80px;
	height: 50px;
	float: left;
	margin-right: 13px;
	
	
}

.loveinteresthomepageicon span.love {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 10px; 
	color: black;
	text-transform: uppercase;
	border: solid 2px #da2642;
	letter-spacing: 2px;
	display: block;
	background: white;
	width: 42px;
	padding: 0px 0px 0px 2px;

	
}

.loveinteresthomepageicon span.interest {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 10px; 
	color: black;
	text-transform: uppercase;
	border: solid 2px #da2642;
	letter-spacing: 2px;
	display: block;
	background: white;
	width: 70px;
	padding: 0px 0px 0px 3px;
	margin-left: 8px;
	margin-top: -2px;

	
	
}







.newsletterhomepage {
	
	border-bottom: 1px solid #d6d5d5;
	width: 100%;
	background: none;
	margin: 0px 0px 15px 0px;
	padding-bottom: 0px;
		
}

a.newsletterhomepage {
	
	margin: -3px 0px 13px 0px;
	padding: 0px 0px 0px 0px !important;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 185%;
	color: black;
	display: block;
	text-decoration: none;
	border-bottom: none;
	vertical-align: middle;
	
}

a.newsletterhomepage:hover {
	
	color: #333333;
		
}





.refresh .numbertwobig {
	
	width: 100%;
background: none;
border-bottom: 0px solid #d6d5d5;
margin: 0px 0px 40px 0px;
padding-bottom: 0px;
	
}

.numbertwobig {

width: 100%;
background: none;
border-bottom: 1px solid #d6d5d5;
margin: 0px 0px 15px 0px;
padding-bottom: 0px;
}

.numbertwobigend {

width: 100%;
background: none;
border-bottom: 0px solid #d6d5d5;
margin: 0px 0px 15px 0px;
padding-bottom: 0px;
}




.oneleft {

display: block;


padding: 0px;


}


.onebigunder {

display: block;

float: left;
width: 100%;
margin: 5px 0px 0px 0px;
padding: 0px;


}

.onebiginfoleft {

width: 20%;
background: purple;
float: left;



}

.onebiginforight {

float: right;
width: 75%;



}



	.onesectiontag {
	
	display: block;
	font-size: 10px;
	font-family: 'lft-etica', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: #23414a;
	color: white;
	padding: 6px 0px 4px 0px;
	width: 72px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	font-weight: 700;
	
	
	}
	
	
	.onebigsectiontag {
	
	
	font-size: 9px;
	font-family: 'lft-etica', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: purple;
	color: white;
	padding: 6px 5px 5px 6px;
	display: inline-block;
	float: left;
	text-decoration: none;
	margin: 0px 9px 13px 0px;
	font-weight: 700;
	
	

	}
	
	
	#categorycontent {
		
		margin-top: 75px;
		width: 96%;
		text-align: left;
	
		
		
		
	}
	
	
	
	
	
	.opiniontag {
		
		font-family: 'lft-etica', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
		background: #da2642;
		font-size: 12px;
		margin: 0px auto;
		float: none;
		font-weight: 700;
		color: white;
	padding: 6px 5px 5px 6px;
	display: inline-block;

		
		
	}
	
	.opinionheading {
		
		
		padding: 0px;
		margin: 0px;
		color: white;
		
	}
	
	.opinionheading .opiniontag {
		
		color: white;
		text-transform: uppercase;
		
		
	}
	
	.newstag {
		
		background: #23414a;
		text-transform: uppercase;
		font-weight: 700;
		
	}
	
	
	
	.sectionpageleft {
		
		
		width: 75%;
		float: left;
		
		
		
	}
	
	
	.sectionpageright {
		
		width: 35%;
		float: right;
		
	}
	
	
	.sectionpageright a {
		
		display: block;
		width: 100%;
		
	}
	
	
	.sectionpageright a img {
		
		width: 100%;
		
	}
	
	
	
		
	
	.newsectionheaders {
		
		font-family: 'lft-etica', sans-serif;
		font-weight: 800;
		font-size: 28px;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-top: 0px;
		display: inline-block;
		padding: 4px 7px 4px 9px;
		
	}
	
	.sectionnews {
		
		background: #23414a;
		color: white;
		
	}
	

	
	.sectionfreshers {
		
		font-family: 'lft-etica-compressed', sans-serif;
		font-weight: 700;
		letter-spacing: 0px;
		font-size: 40px;
		font-style: normal;
		background: white;
		color: black;
		padding: 4px 7px 4px 0px;
		vertical-align: middle;
		
	}
	
		.freshersicon {
		
		width: 54px;
		height: 56px;
		background: url("../images/college-guide-icon.jpg");
		background-size: 54px 56px;
		display: inline-block;
		float: left;
		vertical-align: middle;
		margin-right: 13px;
		margin-top: -2px;
	
		
	}
	
	
	
	
	
	.sectionopinion {
		
		background: #da2642;
		color: white;
		
	}
	
	
	
	.sectioninfocus {
		
		background: #0a5885;
		color: white;
		
	}
	
	.sectionsport {
		
		background: #8cb44e;
		color: white;
		
	}
	
	.sectionmagazine {
		
		background: black;
		color: white;
		
	}

	
	
	
	
	.tagspush {
		
		display: block;
		clear: both;
		width: 100%;
		border-bottom: 1px solid #d6d5d5;
		height: 36px;
			
	}
	
		.tagspush-longer {
		
		display: block;
		clear: both;
		width: 100%;
		border-bottom: 1px solid #d6d5d5;
		text-align: center !important;
		margin: 0 auto;
		
			
	}
	
	.tcdsuelectionstag {
		
		background: none;
		color: black !important;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 13px !important;
		padding: 4px 0px 5px 7px !important;
	
		
	}
	
	
		
	.fresherstag {
		
		background: none;
		color: black !important;
		text-transform: uppercase;
		font-family: 'lft-etica-compressed', sans-serif !important;
		font-weight: 700 !important;
		letter-spacing: 0px !important;
		font-size: 15px !important;
		padding: 2px 0px 5px 9px !important;
	
		
	}
	
	
	.provostlegacytag {
		
		background: none;
		color: black !important;
		text-transform: uppercase;
		font-family: 'lft-etica', sans-serif !important;
		font-weight: 700 !important;
		letter-spacing: 1px !important;
		font-size: 14px !important;
		padding: 14px 0px 12px 0px !important;
		margin: 0 auto !important;
		text-align: center !important;
		width: 100%;
		box-sizing: border-box;
	
		
	}
	
	
	a.tagspush-longer .infogrouping-text, a.tagspush-longer:visited .infogrouping-text, a.tagspush-longer:hover .infogrouping-text, a.tagspush-longer:any-link  {
		
		font-family: 'lft-etica', sans-serif !important;
		font-weight: 400 !important;
		font-size: 12px;
		text-decoration: none !important;
		color: #696969;
		text-transform: none;
		letter-spacing: 0px !important;

		
	}
	
	.infogrouping-text {
		
		display: block;
		padding: 8px 15px 18px 15px;
		float: none;
		margin: 0:auto;
		text-align: center;
		
	}
	
	
	
	.collingwoodcuptag {
		
		background: none;
		color: black !important;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 13px !important;
		padding: 3px 0px 5px 10px !important;
	
		
	}
	
	.ballotboxicon {
		
		width: 21px;
		height: 24px;
		background: url("../images/ballotboxicon.jpg");
		background-size: 21px 24px;
		display: inline-block;
		float: left;
		
	}
	
	
	.postfreshersicon {
		
		width: 21px;
		height: 24px;
		background: url("../images/postfreshersicon.jpg");
		background-size: 21px 24px;
		display: inline-block;
		float: left;
		
	}
	
	.post10yearsasprovosticon {
		
		width: 25px;
		height: 28px;
		background: url("../images/10yearsasprovosticon1x.jpg");
		background-size: 25px 28px;
		display: block;
		float: none;
		margin: 0 auto;
		
	}
	
	
	
	.collingwoodcupicon {
		
		width: 21px;
		height: 24px;
		background: url("../images/collingwoodcupicon.jpg");
		background-size: 21px 24px;
		display: inline-block;
		float: left;
		
	}
	
	.editorialnotebookicon {
		
		width: 45px;
		height: 45px;
		background: url("../images/editorialnotebook.jpg");
		background-size: 45px 45px;
		display: inline-block;
		float: left;
		vertical-align: middle;
		
	}
	
	
	.emailnewslettersicon {
		
		width: 52px;
		height: 52px;
		background: url("../images/email-newslettericon.jpg");
		background-size: 52px 52px;
		display: inline-block;
		float: left;
		vertical-align: middle;
		margin-right: 12px;
		margin-bottom: 23px;
		
	}
	
	.emailnewslettershomepageicon {
		
		width: 31px;
		height: 31px;
		background: url("../images/email-newsletterhomepage-icon.jpg");
		background-size: 31px 31px;
		display: inline-block;
		float: left;
		vertical-align: middle;
		margin-right: 8px;
		margin-bottom: 0px;
		
	}
	
	
	.emailsuccessicon {
		
		width: 52px;
		height: 52px;
		background: url("../images/emailsuccess.jpg");
		background-size: 52px 52px;
		display: inline-block;
		float: left;
		vertical-align: middle;
		margin-right: 12px;
		margin-bottom: 23px;
		
	}
	
	
	
	
	
	
	.geballoticon {
		
		width: 21px;
		height: 24px;
		background: url("../images/geballot2x.jpg");
		background-size: 21px 24px;
		display: inline-block;
		float: left;
		
	}
	
	.categorytag {
		
		background: white;
		color: black !important;
		padding-left: 0px !important;
		text-transform: uppercase;
		font-weight: 700;
		
	}
	
	
	.categorylistcropper {
		
		
		width: 100%;
		max-width: 450px;
		height: 270px;
		margin: 20px 0px 20px 0px;
		
		
	}
	
	.infocustag {
		
		background: #0a5885;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 700;
		
	}
	
	.sporttag {
		
		background: #8cb44e;
		text-transform: uppercase;
		font-weight: 700;
		
	}
	
	.magazinetag {
		
		background: black;
		text-transform: uppercase;
		font-weight: 700;
		
	}
	
	.opinionposttag {
		
		background: #da2642;
		text-transform: uppercase;
		font-weight: 700;
		
	}
	
	
	

	
	.profiletag {
		
		font-family: 'lft-etica', sans-serif;
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: black;
		background: white;
		font-weight: 600;
		text-align: center;
		float: left;
		padding: 5px 5px 5px 6px;
		display: inline-block;
		text-decoration: none;
		margin: 0px 8px 0px 0px;
		
		
	}
	
	
	.infogrouping .radiustag {
		
		background: black;
		font-family: 'Alfa Slab One', sans-serif !important;
		text-transform: none !important;
		font-weight: normal !important;
		letter-spacing: 0px !important;
		height: 24px;
		font-size: 10.7px !important;
		padding: 5px 6px 0px 6px !important;
		
	}
	
	.radiustag {
		
		background: black;
		font-family: 'Alfa Slab One', sans-serif !important;
		text-transform: none !important;
		font-weight: normal !important;
		letter-spacing: 0px !important;
		height: 21px;
		font-size: 10.4px !important;
		padding: 4px 6px 0px 6px !important;
		
	}
	
	
	
	a.sectionpagearticle {
		
		text-decoration: none;
		
	}
	
	.current {
		
		color: #c2c2c2;
		
	}
	
	ul.page-numbers li a {
		
		color: black;
		text-decoration: none;
		
	}
	
	ul.page-numbers li a:hover {
		
		color: black;
		background: none;
		
	}
	
	
	
	.numbertwobigend .onebigsectiontag {
	
	margin-bottom: 0px;
		
		
		
	}
	
	
	.authoruppercase {
		
		text-transform: none;
		font-family:  'lft-etica', sans-serif;
		font-weight: 600;
		padding-right: 0px;
		color: black;
		
	}
	
	
		.editorialnotebookauthor {
		
		text-transform: none;
		font-family:  'lft-etica', sans-serif;
		font-weight: 600;
		
		padding-right: 0px;
		padding-left: 10px;
		color: black;
		
	}
	
	
	.editorialnotebookauthorsmall {
		
		text-transform: uppercase;
		font-family:  'lft-etica', sans-serif;
		font-weight: 300;
		display: block;
		padding-top: 2px;
		padding-right: 0px;
		padding-left: 11px;
		color: black;
		font-size: 10px;
		
	}
	
	
	.editorialnotebookauthorsmall a {
		
		
		font-weight: 600;
		color: black;
		text-decoration: none;
				
	}
	
	.editorialnotebookauthorsmall a:hover {
		
		
		font-weight: 600;
		color: black;
		text-decoration: underline;
				
	}
	
	.notebooktext {
		
		vertical-align: middle;
		padding-top: 5px;
		
	}
	
	.overallnotebook {
		
		vertical-align: middle;
		
	}
	
	
	
	
	

	
	
	.sectionpageheader {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 109%;
	margin: 0px 0px 10px 0px;
	width: 100%;
	
	}
	
	
	
	
	
	.single-by-page-content #postscrollcontainer h3.sectionpageheader {
		
		font-size: 27px;
		line-height: 109%;
		
	}
	
	.single-by-page-content #postscrollcontainer .sectionpageimagecropper {
		
		height: 95px;
		width: 140px;
		margin-left: 38px;
		margin-top: 19px;
		margin-bottom: 50px;
	}
	
	
	.single-by-page-content {
		
		padding-top: 9px !important;
		
	}
	
	.single-by-page-content #postscrollcontainer .editorialminiheading {
	
		font-family: 'lft-etica', sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 0px;
		font-weight: 600;
		margin: 12px 0px 6px 0px;
		padding: 0px;
		text-decoration: none;
		color: black;
		border: none;

	}
	
	
	.sectionpagearticle {
		
		margin: 0px 0px 20px 0px;
		padding-bottom: 20px;
		border-bottom: 1px solid #d6d5d5;
		display: block;
		
	}
	
	.sectionpageimagecropper {
		
		width: 165px; height: 100px; background: none; float: right; display: block; margin-left: 25px; margin-bottom: 20px;
		
	}
	
	.sectionpagearticle .onebigcaption {
		
		font-size: 15px;
		margin-bottom: 10px;
		
	}
	
	
	.refresh .oneheadline {
		
		
		color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 118%;
	margin: -3px 0px 11px 0px;
		
		
	}
	
	
	.oneheadline {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 109%;
	margin: -3px 0px 0px 0px;
	
	}
	
	.oneheadline_bigger {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 400;
	font-size: 29px;
	line-height: 109%;
	margin: -3px 0px 0px 0px;
	
	
	}
	


	
	.smallerstufflist {
		
	
	margin-left: 15px;
	padding: 0px;
	text-indent: -4px;
		
		
	}
	
	.smallerlistborder {
		
		border-bottom: 1px solid #d6d5d5;
		
		
	}
	
	.refresh .smallerstuff {
		
		list-style-type: disc;
	
	}
	
	
	.refresh li.smallerstuff {
		
		font-size: 35px !important;
		color: #8e1762;
		margin-left: 30px;
		vertical-align: middle;
		
	}
	
	
	.smallerstuff {
	
	border-bottom: 0px solid #d6d5d5;
	background: none;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: square;
	line-height: 0px;
	font-size: 11px;
	color: black;
	 vertical-align: middle;
	
	
	}
	
	.smallerstuff .onebigsectiontag {
	
	
	font-size: 7.5px;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: #23414a;
	color: white;
	padding: 4px 3px 3px 5px;
	display: inline-block;
	float: none;
	
	
	
	margin: -6px 0px 0px 0px;

	
	
	
	}
	
	
	.smallerstuff h3 {
		
		
		padding: 1px 0px 0px 0px;
		margin: 0px 8px 0px 0px;
		font-family: 'lft-etica', sans-serif;
		font-size: 14px;
		color: black;
		display: inline;
		line-height: 120%;
		 vertical-align: middle;
		 font-weight: 300;
		
		
		

		
	}
	
	
	.smallerstuff h3 a {
		
		color: black;
		text-decoration: none;
		padding-right: 3px;
		
		
	}
	
	.smallerstuff h3 a:hover {
		
		color: #333333;
		
		
		
	}
	
	.smallerheadline {
	
	color: black;
	font-family: "PT Serif", Georgia, serif;
	font-size: 14px; 
	display: inline;
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	line-height: 165%;
	
	}
	
	
	
	
  .refresh .twobigheadline {
	  
	  color: black;
	font-family: 'lft-etica', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 109%;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	  
	  
	  
  }
	
	
	
	
	
	.twobigheadline {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 109%;
	margin: -4px 0px 0px 0px;
	padding: 0px;
	
	}
	
	.threebigheadline {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 109%;
	margin: -4px 0px 0px 0px;
	padding: 0px;
	
	}
	
	
	.fourbigheadline {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 109%;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	
	}
	
	
	
	.postlink {
		
		display: block;
		
		
	}
	
		
	
	
	.twobigheadline a {
		
		color: black;
		
	}
	
	
	.postlink:hover .onebigheadline a, .postlink:hover .twobigheadline a, .postlink:hover .oneheadline a, .postlink:hover .threebigheadline a, .postlink:hover .fourbigheadline a, .postlink:hover .editorialheadline a, .postlink:hover .editorialheadlinethree a {
	
		
		
	
		color: #333333;

	}
	
	
	
	.refresh .oneimagecaption {
		
		    float: right;
    font-size: 9px;
    font-family: 'lft-etica', sans-serif;
    font-weight: 200;
    margin: 3px 0px 0px 0px;
	line-height: 112%;


		
	}
	

	
	.refresh .onebigheadline {
		
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 101%;
	margin: 0px 0px 14px 0px;
	display: block;
	padding: 0px 0px 0px 0px;
	background: white;
		
		
	}
	
	.refresh .onebigsectiontag {
		
		margin: 0px 9px 3px 0px;
		
	}
	
	.refresh .rightinfo {
		
		margin-bottom: 0px;
		
	}
	
	
	.refresh .numberonebig .onebigcaption {
		
		font-family: 'coranto-2-headline', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 113%;
		
		
	}
	
		
		
	.fresherssection .onebigheadline {
		
		font-family: 'lft-etica-compressed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 32px;
		line-height: 101%;		
	}		
	
		.fresherssection .fourbigheadline {
		
		font-family: 'lft-etica-compressed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 101%;
		margin-top: 13px;		
	}
	
	
	.fresherssection .oneheadline {
		
			font-family: 'lft-etica-compressed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 20px;
		line-height: 101%;
		margin-bottom: 8px;
		
	}
	
	.fresherssection .one2cropper {
		
		height: 68px;
		
	}
	
	.fresherssection .oneright {
		
		width: 38%;
		
	}
	
	.fresherssection .numberonebig {
		
		border-bottom: 0px;
		
	}
	
	
	.fresherssection .numberone {
		
		padding-bottom: 18px;
		margin-bottom: 18px;
		
	}
	
	
	.numberonebig-trinitytwenty .onebigheadline {
		
	font-family: 'lft-etica', sans-serif !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	text-align: center !important;
		
	}
	
	
	.numberonebig-trinitytwenty {
		
		text-align: center !important;
		
	}
	
	.numberonebig-trinitytwenty .onebigcaption {
		

	text-align: center !important;
		
	}

	
	
	
	.onebigheadline {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 109%;
	margin: 0px 0px 0px 0px;
	display: block;
	padding: 0px 0px 0px 0px;


	
	}
	
	.sectionpage .onebigheadline {
		
		
		font-weight: 500;
		font-size: 26px;
		margin-bottom: 0px;
		
	}
	
	.sectionpage .editorialpagesection .onebigheadline {
		
		
		font-weight: 500;
		font-size: 23px;
		margin-bottom: 0px;
		
	}
	
	.sectionpage .oneheadline {
		
		font-size: 22px;
		
	}
	
	.sectionpage .oneright {
		
		width: 28%;
		
	}
	
	.sectionpage .oneright a .one2cropper img {
		
		height: 115px !important;
		
	}
	
	.sectionpage .editorialpagesection .numberonebig { 
		
		margin-bottom: 14px !important;
		
		}
	
	
	.sectionpage .numberonebig .onebiginformationbox {
		
		margin-top: 5px;
		
	}
	
	.sectionpage .numberonebig .editorialinfo {
		
		margin-top: 8px !important;
		margin-bottom: 3px !important;
		
	}
	
	.sectionpage .numberonebig .onebiginformationbox .rightinfo {
		
		margin-bottom: 16px;
		
	}
	
	.sectionpage .numberonebig .onebigcaption {
		
		padding-bottom: 15px;
		
	}
	
	.sectionpage .numberone .onebiginformationbox .rightinfo {
		
		margin: 5px 0px 10px 0px;
		
	}
	
	.sectionpage .numberone .onebiginformationbox {
		
		margin-top: 0px;
		
	}
	
	
	.onebigheadline a, .threebigheadline a, .fourbigheadline a {
	
		color: black;
		text-decoration: none;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.06s;
		-ms-transition: all 0.06s;
		-o-transition: all 0.06s;
		transition: all 0.06s;

	
	}
	
		
	
	
	
		
	
	.onecaption {
	
		font-family: "PT Serif", Georgia, serif;
		color: black;
		margin-top: 7px;
		line-height: 112%;
		font-size: 13px;
		text-decoration: none;

	
	}
	
	
	.onecaption:hover {
		
		color: black;
		
	}
	
	
	
	
	
	.oneclaption {
	
		font-family: "PT Serif", Georgia, serif;
		color: black;
		margin-top: 7px;
		line-height: 112%;
		font-size: 13px;
		text-decoration: none;
	
	
	
	}
	
	.oneclaption:hover {
		
		color: black;
		
	}


 .refresh .onebigcaption {
	 
	 	font-family: 'lft-etica', sans-serif;
		color: #696969;
		margin-top: 5px;
		line-height: 16px;
		font-size: 13px;
		text-decoration: none;
		display: block;
		font-weight: 300;
	 
 }
	
	
	.onebigcaption {
	
		font-family: 'lft-etica', sans-serif;
		color: #696969;
		margin-top: 5px;
		line-height: 16px;
		font-size: 14px;
		text-decoration: none;
		display: block;
		font-weight: 300;

	
	}
	
	
	h3 a {
		
		color: black;
	}
	
	h3 a:visited {
		
		color: black;
		
	}
	
	
	
	
	.onebigcaption:hover {
		
		color: #696969;
		
	}
	
	
	
	
	
	.refresh .onebiginformationbox {
		
		margin-top: 16px;
		
		
	}
	
	.onebiginformationbox {
	
	
	margin-top: 10px;
	display: block;

	
	
	
	
	}
	
	.rightinfo {
	
	padding-top: 5px;
	
	margin-bottom: 20px;
	width: 100%;
	line-height: 68%;
	min-height: 15px;
	
	
	
	}
	
	
	.onebigauthorname {
	
	font-family:  'lft-etica', sans-serif;
	
font-weight: 300;
	font-size: 11px;
	padding: 1px 4px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: black;
	
	
	}
	
	.onebigdate {
	
	font-family: 'lft-etica', sans-serif;
	font-size: 11px;
	padding-left: 0px;
	color: #ca0000;
	text-transform: none;
	margin: 0px;
	font-weight: 300;
	
	
	}
	
	
	.refresh .onebigimage {
		
		margin-bottom: 21px;
		
		
	}
	
	.fresherssection .onecropper {
		
		height: 348px;
		
	}
	
	
.onebigimage {

display: block;
background: none;
margin-bottom: 10px;
width: 100%;

}	

.portrait-crop {
  height: 270px;
  margin: 0 auto;
  position: relative;
  overflow:hidden;
}

.portrait-crop img {
  left: 50%;
  margin-left: -200px;
  position:absolute;
}

.onebigimageportrait {

display: block;
background: none;
margin-bottom: 15px;
width: 50%;
float: left;

}	

.floaterright {
	
	float: right;
	width: 50%;
	padding-left: 12px;
	background: none;
	
}

.fourbigimage {

display: block;
background: none;

width: 100%;

}	



.fresherssection .fourcropper {
	
	height: 255px;
	
}

.fourcropper  {
	
	height: 170px;
	width: 100%;
	background: none;
	
	}
	
	
		.fourcropper img {
		
		width: 100%;
		
		
		}


	


.oneright {

display: block;
background: none;
float: right;
width: 35%;
margin: 0px 0px 4px 15px;

}


.refresh .oneright {
	
	margin: 0px 0px 4px 25px;
	
}


.onerightportrait {

display: block;
background: none;
float: right;
width: 24%;
margin: 0px 0px 4px 15px;

}


.refresh .onecropper {
	
	height: 290px;
	
}

	.onecropper  {
	
	height: 270px;
	width: 100%;
	background: none;
	
	}
	
	
		.onecropper img {
		
		width: 100%;
		
		
		}
		
		
		.profilecropper {
			
			width: 32%; height: 130px; background: none; float: right; margin-left: 15px;
			
			
		}
		
		.profilecropper img {
			
			width: 100%;
			
			
		}
		


.one2cropper {
  height: 135px;
  margin: 0 auto;
  position: relative;
  overflow:hidden;
}

.one2cropper img {
  left: 50%;
  margin-left: 0px;
  position:absolute;
}
		
		
.onebigcropper  {
	
	height: 220px;
	width: 100%;
	background: none;
	
	}
	
	
		.onebigcropper img {
		
		width: 100%;
		
		
		}
		
		
		
		
	.oneimagecaption {
	
	font-family: "PT Serif", Georgia, serif;
	color: #848282;
	float: right;
	margin: 3px 0px 0px 0px;
	line-height: 112%;
	font-size: 9px;
	
	
	}







.navigationtopcontainer {
	
	
	width: 92%;
	margin-top: 12px;
	margin-left: 7.5%;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	border: 0px;
	
	
	
	
	
}


#radiusmain {
	
	background: none;
	
}

#radiusleft {
	
	width: 25%;
	padding-right: 17px;
	float: left;
	margin-bottom: 100px;
	
	
}

#radiusleft .radiush3 {
	
	margin-bottom: 0px;
	border: none;
}



.radiush3 {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 200;
	margin: 0px 0px 20px 0px;
	border: none;
	padding: 0px;
	color: black;
	font-size: 25px;
	margin-bottom: 20px;
	
}


#radiusright {
	
	width: 75%;
	border-left: 0px solid #d6d5d5;
	float: right;
	padding-left: 17px;
	margin-bottom: 100px;
	height: auto;
	
}

.radiusbox {
	
	width: 20%; background: white; height: 380px; float: left; border-right: 0px solid #d6d5d5; border-bottom: 0px solid red; color: black;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 8px 12px 8px;
	min-width: 162px;
	
}

.radiussubhead p strong {
	
	font-weight: 700;
	
}

.radiusbox a {
	
	text-decoration: none;
	color: #d64140;
	
}

.radiusbox a:hover {
	
	text-decoration: underline;
	color: #d64140;
	
}


.radiusbox .radiustickets {
	
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;

	
}



.largerradiusbox {
	
	width: 38%; background: white; height: 380px; float: left; border-right: 0px solid #d6d5d5; border-bottom: 0px solid red; color: black;
	margin-bottom: 10px;  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.30);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.30);
	margin-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	text-decoration: none;
	min-width: 258px;
/* padding: 12px 15px 12px 15px; */
}






.radiuscropper {
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: black;

}


.radiuscropper img {
	
	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=40); 
  
  /* Modern Browsers */
  opacity: 0.4;
  
}

.radiusread {
	display: inline-block;
	background: #d64140;
	color: white;
	text-decoration: none;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	float: left;
	letter-spacing: 1px;
	padding: 5px 4px 4px 4px;
	margin: 10px 0px 0px 15px;
	-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
	
	
	
}

.radiusread:hover {
	
	background: #be3736;
}

.radiustickets {
	display: inline-block;
	background: none;
	color: white;
	text-decoration: none;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	float: left;
	letter-spacing: 1px;
	padding: 4px 4px 4px 4px;
	margin: 10px 15px 0px 5px;
	
	
}

.radiusbox .radiustickets {
	
	color: black;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	
	
}

.radiusboxblacktext .editorialminiheading, .radiusboxblacktext .radiuseventheading, .radiusboxblacktext .radiussubhead, .radiusboxblacktext .radiusdatestuff, .radiusboxblacktext .radiustickets  {
	
	color: black !important;
	
	
}

.radiusdatestuff {
	
	position: relative;
	z-index: 5;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'lft-etica', sans-serif;
	font-weight: 600;
	margin: 10px 15px 0px 15px;
	line-height: 100%;
	
}

.radiusbox .radiusdatestuff {
	
	margin: 10px 0px 0px 0px;
	color: black;
	
}



.radiuseventheading {
		
	
		font-family: 'lft-etica', sans-serif;
		font-size: 16px;
		padding: 0px;
		margin: 12px 15px 0px 0px;
		font-weight: 700;
		line-height: 114%;
		position: relative;
		z-index: 5;
		
	}
	
.radiuseventheading strong {
	
	font-weight: normal;
	
}	
	
	
.largerradiusbox .radiuseventheading {
		
	
		font-family: 'lft-etica', sans-serif;
		font-size: 19px;
		padding: 0px;
		margin: 0px;
		font-weight: 200;
		color: white;
		margin: 12px 15px 0px 15px;
		
	}
	
	
	.largerradiusbox .radiuseventheading strong {
		
	
		font-family: 'lft-etica', sans-serif;
		font-weight: 700;
		margin-right: 4px;
		
		
	}
	
.largerradiusbox .reviewtitleheading {
	
		font-family: 'Alfa Slab One', sans-serif;
		font-size: 22px;
		line-height: 104%;
		font-weight: normal;
	
}	


.largerradiusbox .editorialminiheading {
	
	margin: 12px 15px 0px 15px;
	padding-top 0px;
	z-index: 5;
	position: relative;
	color: white;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;

	
	
}


.radiusbox .editorialminiheading, .latestradiuslink .editorialminiheading {
	
	margin: 0px 15px 0px 0px !important;
	background: none;
	padding-top 0px;
	z-index: 5;
	position: relative;
	color: black;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;

	
	
}

.radiusbox .editorialminiheading .radiuscategorytitle {
	
	margin-left: 0px;
	
}

.latestradiuslink .radiussubhead {
	
	color: black;
	margin: 5px 0px 0px 0px;
	
}


.radiuscategorytitle {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 300;
	margin-left: 4px;
	
}


.latestradiustitle {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	font-size: 18px;
	color: black;
	
	
}

.latestradiuslinkcropper {
	
	width: 92px;
	height: 80px;
	float: right;
	margin: 0px 0px 15px 15px;
	
}


.latestradiuslink {
	
	text-decoration: none;
	color: black;
	padding: 20px 0px 20px 0px;
	display: block;
	
	
}






.radiussubhead {
	position: relative;
	color: white;
	font-family: 'lft-etica', sans-serif;
	margin: 10px 15px 0px 15px;
	line-height: 16px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	z-index: 5;
	font-weight: 300;

	
	
}


.radiusbox .radiussubhead {
	
	color: black;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	
}



.radiuslogo {
	
	width: 237px;
	height: 57px;
	background: url("../images/radiuslogo1x.jpg") no-repeat;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-size: 100%;
	text-indent: 100%;
white-space: nowrap;
overflow: hidden;
	
}

.radiussub {
		
		font-family: 'lft-etica', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
		background: black;
		font-size: 12px;
		margin: 0px auto;
		float: none;
		font-weight: 700;
		color: white;
	padding: 6px 5px 5px 6px;
	display: inline-block;

		
		
	}
	
	
	.pagegrouping {
	
	
	width: 640px;
	float: left;
	margin: 0 auto 30px auto;
	background: none;
	
	
	
}


 	.mastheadpagegrouping {
	 	
	 	background: white !important;
	 	
 	}
 	
 	
 	.mastheadpagegrouping .article-header {
	 	
	 	width: 100% !important;
	 	border-bottom: 1px solid #d6d5d5;
	 	margin-bottom: 50px;
	 	
 	}
 	
 	
 	.mastheadpagegrouping h2.pagetitle {
	 	
	 	font-family: 'lft-etica', sans-serif;
font-size: 12px !important;
letter-spacing: 1px !important;
font-weight: 700 !important;
text-transform: uppercase; 
text-align: center !important;
margin: 0px auto 30px auto !important
	 	
 	}

	.rightgrouping {
		
		width: 260px;
		float: right;
		background: none;
		
	}
	
	.rightgrouping .editorspicks {
		
		margin-bottom: 40px !important;
		
	}
	
	.rightgrouping .editorspicks .pickstory {
		
		width: 100% !important;
		float: none;
		margin: 0px 0px 27px 0px;
		height: auto;
		
	}
	
	.rightgrouping .editorspicks .editorialminiheading {
		
		margin-top: 0px;
		
	}
	
	.rightgrouping .editorspicks .pickstory h4 {
		
		font-size: 16px;
		margin: 0px 0px 0px 0px;
		
	}
	
	.rightgrouping .editorspicks .pickstory .pickcropper {
		
		width: 62px;
		height: 62px;
		float: right;
		margin: 7px 0px 0px 12px !important;
		
	}
	

	ol.populararticlelist {
		
		list-style-type: decimal;
		font-size: 60px;
		
	}
	
		ol.populararticlelist li {
		
	
		background: blue;
		list-style-type: decimal;
		
	}


h2.pagetitle {
	
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	
}

h2.pagetitle_editorialboard, h3.pagetitle_editorialboard {
	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px !important;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 20px;
	
}

h2.pagetitle_newsletter {
	
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px !important;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 105%;
	
}


.newsletterpageheadertext {
	
	vertical-align: middle;
	padding-top: 4px;
	
	
}




h5.senior-mastheadstaff-name {
	
	font-size: 16px;
	font-weight: 600;
	font-family: 'lft-etica', sans-serif;
	text-align: center;
	margin: 0 auto;
	
}


h6.senior-mastheadstaff-title {
	
	font-size: 12px;
	font-weight: 300;
	font-family: 'lft-etica', sans-serif;
	text-align: center;
	margin: 0px auto 3px auto;
	text-transform: uppercase;	
}


h5.mastheadstaff-name {
	
	font-size: 15px;
	font-weight: 600;
	font-family: 'lft-etica', sans-serif;
	text-align: center;
	margin: 0 auto;
	
}


h6.mastheadstaff-title {
	
	font-size: 11px;
	font-weight: 300;
	font-family: 'lft-etica', sans-serif;
	text-align: center;
	margin: 0px auto 3px auto;
	text-transform: uppercase;	
}


h6.mastheadstaff-email {
	
	font-size: 11px;
	font-weight: 300;
	font-family: 'lft-etica', sans-serif;
	text-align: center;
	margin: 3px auto 30px auto;
	text-transform: none;	
}

h6.mastheadstaff-email a {
	
	color: black;
	text-decoration: none;
	-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;

	
}

h6.mastheadstaff-email a:hover {
	
	color: black;
	text-decoration: underline;
	
}

.mastheadstaff-divider {
	
	width: 275px;
	height: 1px;
	border-top: 1px solid #d6d5d5;
	margin: 45px auto 50px;
	
}

.centrebutton-page {
	
	height: 32px;
	font-size: 12px;
	margin: 50px auto 0px auto !important;
	display: block;
	width: 118px;
	line-height: 31px !important;
	letter-spacing: 1px;
	background: black;
	font-family: 'lft-etica', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: white !important;
	padding: 0px 10px 0px 12px !important;
	box-sizing: border-box;
	vertical-align: top;
	text-decoration: none !important;
	text-align: center;
	
}



h4.headings_editorialboard {
	
	margin: 19px 0px 4px 0px;
	padding: 0px 0px 0px 0px !important;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 17px;
	
}

h5.minititle {

font-family: 'lft-etica', sans-serif;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: normal;
margin: 0px 0px 8px 0px;
padding: 0px;
text-decoration: none;
color: black;
border: none;
font-weight: normal;

}

.pagebody {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0px;
	
}

.pagebody_editorspicks {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 60px;
	
}

.pagebody .coranto {
	
	font-size: 17px;
	font-family: 'coranto-2', serif;
	color: black;
	line-height: 25px;
		
	
}

.pagebody .corantosmall, .corantosmall {
	
	font-size: 14px;
	font-family: 'coranto-2', serif;
	color: black;
	line-height: 21px;
		
	
}

	
	.radiusheading {
		
		
		padding: 0px;
		margin: 0px 0px 30px 0px;
		color: white;
		
	}
	
	.radiusheading .radiussub {
		
		color: white;
		

	}
	
	
	
	
	.radiusheading_mobile {
		
		
		padding: 0px;
		margin: 0px 0px 30px 0px;
		color: white;
		display: none;
		position: relative;
		
		}
		
		
		.radiusheading_mobile .radiussub {
		
		color: white;
		
		
		

	}
	
	.subtop {
		
		width: 228px;
		padding: 6px 0px 5px 0px !important;
		margin-bottom: 30px;
		display: block !important;
		
		
	}
	
	.subbottom {
		
		width: 213px;
		margin-top: 0px;
		padding-bottom: 5px !important;
		padding-top: 2px !important;
		display: inline-block !important;
		position: absolute;
		left: 0px;
		top: 24px;

		
		
		
	}
	
	
	




/*Style 'show menu' label button and hide it by default*/
.show-menu {
		display: none;
		width: 100%;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}




li.ss-choice-item input[type=checkbox]{
    display: inline;
}

li.ss-choice-item {
	
	margin-bottom: 8px;
	
}







#boom {
	
	 margin: 10px 0px 0px 0px;	
	 list-style-type: none;
	 padding: 0;
	 text-transform: uppercase;
	 display: inline;
	
}

#boom>li {

display: inline-block;
float: left;
position: relative;



margin-right: 0.6%;

}




#boom>li>a {
display: block;
text-decoration: none;

background: white;
cursor: pointer;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
height: 30px;
color: black;
padding: 8px 9px 0px 9px;
text-align: center;


}


#boom>li>a:hover {

background: black;
color: white;


}

#boom>li:hover>a {

background: black;
color: white;

}

body.category-newsfeed #boom li a.newsfeedlink, body.category-newsfeed #boom li a.infocuslink, body.category-newsfeed #boom li a.opinionlink, body.category-newsfeed #boom li a.sportlink, body.category-newsfeed #boom li a.magazinelink, body.category-newsfeed #boom li a.radiuslink {
	
	width: auto;
	padding: 8px 0px 0px 0px !important;
	height: 39px;
	margin-right: 8px;
	margin-left: 10px;
	
}

body.category-newsfeed #boom li a.newsfeedlink:hover, body.category-newsfeed #boom li a.infocuslink:hover, body.category-newsfeed #boom li a.opinionlink:hover, body.category-newsfeed #boom li a.sportlink:hover, body.category-newsfeed #boom li a.magazinelink:hover, body.category-newsfeed #boom li a.radiuslink:hover {
	
	border-bottom: 4px solid #8e1762;
	
}

body.category-newsfeed #boom li:hover .boomsub, body.category-newsfeed #boom li:hover .boomsubfeature, body.category-newsfeed #boom li:hover .boomsubopinion, body.category-newsfeed #boom li:hover .boomsubsport, body.category-newsfeed #boom li:hover .boomsubmagazine {

display: none;

}

body.category-newsfeed #boom>li:hover>a {

background: none;
color: black;

}

body.category-newsfeed #boom>li>a {

-webkit-transition: all 0s;
-moz-transition: all 0s;
-ms-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;



}



.newsfeedlink {

width: 70px;
padding: 6px 0px 0px 0px;

}

.infocuslink {

width: 95px;
padding: 6px 0px 0px 0px;

}

.opinionlink {

width: 89px;
padding: 6px 0px 0px 0px;

}

.sportlink {

width: 78px;
padding: 6px 0px 0px 0px;

}

.magazinelink {

width: 103px;
padding: 6px 0px 0px 0px;

}

.radiuslink {

width: 69px; /* 85px */
padding: 6px 0px 0px 0px;

}

.radiuslink .oi {
	display: none;
	
}

.blogslink {

width: 61px; /* 77px */
padding: 6px 0px 0px 0px;

}

.blogslink .oi {
	
	display: none;
	
}


.boomsub {

color: black;
margin: 0px;
display: none;
z-index: 300;
position: relative;
width: 250px;
background: white;
font-family: 'lft-etica', sans-serif;
font-weight: 300;
font-size: 16px;
text-transform: none;
padding: 12px 10px 8px 10px;
line-height: 19px;
  position: absolute;
  letter-spacing: 0px;
  top: 30px;
  left: 0;
 
 
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  
 

}


#boom li:hover .boomsub {

display: block;

}

.boomsub>li {

display: block;
float: none;
background: white;
margin-bottom: 8px;

}

.miniheading {

font-family: 'lft-etica', sans-serif;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: normal;
margin: 0px 0px 2px 0px;
padding: 0px;
text-decoration: none;
color: black;
border: none;
font-weight: 700;

}

a .miniheading {

text-decoration: none;
border: none;

}

.boomsub hr, .boomsubfeature hr, .boomsubopinion hr {

border: none;
color: #d6d5d5;
background-color: #d6d5d5;
height:1px;
width: 100%;

}



.boomsub>li:hover {

display: block;
float: none;
background: white;

}

.cropper1, .cropper2, .cropper3, .cropper4, .cropper5, .cropper6, .cropper7, .cropper8 {

width: 100%;
height: 100px;
margin-bottom: 8px;
background: white;
overflow: hidden;
padding: 0px;

}

.cropper img {
	width: 100%;
	
}




.boomsub>li a {

text-decoration: none;
color: black;
display:inline;
background: #fff;
text-align: left;
padding: 0px;
-webkit-transition: all 0.0s;
-moz-transition: all 0.0s;
-ms-transition: all 0.0s;
-o-transition: all 0.0s;
transition: all 0.0s;

}



.boomsublink {

text-decoration: none;
color: black;
display:inline;
background: #fff;
text-align: left;
padding: 0px;

}




#boom li:hover li a:hover {

color: #8e1762;

}


li.seemore {

margin-top: 15px;
display: block;

}

li.seemore a.moremore {

background: #8e1762;
font-size: 10px;
color: white;
text-align: center;
padding: 4px 5px 4px 5px;

text-decoration: none;

}


#boom li:hover li.seemore a.moremore:hover {

color: white;
background: black;

}




 









.boomsubfeature, .boomsubopinion {

color: black;
margin: 0px;
display: none;
z-index: 300;
position: relative;
width: 620px;
background: white;
font-family: 'lft-etica', sans-serif;
font-weight: 300;
font-size: 16px;
text-transform: none;
padding: 12px 0px 20px 0px;
line-height: 19px;
  position: absolute;
  letter-spacing: 0px;
  top: 30px;
  left: 0;
 
 
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  overflow: auto;
  
  
 

}

.boomsubfeature a, .boomsubopinion a {

colour: black;

}


.clearitnow:before,
.clearitnow:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearitnow:after { clear: both; }
.clearitnow { zoom: 1; } /* IE < 8 */




.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}


#boom>li:hover>.boomsubfeature, #boom>li:hover>.boomsubopinion {

display: block;
overflow: auto;


}



.miniheading {

font-family: 'lft-etica', sans-serif;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: 700;
margin: 0px 0px 2px 0px;
padding: 0px;

}



.boomsubfeature>li:hover, .boomsubopinion>li:hover {

display: block;



}

.boomsubfeature>li>a, .boomsubopinion>li>a {

text-decoration: none;
color: black;
display:inline;
background: #fff;
text-align: left;
padding: 0px;
-webkit-transition: all 0.0s;
-moz-transition: all 0.0s;
-ms-transition: all 0.0s;
-o-transition: all 0.0s;
transition: all 0.0s;

}



.boomsublink {

text-decoration: none;
color: black;
display:inline;
background: #fff;
text-align: left;
padding: 0px;

}


#boom>li:hover>li>a {

background: none;
color: black;
-webkit-transition: all 0.0s;
-moz-transition: all 0.0s;
-ms-transition: all 0.0s;
-o-transition: all 0.0s;
transition: all 0.0s;


}







.listone {


width: 50%;
float: left;
margin: 0px;
padding: 0px 0px 0px 0px;



}

.listoneul {

margin: 0px;
padding: 0px;


}

.listtwoul {

margin: 0px;
padding: 0px;

}

.listoneul>li.leftone {


display: inline-block;
width: 49.5%;
float: left;
text-align: center;
margin: 0px;
padding: 0px 0px 0px 0px;


}



.listtwoul>li.lefttwo {


margin: 0px;
padding: 0px 0px 0px 0px;


}

.listtwoul>li.lefttwo>ul.lefttwoul {


margin: 0px;
padding: 0px 13px 0px 0px;
width: 53%;
border-right: 1px solid #d6d5d5;
float: left;


}


.listtwoul>li.righttwo {


margin: 0px;
padding: 0px 0px 0px 0px;


}

.listtwoul>li.righttwo>ul.righttwoul {


margin: 0px;
padding: 0px 0px 0px 13px;

width: 47%;
float: right;


}

.listtwoul>li.righttwo>ul.righttwoulopinion {


margin: 0px;
padding: 0px 0px 0px 13px;

width: 47%;
float: right;


}




.listtwoul>li.righttwo>ul.righttwoul>li, .listtwoul>li.righttwo>ul.righttwoulopinion>li {

font-family: 'lft-etica', sans-serif;
font-weight: 400;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0px;
margin: 0px 0px 2px 0px;
padding: 0px;
color: black;
border: none;
color: #8e1762;

}

.listtwoul>li.righttwo>ul.righttwoul>li>a, .listtwoul>li.righttwo>ul.righttwoulopinion>li>a {

text-transform: uppercase;
text-decoration: none;
color: #8e1762;

}



.listtwoul>li.righttwo>ul.righttwoul>li>a:hover, .listtwoul>li.righttwo>ul.righttwoulopinion>li>a:hover {

color: black;

}




.listoneul>li.rightone {


display: inline-block;
width: 50%;
float: right;
text-align: center;
margin: 0px;
padding: 0px 2px 0px 3px;
border-left: 1px solid #d6d5d5;
border-right: 1px solid #d6d5d5;

}

.listoneul>li>a {

width: 86%;
color: black;

text-decoration: none;

display: block;
margin: 0 auto;

}

.listoneul>li>a>span {


color: black;


}



.listoneul>li>a:hover>span {


color: #8e1762;


}


.listtwo {


width: 50%;
float: right;
margin: 0;
padding-left: 13px;


}











/* THIS STYLES THE SEARCH BOX CONTAINER DIV */


.searchboxd {

background: white;
padding: 0px;
width: 15%;
float: left;
height: 30px;
margin-left: 1%;
border: 1px solid black;
 


}

.emailinput {
	
	height: 32px;
	width: 195px;
	border: 1px solid black;
	background: white;
	font-family: 'lft-etica', sans-serif;
	font-weight: 200;
	font-size: 14px;
	line-height: 15px;
	padding: 0px 0px 0px 7px;
	color: black;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	float: left;
	-webkit-appearance: none;
    border-radius: 0;
	
}

.emailinput:focus {
	
	outline: none;
	
}

.getinyourinbox {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 111%;
	margin-bottom: 12px;

	
}

.emailsubscribe {
	
	height: 32px;
	font-size: 12px;
	letter-spacing: 1px;
	background: black;
	border: 0px !important;
	font-family: 'lft-etica', sans-serif;
	border-top-width: 0px !important;
	font-weight: 600;
	border-top-style: none !important;
	text-transform: uppercase;
	color: white;
	padding: 0px 10px 0px 9px !important;
	display: inline-block;
	margin: 0px 0px 48px 0px !important;
	box-sizing: border-box;
	vertical-align: top;
	-webkit-appearance: none;
    border-radius: 0;
	
}

.emailsubscribe:hover {
	
	cursor: pointer;
	
}

.zeroline {
	
	line-height: 0px;
	position: relative;
	
}

#mce-EMAIL-error {
	
	position: absolute;
	top: 42px;
	left: 0px;
	font-family: 'lft-etica', sans-serif;
	color: #d30400;
	font-weight: 400;
	font-size: 11px;
	
}


/* THIS STYLES THE SEARCH BOX FORM ELEMENT */

.searchformform {

float: left;
width: 100%;

padding: 0px;
float: left;
height: 28px;


}

/* THIS STYLES THE SEARCH BOX FORM INPUT ELEMENT */




.fullsections {

width: 50px;
background: blue;
float: left;


}




















.searchboxd #searchform input {


	display: block;
	float: left;
  height: 28px;
  line-height: 14px;
  padding: 0px 0px 0px 7px;
  margin-bottom: 0px;
  outline: none;
  color: black;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 75%;
  max-width: 400px;
  font-family: 'lft-etica', sans-serif;
  font-weight: 400;
  background-color: transparent;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; 



}








/* IF YOU LOOK AT THE HTML, THE ICON IS ALSO STYLED BY THE .oi class */







#articlecontent {
	
	
	
	width: 940px;
	margin: 92px auto 25px auto;
	
	
	
}





.article-header {
	
	width: 620px;
	
	float: left;
	
	
}



#articlecontentwide {
	
	width: 820px;
	margin: 92px auto 25px auto;
	
}


.racetitle {
	
	font-family: 'lft-etica', serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	display: block;
	letter-spacing: 0x;
	margin: 30px 0px 32px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	
	
}

.candidateone {
	
	width: 48.5%;
	float: left;
	margin-bottom: 32px;
	
}

.candidatetwo {
	
	width: 48.5%;
	float: right;
	margin-bottom: 32px;
	
}

.seefullraceanalysis {
	
	height: 32px;
	font-size: 12px;
	line-height: 31px !important;
	letter-spacing: 1px;
	background: black;
	border: 0px !important;
	font-family: 'lft-etica', sans-serif;
	border-top-width: 0px !important;
	font-weight: 600;
	border-top-style: none !important;
	text-transform: uppercase;
	color: white !important;
	padding: 0px 10px 0px 9px !important;
	display: inline-block;
	margin: 0px 0px 0px 0px !important;
	box-sizing: border-box;
	vertical-align: top;
	-webkit-appearance: none;
    border-radius: 0;
    text-decoration: none !important;
	
}

.seefullraceanalysis:hover {
	
	cursor: pointer;
	
}

.candidateleftimage {
	
	width: 22%;
	margin-right: 0px;
	margin-bottom: 100px;
	
	float: left;
	display: block;
	
}

.candidateright {
	
	width: 74.6%;
	float: right;
	
	
	
	
}


.pollingdataright {
	
	
	width: 390px;
	float: right;
	margin-left: 16px;
	
	
}

.utpost-content .pollingdataright h5 {
	
	
	font-family: 'lft-etica', sans-serif;
	color: black;
	font-weight: 600;
	font-size: 18px;
	line-height: 111%;
	margin-top: 3px !important;
	margin-bottom: 16px !important;
	z-index: 100000;
	
	
}

.pollingdataright img {
	
	
	width: 100%;
	
}



.utpost-content h4.candidatename {
	
	font-family: 'lft-etica', sans-serif;
	color: black;
	font-weight: 600;
	font-size: 20px;
	line-height: 111%;
	margin-top: 5px !important;
	
}

.utpost-content h5.whyrunning {
	
	font-family: 'lft-etica', serif !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	line-height: 100% !important;
	margin-top: 23px !important;
	margin-bottom: 8px !important;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	
}


.article-headerwide {
	
	width: 820px;
	
	float: left;
	
	
}



.loveinterestheading {
	
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display: block;
	
	
}

a.loveinterestheading {
	
	text-decoration: none;
	
	
}

a:hover.loveinterestheading {
	
	text-decoration: none;
	
	
}


.nf-response-msg {
		
		background: url("../images/emailsuccess.jpg");
		background-size: 52px 52px;
		background-repeat: no-repeat;
		padding-left: 65px;
		padding-top: 13px;
		font-weight: 700;
		font-size: 20px;
		vertical-align: middle;
		font-family: 'lft-etica', sans-serif !important;
		height: 60px;
		margin-bottom: 15px !important;
	}
	
	
	
	.nf-response-msg p:first-child:first-letter { float: none !important; color: black !important; font-size: 20px !important; line-height: inherit !important; padding-top: 0px !important; padding-right: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; font-family: 'lft-etica', sans-serif !important;
	text-transform: none !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	letter-spacing: 0px !important;
 }
	
	
	.nf-response-msg p {
		
		padding: 0px;
		margin: 0px;
		
	}



.nf-error-msg {
	
	font-family: 'lft-etica', sans-serif !important;
color: #d30400 !important;
font-weight: 400 !important;
font-size: 11px !important;
margin-top: -5px !important;
	
	
}








.nf-field-container {
	
	margin-bottom: 18px !important;
}

.nf-input-limit {
	
	font-family: 'lft-etica', sans-serif !important;
color: black !important;
font-weight: 400 !important;
font-size: 11px !important;
	
	
}


.ninja-forms-req-symbol {
	
	color: #d30400 !important;
	
}


.nf-form-fields-required {
	
	font-family: 'lft-etica', sans-serif !important;
font-weight: 400 !important;
font-size: 11px !important;
margin-bottom: 15px;
	
}



.nf-field-label {
	
font-family: 'lft-etica', sans-serif !important;
color: black !important;
font-weight: 600 !important;
margin-bottom: 2px !important;
font-size: 12px !important;
letter-spacing: 1px !important;
text-transform: uppercase;

	}
	
	.nf-field-label label {
	
font-family: 'lft-etica', sans-serif !important;
color: black !important;
font-weight: 600 !important;
margin-bottom: 2px !important;
font-size: 12px !important;
letter-spacing: 1px !important;
text-transform: uppercase;

	}
	
	.nf-field-element input {
	
color: black !important;
background: white;
border: 1px solid black;
height: 32px !important;
box-sizing: border-box;
font-family: 'lft-etica', sans-serif !important;
font-weight: 200 !important;
font-size: 14px !important;
line-height: 15px !important;
padding: 0px 7px 0px 7px !important;
width: 260px !important;
-webkit-appearance: none;
border-radius: 0;


	}
	
	
	.nf-field-element input[type=button] {
	
height: 32px !important;
font-size: 12px !important;
letter-spacing: 1px !important;
background: black !important;
width: auto !important;
border: 0px !important;
    border-top-width: 0px;
    border-top-style: none;
font-family: 'lft-etica', sans-serif;
border-top-width: 0px !important;
font-weight: 600 !important;
border-top-style: none !important;
text-transform: uppercase !important;
color: white !important;
padding: 0px 12px 0px 11px !important;
display: inline-block !important;
margin: 0px 0px 0px 0px !important;
box-sizing: border-box !important;
vertical-align: top;
-webkit-appearance: none;
border-radius: 0 !important;

}
	
	
	
	
	.nf-field-element select {
	
color: black !important;
background: white;
border: 1px solid black;
height: 32px !important;
box-sizing: border-box;
font-family: 'lft-etica', sans-serif !important;
font-weight: 200 !important;
font-size: 14px !important;
line-height: 15px !important;
padding: 0px 7px 0px 7px !important;
width: 260px !important;


	}
	
	
	.nf-field-element textarea {
	
color: black !important;
background: white;
border: 1px solid black;
box-sizing: border-box;
font-family: 'lft-etica', sans-serif !important;
font-weight: 200 !important;
font-size: 14px !important;
line-height: 15px !important;
padding: 7px 7px 7px 7px !important;
max-width: 90% !important;

	}

.utpost-content p.nodropcap-loveinterest:first-letter { float: none !important; color: black !important; font-size: 17px !important; line-height: inherit !important; padding-top: 0px !important; padding-right: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; font-family: 'lft-etica', sans-serif !important;
	text-transform: uppercase !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	letter-spacing: 2px !important;
 }



.firstsentence {
	
	font-family: 'lft-etica', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	letter-spacing: 2px;
	
	
}


.loveinterest_submitbox {
	
	
	
	display: table;
	overflow: hidden;
	font-family: 'lft-etica', sans-serif;
	
	
	margin: 2px 0px -5px 18px;
	width: 210px;
	float: right;
	padding: 0px 0px 18px 0px;
	border-top: 1px solid #d6d5d5;
	text-align: left;
	
	
}



.loveinterest_submitbox h6.submittitle {
	
	font-family: 'lft-etica', sans-serif;
	margin: 10px 0px 0px 0px !important;
	color: black;
	text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
font-weight: 700;
line-height: 130%;
	
}

.loveinterest_submitbox p {
	
	margin: 0px;
	padding: 0px;
	
}


.loveinterest_submitbox span {
	
	font-family: 'lft-etica', sans-serif;
color: #696969;
margin-top: 8px;
line-height: 17px;
font-size: 14px;
text-decoration: none;
display: block;
font-weight: 300;
	
	
}


.loveinterest_submitbox span a {
	
	
color: black;
font-weight: 600 !important;
text-decoration: none;	
text-decoration-color: #696969; 
	
}

.loveinterest_submitbox span a:hover {
	
	
color: black;
text-decoration: underline;	
text-decoration-color: black; 
	
}



.loveinterest_squarebyline {
	
	
	
	display: table;
	overflow: hidden;
	font-family: 'lft-etica', sans-serif;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 2px;
	
	margin: 22px 12px -8px 0px;
	width: 100px;
	height: 89px;
	float: left;
	padding: 0px 10px 0px 10px;
	border: 1px solid #d6d5d5;
	text-align: center;
	
	
}

.loveinterest_squarebyline .bylinetext {
	
	display: table-cell; 
	vertical-align: middle;
	font-size: 10px;
	line-height: 124%;
	
}

.loveinterest_squarebyline .bylinetext .writernameli {
	
	
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
	line-height: 124%;

	
}




.loveinterestheading span.love {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 22px; 
	color: black;
	text-transform: uppercase;
	border: solid 5px #da2642;
	letter-spacing: 7px;
	display: block;
	background: white;
	width: 103px;
	padding: 0px 0px 0px 7px;
	
	
}


.loveinterestheading span.interest {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 22px; 
	color: black;
	text-transform: uppercase;
	border: solid 5px #da2642;
	letter-spacing: 7px;
	display: block;
	background: white;
	width: 177px;
	padding: 0px 0px 0px 7px;
	margin-left: 20px;
	margin-top: -5px;
	
}


.loveinterestslightlysmaller {
	
	margin-top: 15px;
	
}


.loveinterestslightlysmaller span.love {
	
	font-size: 18px !important; 
	border: solid 4px #da2642 !important;
	letter-spacing: 6px !important;
	width: 86px !important;
	padding: 0px 0px 0px 6px !important;
	
	
}

.loveinterestslightlysmaller span.interest {
	
 	font-size: 18px !important; 
	border: solid 4px #da2642 !important;
	letter-spacing: 6px !important;
	width: 149px !important;
	padding: 0px 0px 0px 7px !important;
	margin-left: 17px !important;
	margin-top: -4px !important;
	
}




.articleheadline {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 111%;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	
}

.freshersheadline {
	
	color: black;
font-family: 'lft-etica-compressed', sans-serif !important;
font-weight: 700;
font-size: 36px;
line-height: 96% !important;
display: block;
margin: 0px 0px 11px 0px !important;
padding: 0px 0px 0px 0px;
text-transform: uppercase !important;
	
	
}

.radiusheadline {
	
	font-family: 'Radius-font', sans-serif !important;
	font-weight: normal !important;
	line-height: 105% !important;
	letter-spacing: -0.2px;
	font-size: 32px !important;
	
}


.articleheadline_loveinterest {
	
	color: black;
	font-family: 'coranto-2-headline', serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 111%;
	display: block;
	margin: 20px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	
}

.articleheadline_loveinterestcolumn {
	
	
	font-size: 30px !important;
	
	
}


.loveinterestcolumncount {

	font-family: 'lft-etica', sans-serif;
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: black;
		background: white;
		font-weight: 600;
		text-align: center;
		float: left;
		padding: 5px 5px 5px 0px;
		display: inline-block;
		text-decoration: none;
		margin: 0px 8px 0px 0px;

}



.articleheadline_dearfresherme {
	
		color: black;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 111%;
	display: block;
	letter-spacing: -0.4px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	

	
}


.articleheadline_dearfresherme span.dearfresherme_title {
	
		color: black;
	font-family: 'lft-etica', serif;
	font-weight: 300;
	display: block;
	letter-spacing: -0.4px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	

	
	
}




.articleheadline_editorial {
	
	font-family: 'coranto-2-headline', serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 111%;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: black;
	
	
}

a.readinotherlanguage {
	
	text-decoration: none;
	font-family: 'coranto-2-headline', serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 111%;
	display: block;
	margin-bottom: 20px;
	color: black;
	
}

a.readinotherlanguage:hover {
	
	color: black;
	text-decoration: underline;
	
}


.articlesub {
	
	color: #696969;
	font-family:  'lft-etica', sans-serif;
	font-weight: 200;
	font-size: 20px;
	line-height: 114%;
	display: block;
	margin: 8px 0px 15px 0px;
	padding: 0px;
	
	
}

.articlesub .articlesub_black {
	
	color: black;
	
}


.articlesectiontag {
	
	
	font-size: 10px;
	font-family: 'lft-etica', sans-serif;
	letter-spacing: 1px;
	
	text-align: center;
	float: left;
	color: white;
	padding: 6px 5px 5px 6px;
	display: inline-block;
	
	text-decoration: none;
	margin: 0px 9px 0px 0px;
	
	

	}
	
	
h2.articlesectiontag {
	
	
	font-size: 20px;
	font-family: 'lft-etica', sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: white;
	float: none;
	padding: 6px 2px 5px 6px;
	display: inline-block;
	
	text-decoration: none;
	margin: 0px 9px 30px 0px;
	
	

	}
	
	
	
	.infogrouping {
		
		margin-bottom: 15px;
		
	}



.writershareblock {
	
	

	width: 620px;
	border-top: 0px solid #d6d5d5;
	padding: 15px 0px 0px 0px;
	margin-bottom: 15px;
	
	
	
}


.shareblockwide {
	
	width: 820px !important;
	
}

.writershareblock .onebigauthorname {
	
	font-size: 15px;
	font-family:  'lft-etica', sans-serif;
	font-weight: 300;
	float: left;
	padding-top: 0px;
	max-width: 60%;
	
	
	
}


.writershareblock .authoruppercase {
	
	font-family:  'lft-etica', sans-serif;
	font-weight: 600;
	color: black;
	text-transform: none;
	
}

.writershareblock .authoruppercase a {
	
	color: black;
	text-decoration: none;
	
}

.writershareblock .authoruppercase a:hover {
	
	color: black;
	text-decoration: underline;
	
}


.writershareblock .positionname {
	
	display: block;
	color: black;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 3px;
	
	
	
}

.dateright {
	
	
	font-size: 12px;
	font-family:  'lft-etica', sans-serif;
	font-weight: 300;
	padding: 5px 4px 0px 0px;
	margin-right: 0px;
	color: black;
	text-transform: uppercase;
}


.sharebuttonsblock {
	
	float: right;
	
	
}


div.stuck .leftforce, div.stuck .centerforce  {
	
	float: right !important;
	margin: 0 !important;
	text-align: inherit !important;
	
	
}

.leftforce {
	
	float: left !important;
	
}

.centerforce {
	
	float: none !important;
	width: 110px;
	margin: 0 auto;
	text-align: center;
	
}


.facebookshare {
	
	font-family:  'lft-etica', sans-serif;
	width: 32px;
	height: 42px;
	background: url('../images/facebookbutton.png') no-repeat #3b5a99;
	font-weight: 600;
	display: block;
	float: left;
	margin: 0px 7px 0px 0px;
	padding: 29px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
	color: #9e9c9c;
	text-decoration: none;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;

	    
	
	
}

.twittershare {
	
	font-family:  'lft-etica', sans-serif;
	width: 32px;
	height: 42px;
	background: url('../images/twitterbutton.png') no-repeat #55acee; 
	font-weight: 600;	
	display: block;
	float: left;
	margin: 0px 7px 0px 0px;
	padding: 29px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
	color: #9e9c9c;
	text-decoration: none;
	-moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
	 
	
	
}

.emailshare {
	
	font-family:  'lft-etica', sans-serif;
	width: 32px;
	height: 42px;
	background: url('../images/emailbutton.png') no-repeat #555555;
	font-weight: 600;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 29px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
	color: #9e9c9c;
	text-decoration: none;
	-moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
	   
	
	
}




.facebookshare:hover {
	
	background: url('../images/facebookbutton.png') no-repeat #2c4371;
	background-size: 100%;	
	color: #9e9c9c;
	text-decoration: none;
	
	
}

.twittershare:hover {
	
	background: url('../images/twitterbutton.png') no-repeat #3f7fb0; 
	background-size: 100%;	
	color: #9e9c9c;
	text-decoration: none;
	
}

.emailshare:hover {
	
	background: url('../images/emailbutton.png') no-repeat #3f3f3f;
	background-size: 100%;	
	color: #9e9c9c;
	text-decoration: none;
	
	
}



.liveblog-meta-author-avatar {
	
	display: none !important;
	
}



.utpost-content, .utlivepost-content {
	
	font-size: 17px;
	font-family: 'coranto-2', serif;
	width: 620px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: black;
	line-height: 25px;
	border-top: 1px solid #d6d5d5;
	

}


.lp-credits, lp-credits-after  {
	
	height: 0px !important;
	display: none !important;
	
}

.utlivearticleblock {
	
	width: 85%;
	background-color: white;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin-top: 9px;
	display: block;
	text-decoration: none;
	color: black;
	margin-bottom: 25px !important;
	
}

.liveblog-entry-content .utlivearticleblock p {
	
	height: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	
}

.utlivepost-content .utlivearticleblock a {
	
	padding: 17px 17px 17px 17px;
	width: 100%;
	margin-top: 0px;
	text-decoration: none !important;
	color: black;
	display: block;
	
}

.utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper .utlivearticleblock a:hover,
.utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock a:hover,
.utlivepost-content .livepress-update .livepress-update-outer-wrapper .utlivearticleblock a:hover,
.utlivepost-content .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock a:hover {
	
	text-decoration: none;
	border-bottom: none;
	color: #333333;
	
}




.utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper .utlivearticleblock a p, 
.utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper .utlivearticleblock p, 
.utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper .utlivearticleblock p a, 
.utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock a p, 
.utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock p, 
.utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock p a,
.utlivepost-content .livepress-update .livepress-update-outer-wrapper .utlivearticleblock a p, 
.utlivepost-content .livepress-update .livepress-update-outer-wrapper .utlivearticleblock p, 
.utlivepost-content .livepress-update .livepress-update-outer-wrapper .utlivearticleblock p a, 
.utlivepost-content .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock a p, 
.utlivepost-content .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock p, 
.utlivepost-content .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock p a {
	
	display: none !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	
}

.utlivearticleblock a h4 {
	
	font-family: 'lft-etica', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 7px 0px !important;
	text-decoration: none;
	color: black;
	padding: 0px 0px 0px 0px;
	line-height: 111% !important;
	
}

.utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper .utlivearticleblock a:hover h4, 
.utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper .utlivearticleblock a:hover h5,
.utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock a:hover h4, 
.utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock a:hover h5, 
.utlivepost-content .livepress-update .livepress-update-outer-wrapper .utlivearticleblock a:hover h4, 
.utlivepost-content .livepress-update .livepress-update-outer-wrapper .utlivearticleblock a:hover h5,
.utlivepost-content .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock a:hover h4, 
.utlivepost-content .livepress-old-update .livepress-update-outer-wrapper .utlivearticleblock a:hover h5 {
	
	text-decoration: none !important;
	border: none !important;
	color: #333333;
	
	
}


.utlivearticleblock a h5 {
	
	font-family: 'lft-etica', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 111% !important;
	
}


.utlivepost-content #post_content_livepress .livepress-old-update .lp-share, .utlivepost-content .livepress-old-update .lp-share {
	
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	
}



.utlivepost-content #post_content_livepress .livepress-update .livepress-meta, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-meta, .utlivepost-content .livepress-update .livepress-meta, .utlivepost-content .livepress-old-update .livepress-meta {
	
	padding: 0px !important;
	margin: 22px 0px 0px 0px !important;
	
}


.utlivepost-content #post_content_livepress {
	
	margin-top: 20px !important;
	
}


#post_content_livepress {
	
	border-bottom: 0px !important;
	
}


.liveblog-entry-content p, .utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper p, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper p, .utlivepost-content .livepress-update .livepress-update-outer-wrapper p, .utlivepost-content .livepress-old-update .livepress-update-outer-wrapper p {
	
	margin-top: 0px !important;
	padding-top: 0px !important;
	margin-bottom: 17px !important;
	height: auto !important;
	display: block !important;
	
	

}

.utlivepost-content .liveblog-entry-content img, .utlivepost-content .liveblog-entry-content p img {
	
	width: 92% !important;
	
}


.liveblog-entry-content blockquote, .utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper blockquote, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper blockquote, .utlivepost-content .livepress-update .livepress-update-outer-wrapper blockquote, .utlivepost-content .livepress-old-update .livepress-update-outer-wrapper blockquote {
	
	font-family: 'lft-etica', sans-serif;
	font-size: 25px;
	color: black;
	font-weight: 200;
	line-height: 111%;
	margin-left: 0px;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}

.liveblog-entry-content blockquote p, .utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper blockquote p, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper blockquote p, .utlivepost-content .livepress-update .livepress-update-outer-wrapper blockquote p, .utlivepost-content .livepress-old-update .livepress-update-outer-wrapper blockquote p {
	
	font-family: 'lft-etica', sans-serif !important;
	font-size: 25px !important;
	color: black !important;
	font-weight: 200 !important;
	line-height: 111% !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.liveblog-entry-content .portrait_textatside, .utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper .portrait_textatside, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper .portrait_textatside, .utlivepost-content .livepress-update .livepress-update-outer-wrapper .portrait_textatside, .utlivepost-content .livepress-old-update .livepress-update-outer-wrapper .portrait_textatside {
	
	margin: 7px 0px 0px 0px !important;
	
	
}


.utlivepost-content #post_content_livepress .livepress-update .livepress-update-outer-wrapper img, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-update-outer-wrapper img, .utlivepost-content .livepress-update .livepress-update-outer-wrapper img, .utlivepost-content .livepress-old-update .livepress-update-outer-wrapper img {
	
	
	
}

.utlivepost-content #post_content_livepress .livepress-update p, .utlivepost-content #post_content_livepress .livepress-old-update p, .utlivepost-content .livepress-update p, .utlivepost-content .livepress-old-update p {
	
	height: 0px;
	display: none;

	
}


.liveblog-update-btn {
	
	display: block;
	text-decoration: none;
	background: #8e1762;
	cursor: pointer !important;
	height: 30px !important;
	color: #fff !important;
	padding: 7px 9px !important;
	text-align: center !important;
	font-family: 'lft-etica', sans-serif !important;
	font-weight: 700 !important;
	border-radius: 0px !important;
	letter-spacing: 0.6px !important;
	text-transform: uppercase !important;
	font-size: 13px;
	
	
}


.liveblog-meta-time span:nth-child(2) {
	
	display: none !important;
	
}


.liveblog-meta-time span:first-child {
	
	font-weight: normal !important;
	color: rgb(153, 153, 153) !important;
	text-transform: uppercase !important;
	
}



.liveblog-meta-time span {
	
	padding-top: 2px !important;
	
}



.liveblog-meta-time, .utlivepost-content #post_content_livepress .livepress-update .livepress-meta .livepress-update-header-timestamp, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-meta .livepress-update-header-timestamp, .utlivepost-content .livepress-update .livepress-meta .livepress-update-header-timestamp, .utlivepost-content .livepress-old-update .livepress-meta .livepress-update-header-timestamp {
	
	color: rgb(153, 153, 153);
	font-size: 11px;
	text-decoration: none;
	border-bottom: none;
	font-family: 'lft-etica', sans-serif !important;
	text-transform: none !important;
	line-height: 17px !important;
	font-weight: normal !important;
	
}

.liveblog-meta-time a, .utlivepost-content #post_content_livepress .livepress-update .livepress-meta .livepress-update-header-timestamp a, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-meta .livepress-update-header-timestamp, .utlivepost-content .livepress-update .livepress-meta .livepress-update-header-timestamp a, .utlivepost-content .livepress-old-update .livepress-meta .livepress-update-header-timestamp a {
	
	color: rgb(153, 153, 153);
	font-size: 11px;
	text-decoration: none;
	border-bottom: none;
	font-family: 'lft-etica', sans-serif !important;
	text-transform: none !important;
	line-height: 17px !important;
	
}

a.liveblog-meta-time:hover {
	
	text-decoration: none !important;	
	color: rgb(153, 153, 153) !important;
	
	
}




.utlivepost-content #post_content_livepress .livepress-update .livepress-meta .livepress-update-header-timestamp, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-meta .livepress-update-header-timestamp, .utlivepost-content .livepress-update .livepress-meta .livepress-update-header-timestamp, .utlivepost-content .livepress-old-update .livepress-meta .livepress-update-header-timestamp {
	
	color: rgb(153, 153, 153);
	font-size: 11px;
	text-decoration: none;
	border-bottom: none;
	font-family: 'lft-etica', sans-serif !important;
	text-transform: uppercase !important;
	line-height: 17px !important;
	
}


.utlivepost-content #post_content_livepress .livepress-update .livepress-meta .livepress-update-header-timestamp a:hover, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-meta .livepress-update-header-timestamp a:hover, .utlivepost-content .livepress-update .livepress-meta .livepress-update-header-timestamp a:hover, .utlivepost-content .livepress-old-update .livepress-meta .livepress-update-header-timestamp a:hover {
	
	
	text-decoration: none !important;
	border-bottom: none !important;

	
}




.utlivepost-content #post_content_livepress .livepress-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp, .utlivepost-content .livepress-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp, .utlivepost-content .livepress-old-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp {
	
	padding-left: 0px !important;
	color: rgb(153, 153, 153);
	font-size: 11px;
	text-decoration: none;
	border-bottom: none;
	font-family: 'lft-etica', sans-serif !important;
	text-transform: uppercase !important;
	line-height: 17px !important;

	
}

.utlivepost-content #post_content_livepress .livepress-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp a:hover, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp a:hover, .utlivepost-content .livepress-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp a:hover, .utlivepost-content .livepress-old-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp a:hover {
	
	text-decoration: none !important;
	border-bottom: none !important;
	
	
}


.utlivepost-content #post_content_livepress .livepress-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp a, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp a, .utlivepost-content .livepress-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp a, .utlivepost-content .livepress-old-update .livepress-meta .livepress-update-header-timestamp abbr.livepress-timestamp a {
	
	padding-left: 0px !important;
	color: rgb(153, 153, 153);
	font-size: 11px;
	text-decoration: none;
	border-bottom: none;
	font-family: 'lft-etica', sans-serif !important;
	text-transform: uppercase !important;
	line-height: 17px !important;

	
}


.utlivepost-content #post_content_livepress .livepress-update .livepress-meta strong, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-meta strong, .utlivepost-content .livepress-update .livepress-meta strong, .utlivepost-content .livepress-old-update .livepress-meta strong {
	
	color: white !important;
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	
}

.liveblog-meta-author-name, .utlivepost-content #post_content_livepress .livepress-update .livepress-meta .livepress-update-author, .utlivepost-content #post_content_livepress .livepress-old-update .livepress-meta .livepress-update-author, .utlivepost-content .livepress-update .livepress-meta .livepress-update-author, .utlivepost-content .livepress-old-update .livepress-meta .livepress-update-author  {
	
	font-family: 'lft-etica', sans-serif !important;
	font-weight: 800 !important;
	font-size: 15px !important; 
	line-height: 17px !important;
	padding-right: 5px !important;
	color: black !important;
	margin-left: 0px !important;
	
}


#liveblog-container #liveblog-entries .liveblog-entry {
	
	border-top: 0px !important;
	border-bottom: 1px solid rgb(240, 240, 240) !important;
	background: white !important;
	
}

.utlivepost-content .liveblog-entry-aside a {
	
	text-decoration: none !important;
	
}

.liveblog-entry {
	
	display: block !important;
	border-top: 0px !important;
	border-bottom: 1px solid rgb(240, 240, 240) !important;
	background: white !important;
	margin: 0px 0px 23px 0px !important;
	padding: 0px !important;
	
}

.liveblog-pagination {
	
	font-family: 'lft-etica', sans-serif !important;
	text-transform: uppercase !important;	
}

.liveblog-pagination button {
	
	font-family: 'lft-etica', sans-serif !important;
	text-transform: uppercase !important;	
	font-size: 12px;
	font-weight: bold;
}



#liveblog-container #liveblog-entries .liveblog-entry .liveblog-meta span.liveblog-author-name {
	
	
	font-family: 'lft-etica', sans-serif !important;
	font-weight: 800 !important;
	font-size: 15px; 
	
	
}

.liveblog-entry-content figure img {
	
	width: 100% !important;
	
}

#liveblog-container #liveblog-entries .liveblog-entry .liveblog-entry-text {
	
	margin: 7px 0px 0px 0px;
	
}

#liveblog-container #liveblog-entries .liveblog-entry .liveblog-entry-text p {
	
	font-size: 17px !important;
	font-family: 'coranto-2', serif !important;
	line-height: 25px;
	margin-top: 0px;
	padding-top: 0px;
		
}

#liveblog-container #liveblog-entries .liveblog-entry .liveblog-meta .liveblog-meta-time {
	
	float: none !important;
	margin-left: 4px !important;	
	
}


#liveblog-container #liveblog-entries .liveblog-entry .liveblog-meta .liveblog-meta-time a.liveblog-time-update {
	
	color: rgb(153, 153, 153);
	font-size: 11px;
	text-decoration: none;
	border-bottom: none;
	font-family: 'lft-etica', sans-serif !important;
	
	
}



.candidate-table {
	
	font-family: 'lft-etica', sans-serif;
	font-size: 15px;
	color: black;
	font-weight: normal;
	
}


.candidate-table .candidate-header {
	
	color: rgb(153, 153, 153);
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	border-top: 0px;
	
}

.count-title {
	
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 4px;
	font-family: 'lft-etica', sans-serif !important;
	
}

.race-title {
	
	font-size: 12px;
	font-weight: 600;
	margin-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 7px;
	font-family: 'lft-etica', sans-serif !important;
	text-transform: uppercase;
	width: 100%;
	line-height: 111%;
	border-bottom: 1px solid #d6d5d5;
	
	
	
}

 

.candidate-table tr td, .candidate-table .name {
	
	height: 32px; vertical-align: middle; line-height: 30px; padding: 5px 0px 5px 3px;
	border-top: 1px solid #d6d5d5;
	border-bottom: 1px solid #d6d5d5;
	letter-spacing: -0.4px !important;
	
}

.candidate-table tr:last-child > td, .candidate-table tr:last-child > .name {
  border-bottom: 0 !important;
  }

.candidate-table .pref {
	
	font-weight: bold;
	text-align: center;
	
	}
	
	
	.candidate-table .votes {
	
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	
	}
	
	.candidate-table .percent {
	
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	
	}

.candidate-table .elected {
	
	height: 32px; 
	background: url('http://universitytimes.ie/wp-content/uploads/seanadcandidates/elected.png') no-repeat;
	background-size: 171px 42px;
	color: white;
	
}

.candidate-table .winner {
	
	height: 32px; 
	background: url('http://universitytimes.ie/wp-content/uploads/TCDSU2019/electednew.png') no-repeat;
	background-size: 149px 42px;
	color: white;
	
}

.candidate-table .elected {
	
	height: 32px; 
	background: url('http://universitytimes.ie/wp-content/uploads/seanadcandidates/elected.png') no-repeat;
	background-size: 171px 42px;
	color: white;
	
}

.candidate-table .wins {
	
	height: 32px; 
	background: url('http://universitytimes.ie/wp-content/uploads/seanadcandidates/wins4.png') no-repeat;
	background-size: 186px 42px;
	color: white;
	
}

.candidate-table .elim {
	
	color: #cbcbcb;
	
}

.candidate-table .elim img {
	
	opacity: 0.3;
	
}

.candidate-table tr td img, .candidate-table .name img {
	
	height: 30px; width: 30px !important; vertical-align: middle; margin-right: 8px; display: inline-block;
	
}


.candidate-table tr {
	
	
	
}

.candidate-table th {
	
	border-top: 0px solid #d6d5d5 !important;
	border-bottom: 1px solid #d6d5d5;
	
}



.contentwide {
	
	width: 820px !important;
	
}





.bottomofpost {
	
	font-size: 15px; color: black; margin: 70px 0px 40px 0px;
	
}

.bottomofpost hr {
	
	width: 75px; border: 0; height: 1px; background: #333; float: left; margin: -30px 0px 20px 0px;
	
}

.bottomofpost p:first-child {
	
	font-size: 15px; margin: 12px 0px 0px 0px; padding-top: 0px;
	
}



.dearfresherme .utpost-content {
	
	border: 0px !important;
	
}

.dearfresherme .imageadgroup .articleimage {
	
	margin-bottom: 0px;
	
}

.dearfreshermetitles {
	
	font-family: 'lft-etica', sans-serif !important;
	text-transform: uppercase;
	
	
	
}

.blogmain {
	
	width: 940px;
	float: none;
	margin: 0 auto;
	
}


.blogleft {
	
	width: 660px;
	float: left;
	
}

.blogtitle {
	
	font-family: 'lft-etica', sans-serif !important;
	font-weight: 800;
	font-size: 32px;
	margin-bottom: 0px;
	
	
}

.blogsubheading {
	
	font-family: 'lft-etica', sans-serif !important;
	font-weight: 200;
	font-size: 15px;
	color: #1564b4;
	margin-top: 5px;
	
}

.blogsheadergrouping {
	
	width: 100%;
	border-bottom: 1px solid #d6d5d5;
	margin-bottom: 26px;
	
}

.blogposttitle {
	
	font-family: 'lft-etica', sans-serif !important;
	font-weight: 600;
	font-size: 20px;
	color: black;
	text-decoration: none;
	margin: 4px 0px 0px 0px;
	
	
}

.blogposttitlelink {
	
	text-decoration: none;
	color: black;
	
}

.blogdate {
	
	
	font-size: 11px;
	font-family:  'lft-etica', sans-serif;
	font-weight: 300;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	margin
	color: black;
	text-transform: uppercase;
}


.societyguestsblock {
	
	max-width: 520px;
	width: 100%;
	margin: 30px 0px 42px 0px;
	float: none !important;
	
	
}


.readmore-container {
	
	display: block;
	border-top: 1px solid #d6d5d5;
	margin: 35px 0px 41px 0px;
	padding: 12px 0px 0px 0px;
	line-height: 132%;
	
}

.readmore-container p {
	
	height: 0px;
	display: none;
	padding: 0px;
	margin: 0px;
	
}

.readmore-header {
	
	font-family: 'lft-etica', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0px 3px 0px 0px;
	font-weight: 700;
	display: inline;

}

.readmore-sub {
	
	font-size: 16px;
	font-style: italic;
	font-family: 'coranto-2', serif;
	line-height: 128%;
	display: inline;
}


.utpost-content h4 {
	
	font-family: 'lft-etica', sans-serif;
	color: black;
	font-weight: 600;
	line-height: 111%;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	margin: 28px 0px -10px 0px;
	
}

.utpost-content h5 {
	
	font-family: 'lft-etica', sans-serif;
	color: black;
	font-weight: 300;
	line-height: 111%;
	font-size: 18px;
	padding: 0px 0px 0px 0px;
	margin: 28px 0px -10px 0px;
	
}

.utpost-content h7 {
	
	font-family: 'lft-etica', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 600;
	margin: 12px 0px 8px 0px;
	padding: 0px;
	text-decoration: none;
	color: black;
	border: none;
	display: block;
	
	
}

.utpost-content h4 a {
	
	
	text-decoration: none;
	
}

.utpost-content h4 a:hover {
	
	
	text-decoration: underline;
	
}

.utpost-content .societyguestsblock h4 {
	
	
	margin-bottom: 10px;
	
}



.societyguestsblock p {
	
	height: 0px;
	width: 0px;
	display: none;
	margin: 0px;
	padding: 0px;
	
}

.societyguestsheadshot {
	
	width: 80px;
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: center;
	padding: 0px;
	height: 142px;
	
	
	
}

.societyguestsheadshot p {
	
	height: 0px;
	width: 0px;
	display: none;
	margin: 0px;
	padding: 0px;
	
}

.societyguestsheadshot .guestcaption {
	
	font-family: 'lft-etica', sans-serif;
	color: black;
	font-weight: 600;
	line-height: 110%;
	font-size: 12px;
	display: block;
	margin: 0 auto;
	width: 80px;
	text-align: center;
	
}


.societyguestsheadshot .societyname {
	
	font-family: 'lft-etica', sans-serif;
	color: #696969;
	font-weight: 600;
	line-height: 110%;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	margin: 3px auto 0px auto;
	width: 80px;
	text-align: center;
	
}


.societyguestsheadshot img {
	
	width: 80px;
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.utpost-content a, .utlivepost-content a {
	
	color: #326891;
	text-decoration: underline;
	
	
}

.utpost-content a:hover, .utlivepost-content a:hover {
	
	
	text-decoration: none;
	
	
}


.livebloginfo a {
	
	color: #326891;
	text-decoration: underline;
	
	
}

.livebloginfo a:hover {
	
	
	text-decoration: none;
	
	
}


.magazinecontentgrouping .magazinepost-content p:first-child:first-letter { float: left; color: black; font-size: 65px; line-height: 57px; padding-top: 0px; padding-right: 30px; padding-left: 0px; padding-bottom: 30px; margin-bottom: -5px; font-family: "tablet-gothic-condensed", sans-serif !important;
	
 }
 
 
 
 
 
/* DROP CAPS */

.utpost-content p:first-child:first-letter { float: left; color: black; font-size: 50px; line-height: 48px; padding-top: 3px; padding-right: 7px; padding-left: 0px; margin-bottom: -5px; font-family: 'coranto-2', serif; }

.utpost-content strong:first-child:first-letter { float: none; color: black; font-size: 17px; line-height: 25px; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-bottom: 0px; font-family: 'coranto-2', serif; }






.utpost-content .portrait_textatside .captionblock p:first-child:first-letter { float: none; color: black; font-size: 13px; line-height: 111%; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-bottom: 0px; font-family: 'lft-etica', sans-serif; font-weight: 400; }


.utpost-content blockquote p:first-child:first-letter, .radius-utpost-content blockquote p:first-child:first-letter { float: none; color: black; font-size: 23px; line-height: 111%; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-bottom: 0px; font-family: 'lft-etica', sans-serif !important; font-weight: 700; }

.utpost-content blockquote:first-child:first-letter, .radius-utpost-content blockquote:first-child:first-letter { float: none; color: black; font-size: 23px; line-height: 111%; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-bottom: 0px; font-family: 'lft-etica', sans-serif !important; font-weight: 700; }

.utpost-content blockquote {
	
	width: 100%;
	padding: 15px 0px 25px 0px;
	margin: 20px 0px 20px 0px;
	background: none;
	line-height: 111%;
	font-size: 23px;
	border-top: 10px solid black;
	border-bottom: 1px solid black;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	
	
}

.utpost-content blockquote p {
	
	line-height: 111%;
	font-size: 23px;
	margin: 0px;
	padding: 0px;
	font-family: 'lft-etica', sans-serif !important;
	
}

.utpost-content blockquote.redpullquote {
	
	width: auto;
	font-family: 'lft-etica', sans-serif;
	
	
	line-height: 111%;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	position: relative;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 1em 0px 8px 0px;
	
}

.utpost-content blockquote.redpullquote .quoteicon {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 115px;
	width: 55px;
	
	display: block;
	position: absolute;
	color: #da2642;
	top: 40px;
	
}

.utpost-content blockquote.redpullquote .rightpart {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 200;
	font-size: 19px;
	padding: 0px 0px 0px 60px;
	
	
	box-sizing: border-box;
	line-height: 138%;
	
	
	
	
}

.utpost-content blockquote.redpullquote .rightpart p:first-child {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 200;
	font-size: 19px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	
	box-sizing: border-box;
	line-height: 138%;
	
	
	
	
}


.sansbold {
	
	
	font-size: 17px;
	font-family: 'lft-etica', sans-serif;
	padding: 0px;
	font-weight: 600;
	color: black;
	line-height: 25px;

		
}


.utpost-contenteditorialnote p:first-child:first-letter { float: none !important; color: black !important; font-size: 17px !important; line-height: 25px !important; padding-top: 0px !important; padding-right: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; font-family: 'lft-etica', sans-serif !important; }



.utpost-content blockquote.redpullquote .rightpart p:first-child:first-letter { float: none; color: black; font-family: 'lft-etica', sans-serif;
	font-weight: 200;
	font-size: 19px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	
	box-sizing: border-box;
	line-height: 138%;
 }

.utpost-content blockquote.redpullquote .rightpart p {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 200;
	font-size: 19px;
	padding: 0px 0px 0px 0px;
	margin: 0.6em 0px 0px 0px;
	
	
	box-sizing: border-box;
	line-height: 138%;
	
	
	
	
}




.redpullquotecredit {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 60px;
	margin-top: 18px;
	margin-bottom: 8px;
	line-height: 133%;
	
	
}




.magazinepost-content blockquote {
	
	width: 40%;
	
	padding: 0px !important;
	background: none;
	line-height: 111%;
	font-size: 30px !important;
	font-family: "tablet-gothic-condensed", sans-serif !important;
	border: 0px !important;
	font-weight: 700;
	
	
}

.magazinepost-content blockquote.left {
	
	float: left;
	margin: 0px 50px 50px 0px !important;
}

.magazinepost-content blockquote.right {
	
	float: right;
	margin: 0px 0px 50px 50px !important;
	text-align: left;
}



.magazinepost-content blockquote p:first-child:first-letter, .magazinepost-content blockquote:first-child:first-letter {
	
	margin: 0px !important;
	padding: 0px !important;
	font-size: 30px !important;
	line-height: 111% !important;
	float: none !important;
	
}


.magazinepost-content blockquote p {
	

	font-size: 30px;
	
	
}





.sidecontentblock {
	
	
	font-family: 'lft-etica', sans-serif;
	float: right;
	width: 60%;
	margin-left: 30px;
	font-size: 16px;
	padding: 14px 0px 5px 0px;
	margin-bottom: 18px;
	border-top: 1px solid  #d6d5d5; 
	border-bottom: 1px solid  #d6d5d5;
	

}

.smallattop {
	
	font-size: 14px;
	
	
	
}

.sidecontentblock p:first-child:first-letter { float: none; color: black; font-size: 16px; line-height: 100%; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-bottom: 0px; font-family: 'lft-etica', sans-serif; }



.lepen img, .lepen2right img, .lepen2left img, .lepen4left img, lepen3right img {
	
	width: 100%;
	
}
.xxxx img {
	
	width: 100%;
	
}

.lepen {
  
  width: 65%; float: left; margin: 7px 45px 20px -100px;
  
}

.lepen2right {
  
  width: 57%; float: right; margin: 7px -100px 20px 45px;
  
}

.tablepushleft {
 
  float: left; margin: 0px 30px 20px -130px;
  
}

.lepen2left {
  
  width: 57%; float: left; margin: 7px 45px 20px -100px;
  
}

.lepen4left {
  
  width: 57%; float: left; margin: 7px 45px 20px -100px;
  
}

.lepen3right {
  
  width: 30%; float: right; margin: 7px -100px 20px 45px;
  
}


.mobilechange {
  
 font-size: 55px; 
  
  
}


.thisisit {
	
	font-family: 'lft-etica', sans-serif !important;
	font-size: 13px !important;
	
}

.thisisit thead {

  padding: 0px 5px 0px 3px;



}

.subjecthead {
  
  
  padding: 0px 20px 0px 10px;
  
  
}


.blockerleft {
  
 display: block; background:#8f1163; padding: 0px 14px 14px 18px; float: left; margin: 0px 30px 30px -100px; width: 48%; color: white;
  
}


.blockerright {
  
 display: block; background:#8f1163; padding: 0px 14px 14px 18px; float: right; margin: 0px -100px 30px 30px; width: 48%; color: white;
  
}


.morecoverage {
 
 width: 110%; background: white; display: block; margin: 30px 0px 30px -80px; border-top: 1px solid #e8e4e3; border-bottom: 1px solid #e8e4e3; padding-bottom: 18px;
  
}

.morecoverage li {
 
  display: block;
  background: white;
  width: 23%;
  padding: 0px 8px 0px 8px;
  min-height: 140px;
  float: left;
  margin: 0px 8px 0px 0px;
  border-right: 1px solid #e8e4e3;

  
  
}

.morecoverage li.last {
 

  border-right: 0px solid #e8e4e3;

  
  
}



.morecoverage li h5 {
 
  color: #353535;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
  padding: 0px;
 
  display: block;
  margin: 0 auto;
  text-align: centre;
  
}


.morecoverage li span {
  
 font-size: 14px;
  
}


.jervismobile {
 
  display: none;
  
}


.tableone {
 
  height: 310px;
  overflow: hidden;
  z-index: 5000;
-webkit-box-shadow: inset 3px -37px 19px -14px rgba(255,255,255,1);
-moz-box-shadow: inset 3px -37px 19px -14px rgba(255,255,255,1);
box-shadow: inset 3px -37px 19px -14px rgba(255,255,255,1);
   
}

.toggleitnow       {display: inline-block; margin-top: 5px; background: #8d1762; font-size:15px; text-decoration:none; color: white; font-family: 'Museo_Slab_500_2';
  font-weight: normal; padding: 4px 6px 4px 6px;}
.toggleitnow:hover  {color:#efefef;}

.toggle-linktwo        {display: inline-block; margin-top: 5px; background: #8d1762; font-size:15px; text-decoration:none; color: white; font-family: 'Museo_Slab_500_2';
  font-weight: normal; padding: 4px 6px 4px 6px;}
.toggle-linktwo:hover  {color:#efefef;}




.mainfig {
 
  font-weight: bold;
  
}

.onestar {
  
   font-size: 60%;
  font-weight: normal;
  vertical-align: 1px;
  color: #dd2709;
  padding: 0px 3px 3px 3px;
  line-height: 40%;
  
}

.hashfit {
  
  font-size: 60%;
  font-weight: normal;
  vertical-align: 1px;
  color: #309105;
  padding: 0px 3px 3px 3px;
  line-height: 40%;
  
  
}

.hashfitx {
  
  font-size: 60%;
  font-weight: normal;
  vertical-align: -1px;
  color: #309105;
  padding: 0px 3px 3px 0px;
  line-height: 40%;
  
  
}

.hashit {
  
  font-size: 60%;
  font-weight: normal;
  vertical-align: 1px;
  color: #74054b;
  padding: 0px 3px 3px 3px;
  line-height: 40%;
  
  
}

.hashitx {
  
  font-size: 60%;
  font-weight: normal;
  vertical-align: -1px;
  color: #74054b;
  padding: 0px 3px 3px 0px;
  line-height: 40%;
  
  
}

.onestarx {
  
   font-size: 60%;
  font-weight: normal;
  vertical-align: -1px;
  color: #dd2709;
  padding: 0px 3px 3px 0px;
  line-height: 40%;
  
}

.twostars {
 
  font-size: 60%;
  vertical-align: 1px;
  font-weight: normal;
  color: #0076da;
  padding: 0px 3px 3px 0px;
  line-height: 40%;
  
  
}

.twostarsx {
 
  font-size: 60%;
  vertical-align: -1px;
  font-weight: normal;
  color: #0076da;
  padding: 0px 3px 3px 0px;
  line-height: 40%;
  
  
}

.threestars {
  vertical-align: 1px;
 
  font-size: 60%;
  color: #325f6b;
  font-weight: normal;
  padding: 0px 3px 3px 0px;
  line-height: 40%;
  
  
}

.threestarsx {
  vertical-align: -1px;
 
  font-size: 60%;
  color: #325f6b;
  font-weight: normal;
  padding: 0px 3px 3px 0px;
  line-height: 40%;
  
  
}



.thisisit th {
 
  font-family: 'lft-etica', sans-serif;
  font-weight: 700;
  font-size: 11px !important;
  line-height: 11px;
  color: black;
  text-transform: uppercase;
  padding: 5px 3px 5px 3px;
  text-align: center;
  border-bottom: 1px solid black;
  
}


.thisisit th.lefttitletable {
	
	text-align: left !important;
	
	
}

.thisisit tr.normalchange {
 
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  
}

.thisisit tr.normalchangenoborder {
 
  background: #fff;
  border-bottom: 0px solid #e5e7eb;
  
}

.thisisit tr.greatchange {
 
  background: #95dbb5;
  border-bottom: 1px solid white;
  
}

.thisisit tr.OKchange {
 
  background: #c0ebd4;
  border-bottom: 1px solid white;
  
}

.thisisit tr.finechange {
 
  background: #e2f7eb;
  border-bottom: 1px solid white;
  
}

.thisisit tr.badchange {
 
  background: #ffe5e6;
  border-bottom: 1px solid white;
  
}

.thisisit tr.awfulchange {
 
  background: #fca6a9;
  border-bottom: 1px solid white;
  
}



.thisisit th.subjectxxx {
 
 
  font-weight: normal;
  color: #8d1762;
  background: #fff;
  padding: 5px 5px 5px 3px;
  text-align: center;
  border-bottom: none;
  
}

.thisisit th.subjectxxxleft {
 
 
  font-weight: normal;
  color: #8d1762;
  background: #fff;
  padding-left: 6px;
  text-align: left;
  border-bottom: none;
  
}

.thisisit td {

  text-align: center; 
  vertical-align: top;
  border-bottom: 1px solid #d6d5d5;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 16px !important;

  
}

.thisisit td.coursename {
 
  text-align: left;
  padding-left: 7px;
  
}

.thisisit td.subjectname {
 
  text-align: left;
  min-width: 80px;
  
}


.bqnewleft {
	
	font-family: 'Museo_Slab_500_2'; font-style: normal; text-align: left; width: 40%; background: none; color: black; float: left; padding: 0px 0px 0px 0px; margin: 20px 30px 50px -80px; border: 0px; width: auto;
	
}

.bqnewright {
	
	font-family: 'Museo_Slab_500_2'; font-style: normal; text-align: left; width: 40%; background: none; color: black; float: right; padding: 0px 0px 0px 0px; margin: 20px -80px 50px 30px; border 0px; width: auto;
	
}

.bqnewleft span {
	
	font-size: 23px; line-height: 125%;
	
}

.bqnewright span {
	
	font-size: 23px; line-height: 125%;
	
}


.bqsmallerleft {
	
	font-family: 'Museo_Slab_500_2'; font-style: normal; text-align: left; width: 40%; background: none; color: black; float: left; padding: 0px 0px 0px 0px; margin: 5px 30px 30px -80px;
	
}

.bqsmallerright {
	
	font-family: 'Museo_Slab_500_2'; font-style: normal; text-align: left; width: 40%; background: none; color: black; float: right; padding: 0px 0px 0px 0px; margin: 5px -80px 30px 30px;
	
}

.bqsmallerleft span {
	
	font-size: 19px; line-height: 120%;
	
}

.bqsmallerright span {
	
	font-size: 19px; line-height: 120%;
	
}



.headerprofile {
  
  width: 120%; padding-top: 50px; display: block; color: black; font-size: 35px; line-height: 110%;
  
}

.headerprofile>.subtitle {
 
  font-size: 23px;
  padding-bottom: 10px;
  
}

.width120 {
 width: 120%;
  padding-bottom: 10px;
  
}

.lepen2rightno {
  
  float: right; margin: 7px -50px 20px 45px;
  
}

.fullwidth2 {
 
  background: none; width: 75%; margin: 0 auto;
  
  
}

.xxxx {
  
  width: 90%; 
  margin: 40px 0px 80px 0px;
  
}

.xxxx2 {
 
  width: 120%;
  margin: 40px 0px 80px 0px;
  
}

.slideshow2 {
 
  background: none; margin-top: 20px; width: 60%; float:left;
  
}

.slideshowright {
  
  background: none; margin-top: 20px; width: 38%; float:right;
  
}

.insideright {
 
  width: 50%; border-top: 1px solid #f0eceb; padding-top: 7px; margin: 3px 0px 0px;
  
}

.linkinside {
  
  font-size: 13px;
  
}



/* GAP */


.lefteee {
  
  float: left;
  width: 64%;
  
}

.infocusfloat {

float: right; width: 28%; border-top: 1px solid #f0eceb; padding-top: 7px; margin: 6px 0px 10px 20px;

}

.infocusfloat h4 {
	
	margin-bottom: -10px;
	
}

.infocusfloat h4 span {
	
	display: block; color: #8f2065; font-size: 110%;
	
}

.infocusfloat a {
	
	font-size: 15px; display: block;
	
}

.cropperthing {
	
	width: 100%; height: 80px; overflow: hidden;
	
}

.cropperthing img {
	
	width: 100%;
	
}

.firstspan {


margin-top: -7px; display: block; line-height: 100%;  font-weight: bold; font-size: 15px;  

}

.pullitup {
 
  display: block;
  margin-bottom: -20px;
 
  
}



.secondspan {

margin-top: -7px; display: block; line-height: 110%;  font-weight: bold; font-size: 15px;
	
	
	
}

.pullup {
	
	display: block;	
}


/* END GAP */




.emailpostblockbig {
	
	
	background: white; width: 95%; border: 1px solid black; border-radius: 8px; font-family: Helvetica, Arial, sans-serif; font-size: 15px; padding: 15px; line-height: 120%; -webkit-box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.2);
margin: 22px 0px 22px 0px;
box-sizing: border-box;
	
	
}

.emailpostblockbig h4 {
	
	vertical-align: middle; font-weight: normal; font-family: Helvetica, Arial, sans-serif; margin: 0px 0px 15px 0px; font-size: 21px; padding: 0px 0px 10px 0px; border-bottom: 1px solid grey;
	
	
	
}


.emailpostblockbig h4 div {
	
	vertical-align: middle; margin: -3px 0px 0px 5px; background: grey; padding: 0px 5px 0px 5px; color: white; font-size: 11px; border-radius: 8px; display: inline-block;
	
	
	
}

.emailavatarcircle {
	
	vertical-align: middle; background: white; width: 50px; height: 50px; border: 1px solid black; border-radius: 100px; font-size: 28px; color: white; text-align: center; padding-top: 14px; box-sizing: border-box; display: inline-block;  margin-right: 7px; margin-bottom: 10px;
	
}

.avatarorange {
	
	background: #ff9a67;
	
}

.avatarblue {
	
	background: #33ccff;
	
}

.avatargreen {
	
	background: #99cc66;
	
}


.emailaddressgrouping {
	
	display: inline-block; vertical-align: middle;
	margin-bottom: 10px;
	
}


.emailaddressactual {
	
	font-weight: bold; font-size: 14px;
	
	
}

.emaildateactual {
	
	font-weight: normal; font-size: 12px; color: grey;
	
}




.mouret {
  
  width: 58%; float: right; margin: 7px 0px 20px 45px;
  
}

.mouretleft {
  
  width: 58%; float: left; margin: 7px 0px 20px 45px;
  
}

.rightplain {
  
  font-family: 'Museo_Slab_500_2'; font-style: normal; line-height: 165%; text-align: left; width: 42%; color: black; float: right; padding: 0px 0px 32px 22px; margin: 5px 0px 0px 20px;
  
}

.rightplain p {
  
  font-size: 145%;
  
}

.rightplainpush {
  
  font-family: 'Museo_Slab_500_2'; font-style: normal; line-height: 150%; text-align: left; width: 42%; color: black; float: right; padding: 0px 0px 32px 22px; margin: 20px -65px 0px 20px;
  
}

.rightplainpush p {
  
  font-size: 120%;
  color: #8F1163;
  
}


.leftplain {
  
  font-family: 'Museo_Slab_500_2'; font-style: normal; line-height: 165%; text-align: left; width: 42%; color: black; float: left; padding: 0px 22px 32px 0px; margin: 5px 20px 0px 0px;
  
}

.leftplain p {
  
  font-size: 145%;
  
}

.leftplainpush {
  
  font-family: 'Museo_Slab_500_2'; font-style: normal; line-height: 150%; text-align: left; width: 42%; color: black; float: left; padding: 0px 22px 32px 0px; margin: 20px 20px 0px -65px;
  
}

.leftplainpush p {
  
  font-size: 120%;
  color: #8F1163;
  
}

.boxquoteredleft {
  
font-family: 'Museo_Slab_500_2'; font-style: normal; font-size: 140%; line-height: 150%; text-align: center; width: 40%; background: #dc1e3c; color: white; float: left; padding: 32px 22px 32px 22px; margin: 5px 20px 12px 0px;  
  
}

.boxquoteredright {
  
font-family: 'Museo_Slab_500_2'; font-style: normal; font-size: 140%; line-height: 150%; text-align: center; width: 40%; background: #dc1e3c; color: white; float: right; padding: 32px 22px 32px 22px; margin: 5px 0px 12px 20px;  
  
}

.boxquoteblackleft {
  
font-family: 'Museo_Slab_500_2'; font-style: normal; font-size: 140%; line-height: 150%; text-align: center; width: 40%; background: black; color: white; float: left; padding: 32px 22px 32px 22px; margin: 5px 20px 12px 0px;  
  
}

.boxquoteblackright {
  
font-family: 'Museo_Slab_500_2'; font-style: normal; font-size: 140%; line-height: 150%; text-align: center; width: 40%; background: black; color: white; float: right; padding: 32px 22px 32px 22px; margin: 5px 0px 12px 20px;  
  
}

.quoteclearleft {
  
font-family: 'Museo_Slab_500_2'; font-style: normal; font-size: 140%; line-height: 150%; text-align: center; width: 40%; background: white; border: 1px solid black; color: black; float: left; padding: 32px 22px 32px 22px; margin: 5px 20px 12px 0px; 
  
}

.quoteclearright {
  
font-family: 'Museo_Slab_500_2'; font-style: normal; font-size: 140%; line-height: 150%; text-align: center; width: 40%; background: white; border: 1px solid black; color: black; float: right; padding: 32px 22px 32px 22px; margin: 5px 0px 12px 20px;  
  
}

.graphfunding {
  
 width: 80%; 
  
}

.hr-mobile {
        display: none;
    
 
    
} 






.articleimage {
	
	width: 620px;
	float: left;
	margin-bottom: 0px;
	
}


.noimageright {
	
	float: right;
	width: 300px;
	
	
}

.noimageright img {
	
	width: 300px;
	
}


.landscaperight {
	
	width: 480px;
	float: right;
	border-top: 0px solid white;
	padding: 0px 0px 0px 30px;
	margin: 0px -170px 20px 0px;
	background:white;
	
}


.landscaperight .articleimage {
	
	width: 480px;
	float: none;
	
}






.imageadgroup .articlead a img, .imageadgroup .articlead img {
	width: 300px;
	
}

.landscaperight .articlead {
	
	width: 300px;
	float: none;
	
}

.landscaperight .articlead img {
	
	width: 298px;
	float: none;
	border: 1px solid #c3c3c3;
	
	
}

.utcontentgroupinglandscape {
	
	
	width: 620px;
	float: none;
	
	
	
}



.portraitright {
	
	width: 370px;
	float: right;
	border-top: 0px solid white;
	padding: 0px 0px 0px 30px;
	margin: 0px -170px 20px 0px;
	background:white;
	
}


.portraitright .articleimage {
	
	width: 370px;
	float: none;
	
}


.portraitright .articleimagevideo {
	
	width: 300px !important;
	float: none;
	
}



.portraitright .articlead {
	
	width: 300px;
	float: none;
	
}

.portraitright .articlead img {
	
	width: 298px;
	float: none;
	border: 1px solid #c3c3c3;
	
	
}

.utcontentgroupingportrait {
	
	
	width: 620px;
	float: none;
	
	
	
}


.imageadgroup .articlead a img {
	width: 300px;
	
}

#liveblogwidth {
	
	width: 100%;
	max-width: 710px;
	margin: 50px auto 30px auto;
	
	
}

.liveblogtitle {
	
	font-size: 28px;
	font-family: 'lft-etica', sans-serif; 
	font-weight: 500 !important;
	margin-bottom: 10px;

	
}

.liveblogtitle strong {
	
	font-weight: 700 !important;
	
}

.livebloginfo {
	
	font-size: 14px;
	font-family: 'lft-etica', sans-serif; 
	font-weight: 300;
	margin-bottom: 30px;
	
	
}


.articlead {
	
	width: 300px;
	height: 0px;
	float: right;
	display: none !important;
	
}

.landscapeabove {
	
	width: 100%;
	
}

.magazineaboveshadow {
	
	height: 100vh !important;
-webkit-box-shadow: inset 0px -200px 188px -27px rgba(0,0,0,0.36);
-moz-box-shadow: inset 0px -200px 188px -27px rgba(0,0,0,0.36);
box-shadow: inset 0px -200px 188px -27px rgba(0,0,0,0.36);
position: absolute;
z-index: -5;
display: inline-block;
width: 100%;
top: 0;
left: 0;
	
}

.magazineabove {
	
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100vh;
	min-height: 500px;
	background: none;
	
	
	
}


.magazineabove img {
	
	position: absolute;
	
	z-index: -20;
	
	
}

.magazineheadergrouping {
	
	z-index: 195;
	position: absolute;
	bottom: 50px;
	width: 100%;
	
	
}

.magazineheaderinside {
	
	z-index: 195;
	width: 940px;
	
	margin: 0px auto 0px auto;
	
}


.magazineheaderdeepinside {
	
	width: 460px;
	float: left;
	
}

.magazineheaderdeepinside h2.articleheadline {
	
	font-family: "tablet-gothic-condensed", Georgia, serif !important;
	font-weight: 700 !important; 
	text-transform: uppercase;
	color: white;
	letter-spacing: 0px;
	font-size: 53px;
	line-height: 101%;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42);
	
}

.magazineheaderdeepinside h2.articleheadline_provosteditorial {
	
	font-family: "coranto-2-headline", Georgia, serif !important;
	font-weight: 700 !important; 
	text-transform: none;
	color: white;
	letter-spacing: 0px;
	font-size: 48px;
	line-height: 101%;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42);
	padding: 0px;
	margin: 0px;
	
}




.tapheadergrouping .tapheaderinside .tapheaderdeepinside h2.articleheadline, .tapheadergrouping .tapheaderinside .tapheaderdeepinside h2.taparticleheadline {
	
	font-family: 'Radius-font', 'Rockwell', sans-serif !important;
	font-weight: normal; 
	text-transform: none;
	color: white;
	letter-spacing: 0px;
	font-size: 53px;
	line-height: 101%;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42);
	
}






.magazineheaderdeepinside h3.articlesub {
	
	margin: 20px 0px 0px 0px;
	font-family: 'lft-etica', sans-serif; 
	font-size: 20px;
	font-weight: 500 !important;
	color: white;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42);
	
	
}

.magazineheaderdeepinside .infogrouping .dateright {
	
	
	color: white;
	
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42);
	
}


.magazineheaderdeepinside .infogrouping .magazinetag {
		
		background: white;
		color: black;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32);
	}


.magazinecontentgrouping {
	
	margin-top: 100vh;
	
}

.magazinecontentgrouping .writershareblock {
	
	
	
}


.withcaptionpush {
	
	padding: 75px 0px 0px 0px !important;
	
	
}


.nocaptionpush {
	
	padding: 41px 0px 0px 0px !important;
	
}









.portrait_textatside {
	
	width: 100%;
	position: relative;
	margin: 32px 0px 32px 0px;
	padding: 0px;
	
}



.portrait_textatside p {
	
	margin: 0px !important;
	padding: 0px !important;
}


.portrait_textatside img {
	
	width: 75%;
	
	
}



.portrait_textatside .captionblock {
	
	
	
	font-family: 'lft-etica', sans-serif; 
	font-weight: 400;
	font-size: 13px;
	color: black;
	background: none;
	width: 25%;
	padding: 0px 0px 25px 18px;	
	position: absolute;
	bottom: 0px;
	right: 0px;
	line-height: 111%;
	display: block;
	

	
	
}






.portrait_textatside .captionblock .caption {
	
	margin-bottom: 5px;
	
	}
	
.portrait_textatside .captionblock .credit {
	
	margin-top: 5px;
	font-size: 11px;
	font-family: 'lft-etica', sans-serif;
	font-weight: 200;
	color: #848282;
	line-height: 105%;
	
	}	
	



.magazinecaptionblock {
	
	
	
	font-family: 'lft-etica', sans-serif; 
	font-weight: 400;
	font-size: 13px;
	color: black;
	margin-top: 6px;
	margin-bottom: 0px;
	background: none;
	
	position: relative;
	display: block;

	
	
}

.captionpushfloat {
	
	float: left;
	
}

.nocaptionpushfloat {
	
	float: right;
	
}


.magazinecaptionblock .magazineimageactualcaption .magazineimagecaption {
	
	
	
	
}



.magazinecaptionblock .magazineimagecaption {
	
	
	
	
}


.magazineimagecaption {
	
	font-size: 11px;
	font-family: 'lft-etica', sans-serif;
	font-weight: 200;
	color: #848282;
	
}



.oneimageactualcaption {
	
	font-family: 'lft-etica', sans-serif; 
	font-weight: 400;
	font-size: 13px;
	color: black;
	margin-top: 4px;
	margin-bottom: 10px;
	
}





.articleimage .oneimagecaption {
	
	float: right;
	font-size: 11px;
	font-family: 'lft-etica', sans-serif;
	font-weight: 200;

	
}


.articleimage .oneimageactualcaption .oneimagecaption {
	
	float: none;
	font-size: 11px;
	font-family: 'lft-etica', sans-serif;
	font-weight: 200;
	
}



.editorspicks {
	
	
	width: 100%;
	margin-top: 0px;
	max-width: 620px;
	float: left;
	border-top: 1px solid #d6d5d5;
	position: relative;
	z-index: 12;
	
}



.editorspicks h3 {
	
	font-family: 'lft-etica', sans-serif;
	color: black;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 15px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	position: relative;
	z-index: 12;
	
}

.editorspicks h3.smallerbottommargin {
	
	font-family: 'lft-etica', sans-serif;
	color: black;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	position: relative;
	z-index: 12;
	
}


.editorialthisweek {
	
	padding-bottom: 20px !important;
	
}

.editorialthisweek a {
	
	text-decoration: none;
	
}


.editorialthisweek a:hover .alsoineditorialheadline {
	
	color: #333;
	
	
}

.editorialthisweek h5.pickscaption {
	
	font-size: 15px;
	display: block;
		
}




.pickstory {
	
	width: 32.6%;
	float: left;
	overflow: hidden;
	padding-right: 2%;
	
	height: 233px;
	border-right: 0px solid #d6d5d5;
	margin: 0 2% 13px auto;
	display: block;
	
	
}


.pickstorydearfresherme {
	
	height: 180px !important;
	
	
}

a.pickstorymiddle, a.pickstory, a.pickstoryright {
	
	color: black;
	text-decoration: none;
	
}


.pickstorymiddle {
	
	width: 32.6%;
	float: left;
	padding-right: 2%;
	margin 0 0 13px auto;
	display: block;
	height: 233px;
	border-right: 0px solid #d6d5d5;
	
	
}

.pickstoryright {
	
	width: 32.6%;
	float: left;
	padding-right: 0%;
	padding-left: 2%;
	margin: 0 0 13px auto;
	display: block;
	height: 233px;
	border-right: 0px solid #d6d5d5;
	
}



.pickstory h4, .pickstoryright h4, .pickstorymiddle h4 {
	
	font-family: 'coranto-2-headline', Georgia, serif;
	font-weight: 400;
	line-height: 111%;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: black;
	font-size: 18px;
	-webkit-transition: all 0.2s;
-moz-transition: all 0.06s;
-ms-transition: all 0.06s;
-o-transition: all 0.06s;
transition: all 0.06s;
	
	
}


.pickstory:hover h4, .pickstoryright:hover h4, .pickstorymiddle:hover h4 {
	

	color: #333333;
	
	
	
}

.pickstory:hover h4.picksnoimage, .pickstoryright:hover h4.picksnoimage, .pickstorymiddle:hover h4.picksnoimage {
	

	color: #333333;
	
	
	
}



.pickcropper {
	
	width: 100%;
	height: 120px;
	
}

h4.picksnoimage {
	
	font-size: 21px;
	margin: 2px 0px 7px 0px;
	padding: 0px;
	-webkit-transition: all 0.2s;
-moz-transition: all 0.06s;
-ms-transition: all 0.06s;
-o-transition: all 0.06s;
transition: all 0.06s;
	
}

h4.alsoineditorialheadline {
	
	
	font-family: 'coranto-2-headline';
	font-size: 23px;
	margin: 2px 0px 7px 0px;
	padding: 0px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.06s;
	-ms-transition: all 0.06s;
	-o-transition: all 0.06s;
	transition: all 0.06s;
	color: black;
	
}




h5.pickscaption {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 300;
	color: #696969;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}





/* HARRY STYLES */










.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav li a {
      display: block;
      color: white;
      text-decoration: none;
      padding: 0.75em;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 75px; }
  
  
  
  
 .homepagebanner {
	 
	 width: 438px;
	 display: block;
	 height: 60px;
	 background: #f1f1f1;
	 margin: 20px auto 45px auto;
	 text-decoration: none;
	 
 } 
 
 .homepagebanner h5.homepagefreshersbanner .blackarrowhome {
	 
	 vertical-align: middle;
margin-left: 4px;
display: none !important;
	 
 }
  
  	.homepagefreshersbanner {
		
			font-family: 'lft-etica-compressed', sans-serif;
		font-weight: 700;
		letter-spacing: 0px;
		font-size: 24px;
		font-style: normal;
		background: transparent;
		color: black;
		
		padding: 14px 7px 4px 0px;
		vertical-align: middle;
		
		
	}
	
	
			.homepagefreshersicon {
		
		width: 40px;
		height: 40px;
		background: url("../images/homepagebackpack2x.png");
		background-size: 40px 40px;
		display: inline-block;
		float: left;
		vertical-align: middle;
		margin-right: 12px;
margin-top: -5px;
margin-left: 13px;
	
		
	}
	
	
  
 body.admin-bar #content {
	
	margin-top: 118px !important;
	
} 

.hentry {
  background-color: white;
  border-radius: 3px;
  margin-bottom: 1.5em;
  border: 1px solid #cccccc; }
  .hentry header {
    border-bottom: 1px solid #f8f9fa;
    padding: 1.5em; }
  .hentry footer {
    padding: 1.5em;
    border-top: 1px solid #f8f9fa; }
    .hentry footer p {
      margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }

/* entry content */
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center;
  
  margin: 30px 0px 35px 0px;
   }
  .pagination ul {
    display: inline-block;
    background-color: white;
    
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;

    float: left;
    display: inline;
    overflow: hidden;
    border-right: 0px solid #eaedf2; }
      .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: white;
      
      color: black; }
  .pagination .current {
    cursor: default;

    color: white;
    background: black;
    display: block;
    padding: 5px 10px 5px 10px; 
    
    
    
    }
    
      .pagination span.page-numbers, .pagination a.page-numbers {
	    
	    padding: 5px 10px 5px 10px; 
	    display: block;
	    
    }

    
    
    ul.page-numbers {
		
		font-family: 'lft-etica', sans-serif;
		font-weight: 700;
		
	}
	
	.page-numbers {
		
		color: #c2c2c2;
		
	}
	
	ul.page-numbers li {
		
		padding: 0px 5px 0px 5px;
		color: #c2c2c2;
		
	}
    
      
    .pagination .current:hover, .pagination .current:focus {
      background-color: black;
   
      color: white; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: white; }
  .comment.even {
    background: #f8f9fa; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #5c6b80; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #323944;
  color: #f8f9fa; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/


@media only screen and (max-width: 480px) {

.wrap {

background: none;

}

.searchboxd #searchform input {

width: 77%;

}



}





@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/

@media only screen and (max-width: 560px) {




}


@media only screen and (max-width: 630px) {





.navigationtopcontainer {
	
	
	width: 84%;
	padding: 0px;
	margin-top: 12px;
	margin-left: 14%;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	
	

	
}


.greatboom {

width: 49%;

background: none;

display: none;

float: left;



}

.searchboxd {

width: 49%;

}





}










@media only screen and (max-width: 782px) {
	
	
	
	  	.fresherssection .onecropper {
	  	
	  	height: 290px !important;
	  	
  	}


  	  	.fresherssection .fourcropper {
	  	
	  	height: 150px !important;
	  	
  	}
  	
  	
  	.fresherssection #rightonright .onebigcaption {
	  	
	  		display: none !important;
	  	
  	}
  	
  	 .fresherssection #rightonright .oneheadline {
	  	
	  		margin-bottom: -10px;
	  	
  	}
  	
  	
  	 .fresherssection #leftofit, .fresherssection #leftonright {
	  	
	  		height: 540px;
	  	
  	}
  	
  	
  	
  	.fresherssection .oneright {
	  	
	  	display: none !important;
	  	
  	}
  	
  		.fresherssection .oneheadline {
	  	
	  	font-size: 18px !important;
	  	
  	}
	
	
	body.admin-bar header.header {
	
	top: 46px !important;
	
	
}
	
	
	
	
	.nop-mobile {
        display: none;
    
    
    
      
    
    
}
  
.hr-mobile {
        display: block;
    
 
    
}  



.wrap {

background: none;

}

#leftofit {
	
	width: 35%;
	
}


#rightofit {
	
	width: 65%;
	
}

.onecropper {
	
	height: 182px !important;
	
}


.editorialheadline {
	
	font-size: 18px;
	
	
}

.twobigheadline {
	
	font-size: 19px !important;
	
}

.columnisttop .postlink .threebigheadline {
	
		font-size: 17px !important;
	
	
	}
	
.fourcropper {
	
	height: 105px !important;
	
}	


}


@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
 

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav ul {
      margin-top: 0; }
    .nav li {
      float: left;
      position: relative;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
        .nav li a:hover, .nav li a:focus {
          color: white;
          text-decoration: underline; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        overflow: hidden;
        visibility: hidden;
        z-index: 8999;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
      .nav li:hover ul {
        top: auto;
        overflow: visible;
        visibility: visible; }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em; }

  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */ }








@media only screen and (max-width: 925px) {




.sectionpageright {
	
	display: none !important;
	width: 0% !important;
	
}

.sectionpageleft {
	
	
	width: 100% !important;
	
}



#leftonright .onebigsectiontag {
	
	
	font-size: 8px;
	font-family: 'lft-etica', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: #23414a;
	color: white;
	padding: 5px 4px 3px 5px;
	display: inline-block;
	float: left;
	font-weight: 700;
	margin: 0px 9px 18px 0px;
	
	
	}
	
#leftonright .numbertwobigend .onebigsectiontag {
	
	margin-bottom: 0px;
		
		
		
	}
	
	
	


#leftonright .rightinfo {

line-height: 58%;

}






#leftonright .onebigauthorname {
	
	
	font-size: 10px;
	
	
	
	}
	
	#leftonright .onebigdate {
	

	font-size: 10px;
	

	
	
	}






}



@media only screen and (max-width: 585px) {
	
	
	
	
	.homepagebanner {
	 
	 width: 100%;
	 display: block;
	 height: 60px;
	 background: #e6e6e6;
	 margin: 20px auto 40px auto;
	 text-decoration: none;
	 
	 
 } 
 
 .homepagebanner .seefullraceanalysis {
	 
	 display: none;
	 
 }
 
 .homepagebanner h5.homepagefreshersbanner .blackarrowhome {
	 
	 vertical-align: middle;
margin-left: 4px;
display: inline-block !important;
	 
 }
  
  	.homepagefreshersbanner {
		
			font-family: 'lft-etica-compressed', sans-serif;
		font-weight: 700;
		letter-spacing: 0px;
		font-size: 20px;
		font-style: normal;
		background: transparent;
		color: black;
		text-align: center !important;
		padding: 13px 7px 4px 0px;
		vertical-align: middle;
		margin: 0 auto;
		
		
	}
	
	
			.homepagefreshersicon {
		
		width: 40px;
		height: 40px;
		background: url("../images/homepagebackpack2x.png");
		background-size: 40px 40px;
		display: inline-block;
		float: none;
		vertical-align: middle;
		margin-right: 11px;
margin-top: -3px;
margin-left: 13px;
	
		
	}
	
	
	
	
	.fresherssection #leftofit .rightinfo, .fresherssection #rightofit	.rightinfo {
		
		margin-bottom: 0px;
		
	}
	
	.fresherssection #leftonright {
		
		margin-top: 0px !important;
		
	}
	
	 .fresherssection .numberonebig, .fresherssection .numbertwobigend {
		 
		 border-bottom: 1px solid #d6d5d5 !important;
		 padding-bottom: 18px !important;
		 margin-bottom: 18px !important;
		 
		 
	 }
	
		.fresherssection .onecropper {
	  	
	  	height: 290px !important;
	  	
  	}


  	  	.fresherssection .fourcropper {
	  	
	  	height: 290px !important;
	  	
  	}
  	
  	
  	
  	
  	
  	.fresherssection #rightonright .onebigcaption {
	  	
	  		display: block !important;
	  		margin-top: 5px;
	  	
  	}
  	
  	 .fresherssection #rightonright .oneheadline {
	  	
	  		margin-bottom: 0px;
	  		margin-top: 13px;
  	}
  	
  	
  	.fresherssection .oneright {
	  	
	  	float: none !important;
	  	width: 100% !important;
	  	display: block !important;
	  	margin-left: 0px !important;
	  	padding-left: 0px !important;
  	}
  	
  	.fresherssection .onebigimage, .fresherssection .fourbigimage, .fresherssection .elevenbigimage {
	  	
	  	margin-bottom: 10px;
	  	display: block;
	  	
	  	
  	}
  	
  	
  	.fresherssection .oneright .one2cropper {
	   
	  	display: block;
	  	height: 290px;
	  	
  	}
  	
  		.fresherssection .oneimagecaption {
	   
	  	display: none !important;
	  	
  	}
  	
  	 .fresherssection #rightonright .oneheadline a {
	  	
	  		width: 100% !important;
	  		display: block !important;
	  	
  	}
  	
  	
  	 .fresherssection #leftofit, .fresherssection #rightofit, .fresherssection #leftonright, .fresherssection #rightonright  {
	  	
	  		height: auto !important;
	  		width: 100% !important;
	  		padding: 0px;
	  		border: 0px;
	  	
  	}
  	
  	.fresherssection #topblocks {
	  	
	  	padding-left: 0px;
	  	padding-right: 0px;
	  	padding-bottom: 0px;
	  	
  	}
  	
  	
  	.fresherssection .newsectionheaders {
	  	
	  	padding-left: 0px;
	  	font-size: 25px;
	  	letter-spacing: 0px;
	  	
  	}
  	
  	
  	.fresherssection .sectionpageheader {
	  	
	  	font-size: 23px;
	  	
  	}
  	
  	.fresherssection .numberonelast {
	  	
	  	margin-bottom: 0px !important;
	  	
  	}
  	
  	
  	.freshersicon {
	  	
	  	margin-top: -11px;
	  	
  	}
  	
  	
  	.fresherssection .one2cropper {
	  	
	  	display: block;
	  	
  	}
  	
  	.fresherssection .onebigheadline, .fresherssection .oneheadline, .fresherssection .fourbigheadline {
	  	
	  	font-size: 23px !important;
	  	
  	}
	
	
	
	
	
	.loveinterest_squarebyline {
	
	margin-top: 5px !important;
	margin-left: 15px !important;
		
	
}
	
	
	
	
	div.mobilearticlead {
		
		
		display: block !important;
		width: 100%;
		max-width: 370px;
		box-sizing: border-box;
		padding: 0px 35px 30px 35px;
		font-family: 'lft-etica', sans-serif;
		font-size: 10px;
		text-align: center; 
		margin: 0 auto;
		color: #a6a6a6;
	
		
		
	}
	
	.mobilearticlead img {
		
		width: 100%;
		display: block;
		margin: 0 auto;
		border: 1px solid #c3c3c3;
		
	}
	
	
	
	
	.trinitytwenty h3, .mobilegetinyourinbox {
	
	padding: 0px 15px 0px 15px;
	
}


.nf-form-cont {
	
	padding: 0px 15px 0px 15px !important;
	max-width: 90% !important;
	box-sizing: border-box !important;
	
	
}


.emailnewslettersicon, .emailsuccessicon {

	margin-left: 15px;

}
	
	
	
	

	
	
	
	
	
	
	.livepress-update-outer-wrapper blockquote {
	
	font-family: 'lft-etica', sans-serif;
	font-size: 25px;
	color: black;
	font-weight: 200;
	line-height: 111%;
	margin-left: 0px;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}

.candidate-table tr td img, .candidate-table .name img {
	
	height: 30px; width: 30px !important; vertical-align: middle; margin-right: 8px; display: inline-block;
	
}

.livepress-update-outer-wrapper blockquote p {
	
	font-family: 'lft-etica', sans-serif;
	font-size: 25px;
	color: black;
	font-weight: 200;
	line-height: 111%;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
	
	
	.toptrinityGEtwentyimage {
	
	float: left; width: 25%; margin-right: 25px; margin-left: 15px;
	
	
}

	.push15 {
		
		margin-left: 15px !important;
		
	}
	
	.paddingmobile {
		
		padding-left: 15px;
		padding-right: 15px;
		
		
	}
	
	
	.utpost-content .pollingdataright {
	
	
	width: 100% !important;
	float: none !important;
	margin: 17px 0px 17px 0px !important;
	padding: 0px 15px 0px 15px !important;
	
	
	}
	
	
	
	
	.sidecontentblock {
	
	
	float: none;
	width: 100%;
	margin: 27px 0px 27px 0px;
	font-size: 16px;
	padding: 18px 0px 5px 0px;
	border-top: 1px solid  #d6d5d5; 
	border-bottom: 1px solid  #d6d5d5;
	

}

.smallattop {
	
	
	margin-bottom: 15px;
	
	
	
}

.magazineabove img {
	
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	
}

.magazineheadergrouping {
	
	z-index: 195;
	position: absolute;
	bottom: 50px;
	width: 100% !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	
	
}

.magazineheadergrouping .magazineheaderinside, .magazineheaderdeepinside {
	
	z-index: 195;
	position: relative;
	float: none !important;
	width: 100% !important;
	
}

.magazineheaderinside {
	
	z-index: 195;
	width: 100% !important;
	float: none !important;
	
	margin: 0px auto 0px auto;
	
}


.magazineheaderdeepinside {
	
	width: 100% !important;
	float: none !important;
	
}




.magazineheaderdeepinside h2.articleheadline {
	
	
	font-size: 38px !important;
	width: 100% !important;
	float: none !important;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.85) !important;
	
}



.magazineheaderdeepinside h2.articleheadline_provosteditorial {
	
		font-size: 38px !important;
		width: 100% !important;
	float: none !important;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.85) !important;
	margin-bottom: -8px !important;

	
}



.magazineheaderdeepinside h3.articlesub {
	

	font-size: 16px !important;
	width: 100% !important;
	float: none !important;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.52) !important;
	
	
}

.magazineheaderdeepinside .infogrouping .dateright {
	
	
	
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.52) !important;
	
}


.magazineheaderdeepinside .infogrouping .magazinetag {
		
	
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42) !important;
	}
	
	
	
	
	
	.portrait_textatside {
	
	width: 100%;
	padding: 0px !important;
	
}


.portrait_textatside img {
	
	width: 100% !important;
	
	
}



.portrait_textatside .captionblock {
	
	

	width: 100% !important;
	padding: 5px 15px 0px 15px !important;	
	position: relative !important;
	margin-bottom: 0px;
	
	
	

	
	
}
	
	
	
	.pagegrouping {
	
	
	width: 100% !important;
	float: none;
	padding: 0px 0px 0px 0px !important;
	
	
	
}

	.rightgrouping {
		
		width: 100% !important;
		float: none;
		background: none;
		border: none !important;
		display: none !important;
		
	}
	
		.rightgrouping .leftpagepicks {
	
	
	width: 100% !important;
	float: none !important;
	padding: 0px 15px 0px 15px !important;
	border-top: 1px solid #d6d5d5 !important;
	
	
}

.rightgrouping .rightpagepicks {
	
	
	width: 100% !important;
	float: none !important;
	padding: 0px 15px 0px 15px !important;
	border-top: 1px solid #d6d5d5 !important;
	
	
}

.rightgrouping .editorspicks {
	
	width: 100% !important;
	
}
	
	
	



h2.pagetitle {
	
	margin: 0px 0px 30px 0px;
	padding: 0px 15px 0px 15px !important;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	
}









h2.pagetitle_editorialboard {
	
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 15px !important;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	
}





h2.pagetitle_newsletter {
	
	margin: 0px 0px 3px 0px;
	padding: 0px 15px 0px 15px !important;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	
}

.pagebody {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding: 0px 15px 0px 15px !important;
	margin-bottom: 0px;
	
}

.pagebody_editorspicks {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding: 0px 15px 0px 15px !important;
	margin-bottom: 60px;
	
}

	
	
	
	.utfooterlogo {
		
		float: none !important;
		display: block !important;
		
		
		}
	
	.footermenu {
	
	
	float: none !important;
	display: block;
	padding: 0px;
	margin: 20px 0px 0px 0px !important;
	vertical-align: middle;
	
}

.footermenu li {
	
	float: none !important;
	display: block !important;
	margin: 5px 0px 0px 0px !important;
	
}

.footermenu li a {
	
	font-size: 14px !important;
	
	
}

	
	
	
	
	.toptrinitytwentyimage, .toptrinitytwentyimage_widerfor2020 {
	
	float: none !important; width: 78% !important; margin: 0px auto 8px auto !important;
	
	
}

.bottomtrinitytwentyimage {
	
	float: none !important; width: 70% !important; margin: 0px auto 8px auto !important;
	
}

.doubletrinitytwentyimage, .doubletrinitytwentyimage_widerfor2020 {
	
	float: none !important; width: 84% !important; margin: 0px auto 8px auto !important;
	
}
	
	
	
	.editorialthisweek h5.pickscaption {
	
	font-size: 15px;
	display: block;
		
}



	
	
	.radiusheading {
		
		display: none;
		
		}
	
	.radiusheading_mobile {
		
		display: inline-block;
		
		}
	
	.jervismobile {
 
  display: block;
      margin-bottom: 10px;
  
}
    
    
     .lepen4left {
   width: 100% !important; float: none; margin: 7px 0px 0px 0px; 

    }
    
    .insidelepen4 {
display: block;
margin-bottom: 20px; 

      
    }
	
	.utpost-content blockquote p:first-child:first-letter { float: none; color: black; font-size: 20px; line-height: 111%; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-bottom: 0px; font-weight: 700; font-family: 'lft-etica', sans-serif; }

.utpost-content blockquote:first-child:first-letter { float: none; color: black; font-size: 20px; line-height: 111%; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-bottom: 0px; font-weight: 700; font-family: 'lft-etica', sans-serif;}

.utpost-content blockquote {
	
	width: 100%;
	padding: 15px 15px 25px 15px;
	margin: 20px 0px 20px 0px;
	background: none;
	line-height: 111%;
	font-size: 20px;
	border-top: 10px solid black;
	border-bottom: 1px solid black;
	font-family: 'lft-etica', sans-serif;
	font-weight: 700;
	
	
}

.bqnewright span, .bqnewleft span {
	
	font-size: 20px;
	
}

.utpost-content blockquote p {
	
	
	line-height: 111%;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	
	
}


.redpullquotecredit {
	
	font-family: 'lft-etica', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 75px;
	padding-right: 15px;
	
	
}


.magazinepost-content blockquote {
	
	width: 100%;
	
	padding: 0px 15px 0px 15px !important;
	background: none;
	line-height: 111%;
	font-size: 30px !important;
	font-family: "tablet-gothic-condensed", sans-serif !important;
	border: 0px !important;
	font-weight: 700;
	
	
}

.magazinepost-content blockquote.left {
	
	float: left;
	margin: 20px 0px 50px 0px !important;
}

.magazinepost-content blockquote.right {
	
	float: right;
	margin: 20px 0px 50px 0px !important;
	text-align: left !important;
}



.magazinepost-content blockquote p:first-child:first-letter, .magazinepost-content blockquote:first-child:first-letter {
	
	margin: 0px !important;
	padding: 0px !important;
	font-size: 30px !important;
	line-height: 111% !important;
	float: none !important;
	
}


.magazinepost-content blockquote p {
	

	font-size: 30px;
	
	
}

	
	
	
	
	
	#categorycontent {
		
		margin-top: 75px;
		padding: 0px 15px 0px 15px;
		width: 100% !important;
		
		
		
		
	}
	
	
	.radiuslogo {
		
		margin-left: 0px;
		width: 200px;
		height: 48px;
		
		}
	
	.radiusheading {
		
		margin-left: 0px;
		margin-right: 0px;
		
	}
	
	
.latestradiuslinkcropper {
	
	display: block !important;
	
}	

#radiusleft {
	
	width: 100%;
	padding-right: 0px;
	float: none;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	
	
}



.radiush3 {
	
	font-family: 'lft-etica', sans-serif;
	margin: 0px 0px 20px 0px;
	font-weight: 200;
	padding: 0px;
	color: black;
	font-size: 25px;
	margin-bottom: 20px;
	border: none;
	
}


#radiusright {
	
	width: 100%;
	float: none;
	padding: 0px 0px 0px 0px;
	margin-top: 30px;
	margin-bottom: 100px;
	
}




.latestradiuslink {
	
	border-bottom: 1px solid #d6d5d5;
	
}

	
	
.radiuslatest_displaynonemobile {
	
	display: none !important;
	
	
}	


.largerradiusbox {
	
	width: 100% !important;
	height: auto !important;
	min-width: 100% !important;
	padding-bottom: 15px;

}



.radiusbox {
	
	width: 100% !important;
	height: auto !important;
	min-width: 100% !important;
	padding: 0px 0px 0px 0px;
	margin-top: 6px;
	margin-bottom: 24px;
	
	
}


	

.wrap {
	
	margin: 0px;
	padding: 0px;
	width: 100%;
	
}	

#topblocks {
	
	width: 100%;
	padding: 0px 15px 0px 15px;
	
}


/* GYGG */

.newsectionheaders {
		
		
		
		
				font-size: 25px;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-top: 0px;
		
		display: inline-block;
		padding: 3px 6px 3px 8px;

		
	}
	
	
	h3.sectionpageheader {
		
		font-size: 24px;
		
	}
	
	
	
	
	.sectionpageimagecropper {
		
		width: 100%; height: 152px; background: none; float: none; display: block; margin-left: 0px; margin-bottom: 15px;
		
	}



	
#inner-content {
	
	margin: 0px;
	padding: 0px;
	width: 100%;
	
	
}	


	
#leftofit {
	
	width: 100%;
	float: none;
	padding: 0px 0px 0px 0px;
	
	border: 0px;
	
}


#rightofit {
	
	width: 100%;
	float: none;
	padding: 0px;
	border: 0px;
	
}


.edboardpagewrap .rightofitedboardpage {
	
	border-left: 0px !important;
	
}

#leftonright {
	
	width: 100%;
	float: none;
	padding: 0px;
	border: 0px;
	margin-top: 15px;
	border-bottom: 1px solid #d6d5d5;
	margin-bottom: 18px;
	
}

.insiderightofit {
	
	width: 100%;
	float: none;
	padding: 0px;
	border: 0px;
	margin-top: 15px;

	
}

.lastonebig {
	
border-bottom: 1px solid #d6d5d5 !important;	
	
}


#rightonright {
	
	width: 100%;
	float: none;
	padding: 0px;
	border: 0px;
	
}





.smallerstufflist {
	display: none;
	
}

.numbertwobig {
	
	
	
}


.numberone {
	padding-bottom: 0px;
	
}

.leftheadshot {
	width: 18%;
	
}

.insidepostlink {
	
	width: 82%;
	
	
	}
	
.columnisttop .postlink .insidepostlink h3.threebigheadline {
	
	font-size: 20px !important;
	
}


	
	
	
.onebigheadline {
	
	font-size: 26px !important;
	
}

.oneheadline_bigger {
	
	font-family: 'coranto-2-headline', serif;
	font-weight: 700;
	font-size: 22px;
	
	
}

.twobigheadline, .threebigheadline {
	
	font-size: 22px !important;
	
	
}

.fourbigheadline {
	
	font-size: 20px !important;
	
}

.fourcropper {
	
	height: 150px !important;
	
}

.editorialbanner .onebigcaption {
	
	margin-bottom: 10px !important;
	
}


	#leftonright .onesectiontag {
	
	display: block;
	font-size: 10px;
	font-family: 'lft-etica', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: white;
	padding: 6px 0px 4px 0px;
	width: 72px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	
	
	}
	
	
	#leftonright .onebigsectiontag {
	
	
	font-size: 9px;
	font-family: 'lft-etica', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: white;
	padding: 6px 5px 5px 6px;
	display: inline-block;
	float: left;
	text-decoration: none;
	margin: 0px 9px 13px 0px;
	
	

	}
	
	#leftonright .onebigauthorname {
	
	
	font-size: 11px;
	
	
	
	}

.allsectionsbox {
	
	display: none;
	
	right: 0px;
	position: fixed;
		width: 100%;
	height: 308px;
	overflow: hidden;
	background: white;
	z-index: 5000000000;
	
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
  font-family: 'lft-etica', sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  
	
}

.allsectionsbox a {
	width: 100%;
	display: block;
	
}


.allsectionsscroller {
	
	
	width: 100%;
	
	padding: 16px 15px 10px 15px;
	
}

.allsectionsbox-fader {
	
	top: 279px;
	width: 100%;
	
}


.allsectionsbox ul li {
	
	font-size: 18px;
	color: black;
	margin: 0px 0px 13px 0px;
	padding-bottom: 13px;
	border-bottom: 1px solid #d6d5d5;
	width: 100%;
	display: block;
	
}

ul li.lastli {
	
	border: 0px !important;
	
}

.allsectionsbox ul li ul li {
	
	font-size: 15px;
	font-family: 'lft-etica', sans-serif;
	font-weight: 600;
	margin: 0px 0px 6px 0px;
	color: black;
	border-bottom: 0px solid #d6d5d5;
	padding: 0px;
	width: 100%;
	
}

.allsectionsbox ul li ul {
	
	margin-top: 10px;
	
}

	
	
	
.readmoremobile {
	
	width: 100%;
	text-align: center;
	font-family: 'lft-etica', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	display: block;
	margin: -40px 0px 20px 0px;
	background: white;
	padding: 0px 0px 0px 0px;
	
	height: 90px;
	z-index: 10 !important;
	position: relative;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-box-shadow: 0px -8px 54px 60px rgba(255,255,255,1);
-moz-box-shadow: 0px -8px 54px 60px rgba(255,255,255,1);
box-shadow: 0px -8px 54px 60px rgba(255,255,255,1);
	
}

.readmoremobile a {
	
	color: white;
	display: inline-block;
	text-decoration: none;
	background: black;
	padding: 8px 8px 8px 8px;
	margin-bottom: 15px;
	
}



	
	
	.stuck {
		
		
display: none;
  z-index: 50000000;
  position: fixed;
  top: 11px;
  padding-top: 1px;
  right: 15px;
background: white;
width: 160px;
text-align: right;

  
  
}


.stuck .facebookshare, .stuck .twittershare, .stuck .emailshare {
	
	height: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	
}


.stuck .leftforce {
	
	float: right !important;
	
}


	
	.articlead {
		
		display: none;
		
	}
	
	
	.imageadgroup {
	
	width: 100% !important;
	float: none !important;
	
	margin: 0px !important;
	
}


.imageadgroupwithlongvideo {
	
	width: 100% !important;
	float: none !important;
	
	margin: 0px !important;
	
}



.imageadgroup .articleimage {
	
	width: 100% !important;
}


.imageadgroup .articleimagevideo {
	
	width: 100% !important;
}


.utpost-content, .utlivepost-content {
	border: none;
	z-index: 2 !important;
	position: relative;
	
}

.articleimage .oneimagecaption {
	
	padding-right: 15px;
	
	
}

.articleimage .oneimageactualcaption {
	
	padding: 0px 15px 0px 15px;
	
	
}

.articleimage .oneimageactualcaption .oneimagecaption {
	
	padding-right: 0px;
	
	
}

.utpost-content p, .utlivepost-content p {
	margin-top: 0px;
	padding-top: 0px;
	
	z-index: 2;
	
}




.utpost-content p:first-child:first-letter { float: left; color: black; font-size: 50px; line-height: 48px; padding-top: 3px; padding-right: 7px; padding-left: 0px; margin-bottom: -5px; font-family: 'coranto-2', serif; }



.articleheadline, .articleheadline_editorial, .articleheadline_dearfresherme {
	font-size: 30px;
	
	
}


.freshersheadline {
	
	font-size: 32px !important;
	
}




.articleheadline_loveinterestcolumn {
	font-size: 28px !important;
	
	
}












.articlesub {
	
	font-size: 18px;
	
}

.infogrouping {
		
		margin-bottom: 8px;
		
	}
	
	
	.infogrouping a.tagspush-longer {
		
		padding-top: 12px !important;
		
	}
	
	
	
	.pickcropper {
	
	width: 35%;
	height: 95px;
	float: right;
	margin-left: 20px;
	
}
	
	
	a.pickstory {
	
	width: 100%;
	float: none;
	padding-right: 0%;
	
	height: 140px !important;
	border-bottom: 1px solid #d6d5d5;
	margin: 0 0% 13px auto;
	display: block;
	
	
}




a.pickstorymiddle {
	
	width: 100%;
	float: none;
	padding-right: 0%;
	margin: 0 0 13px auto;
	display: block;
	
	height: 140px !important;
	border-bottom: 1px solid #d6d5d5;
	
	
}


.editorialthisweek. a.pickstorymiddle, .editorialthisweek. a.pickstory {
	
	height: 165px !important;
	
}




.editorialthisweek a.pickstoryright {
	
	
	border-bottom: 0px !important;
	height: 165px !important;
	
	
}




a.pickstoryright {
	
	width: 100%;
	float: none;
	padding-right: 0%;
	padding-left: 0%;
	margin: 0 0 13px auto;
	display: block;

	height: 140px !important;
	border-bottom: 1px solid #d6d5d5;
	
	
}


.notopmargin h4.picksnoimage {
	
	margin-top: 0px !important;
	
	
}





h4.picksnoimage {
	
	font-size: 22px;
	margin-top: 17px;
	width: 90%;
	
	
	}
	
	
	.pickstory h4, .pickstoryright h4, .pickstorymiddle h4 {
		
		font-size: 20px;
		
		
		}
	

h5.pickscaption {
	
	display: none;
	
	}
	
	
.editorialthisweek h5.pickscaption {
	
	font-size: 15px;
	display: block;
		
}


.editorialthisweek a.pickstory h5.pickscaption, .editorialthisweek a.pickstorymiddle h5.pickscaption, .editorialthisweek a.pickstoryright h5.pickscaption  {
	
	font-size: 13px !important;
	
	
}
	

	
	
}


@media only screen and (max-width: 755px) {



	




.loveinterest_submitbox {
	
	
	
		
	margin-right: 15px !important;
	width: 160px;
		
	
}




.loveinterest_submitbox p {
	
	margin: 0px !important;
	padding: 0px !important;
	
}



.anothercontainer .utcontentgrouping, .anothercontainer .groupingwide, .anothercontainer .utpost-content, .anothercontainer .utlivepost-content {
	
	width: 100% !important;
	
}

.anothercontainer .utpost-content h3.racetitle {
	
	padding-left: 15px !important;
	
}

.anothercontainer .utpost-content .candidateone {
	
	width: 100% !important;
	padding: 0px 15px 0px 15px !important;
	
}


.anothercontainer .utpost-content .candidatetwo {
	
	width: 100% !important;
	padding: 0px 15px 0px 15px !important;
	
}

.anothercontainer .utpost-content .seefullraceanalysis {
	
	margin-left: 15px !important;
	
}


.utpost-content h4.candidatename {
	
	font-family: 'lft-etica', sans-serif;
	color: black;
	font-weight: 600;
	font-size: 20px;
	line-height: 111%;
	margin-top: 5px !important;
	padding-left: 0px;
	
}





.anothercontainer .utcontentgrouping .shareblockwide, .anothercontainer .utcontentgrouping .writershareblock  {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0px 15px 0px 15px;
width: 100% !important;

}
	
	
.groupingwide, .ensuregroupingwide {
	
	width: 100% !important;
	
	
}


.shareblockwide {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0px 15px 0px 15px;
width: 100% !important;

}


.article-headerwide {
	
	width: 100% !important;
	background: none; /* pink */
	display: block;
	float: none;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0px 15px 0px 15px;
	
}


.contentwide {
	
	width: 100% !important;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	
}



}




@media only screen and (max-width: 710px) {
	
#content {
	
	width: 100%;
	

	
}	

#liveblogwidth {
	
	padding: 0px 15px 0px 15px;
	
	
}


.pollingdataright {
	
	
	width: 390px;
	float: right;
	margin-left: 16px;
	margin-right: 15px;
	
	
}


.loveinterest_squarebyline {
	
	margin-left: 15px !important;
		
	
}



.societyguestsblock {
	
	padding-left: 15px;
	padding-right: 15px;
	
 
	
	}
	
	.utpost-content .societyguestsblock h4 {
	
	
	padding: 0px 0px 0px 0px;
	
}


.emailpostblockbig {
	

margin: 22px 15px 22px 15px;
box-sizing: border-box;
max-width: 90% !important;
	
	
}

.emailpostblockbig p {
	

padding-left: 0px !important;
margin-left: 0px !important;
padding-right: 0px !important;
margin-right: 0px !important;
	
	
}

.emailpostblockbig h4 {
	
	vertical-align: middle; font-weight: normal !important; font-family: Helvetica, Arial, sans-serif !important; margin: 0px 0px 15px 0px !important; font-size: 21px !important; padding: 0px 0px 10px 0px !important; border-bottom: 1px solid grey !important;
	
	
	
}


.readmore-container {
	
margin: 35px 15px 41px 15px !important;	
	
}




.utpost-content h4 {
	
	font-family: 'lft-etica', sans-serif;
	color: black;
	font-weight: 600;
	font-size: 20px;
	padding: 0px 15px 0px 15px;
	margin: 28px 0px 10px 0px;
	
}

.mobilepadding {
	
	padding: 0px 15px 0px 15px !important;
	
}

.utlivepost-content .liveblog-entry-content img, .utlivepost-content .liveblog-entry-content p img {
	
	width: 100% !important;
	
}



.utlivepost-content .liveblog-entry-content .candidate-table tr td img, .candidate-table .name img {
	
	height: 30px; width: 30px !important; vertical-align: middle; margin-right: 8px; display: inline-block;
	
}






.mobiletable {
	
	width: 100%;
	max-width: 100%;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset -28px 0px 14px 0px rgba(255,255,255,1);
-moz-box-shadow: inset -28px 0px 14px 0px rgba(255,255,255,1);
box-shadow: inset -28px 0px 14px 0px rgba(255,255,255,1);
	
}

.thisisit {
	
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	max-width: 100%;
	

	
	
}

	
#articlecontent {
	
	width: 100%;
	
	padding: 0px 0px 0px 0px;
	margin-top: 72px !important;
	background: white; /* maroon */
	float: none;
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}


#articlecontentwide {
	
	width: 715px;
	
	padding: 0px 0px 0px 0px;
	margin-top: 72px !important;
	background: white; /* maroon */
	float: none;
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;	
}
	


	
	
	
.article-header {
	
	width: 100% !important;
	background: none; /* pink */
	display: block;
	float: none;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0px 15px 0px 15px;
	
}

.magazinefeatureheader {
	
	margin-top: 500px;
	
}


.magazineaboveshadow {
	
height: 100vh !important;
-webkit-box-shadow: inset 0px -200px 188px -27px rgba(0,0,0,0.81);
-moz-box-shadow: inset 0px -200px 188px -27px rgba(0,0,0,0.81);
box-shadow: inset 0px -200px 188px -27px rgba(0,0,0,0.81);
position: absolute;
z-index: -5;
display: inline-block;
width: 100%;
top: 0;
left: 0;

	
}


.pagegrouping .article-header {
	
	padding: 0px !important;
	
}

.utcontentgrouping {
	
	width: 100% !important;
	
	
}






.pagegrouping {
	
	
	width: 100% !important;
	float: none;
	padding: 0px 15px 0px 15px;
	
	
	
}

.rightgrouping {
		
		width: 100% !important;
		float: none;
		background: none;
		
	}
	
	.rightgrouping .editorspicks {
	
	width: auto;
	
}

.rightgrouping .leftpagepicks {
	
	
	width: 48%;
	float: left;
	padding: 0px 0px 0px 15px;
	
	
}

.rightgrouping .rightpagepicks {
	
	
	width: 48%;
	float: right;
	padding: 0px 15px 0px 0px;
	
	
}

.rightgrouping .editorspicks {
	
	width: 48%;
	
	border: none;
	
}

.rightgrouping {
	
	border-top: 1px solid #d6d5d5;
	
}
	
	

.imageadgroup {
	
	margin-right: 15px !important;
	
	}



.writershareblock, .commentblock, blockquote {
	
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0px 15px 0px 15px;
width: 100% !important;

	
}

.utpost-content blockquote {
	
	padding-left: 15px !important;
	padding-right: 15px !important;
	
	}

.utpost-content {
	
	width: 100% !important;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	
}

.livebloggrouping .infogrouping {
	
	padding: 0px 15px 0px 15px !important;
	
}

.utlivepost-content {
	
	width: 100% !important;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0px 15px 0px 15px;
box-sizing: border-box;
	
}


.nf-response-msg p {
		
		padding: 0px !important;
		margin: 0px !important;
		
	}


.utpost-content p {
		
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0px 15px 0px 15px;
width: 100% !important;
	
	
}


.documentgrid {
	
	margin: 10px 15px 20px 15px;
	box-sizing: border-box;
	max-width: 100%;
	
}

.plagiarism-document p {
	
	margin-top: 14px !important;
	margin-bottom: 14px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	
}

.plagiarism-grouper {
	
	width: 100%;
	box-sizing: border-box;
	
}




.plagiarism-big-group {
	
	margin-left: 15px !important;
	margin-right: 15px !important;
	box-sizing: border-box;
	max-width: 100%;
	
}

.utpost-content .plagiarism-big-group h7 {
	
	
	margin-left: 0px !important;
	margin-right: 0px !important;
	
}


.utpost-content h5 {
	
	
	margin-left: 15px !important;
	margin-right: 15px !important;
	
}


.utpost-content .pollingdataright h5 {
	
	margin-left: 0px !important;
	margin-right: 0px !important;
	font-size: 17px !important;
	
	
	
}

.utpost-content h5.whyrunning {
	
	font-family: 'lft-etica', serif !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	line-height: 100% !important;
	margin-top: 15px !important;
	margin-bottom: 8px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding: 0px !important;
	
}

.utpost-content h7 {
	
	margin-left: 15px !important;
	margin-right: 15px !important;
	
	
}

.utlivepost-content p {
		
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100% !important;
	
	
}



.bottomofpost hr {
	
	margin: -30px 0px 20px 15px;
	
}


.magazinecontentgrouping .writershareblock, .magazinecontentgrouping .magazinecaptionblock {
	
	padding-left: 15px !important;
	padding-right: 15px !important;
	
}



.magazineheadergrouping {
	
	z-index: 195;
	position: absolute;
	bottom: 50px;
	width: 100%;
	padding-left: 15px !important;
	padding-right: 15px !important;
	
	
}

.magazineheadergrouping .magazineheaderinside, .magazineheaderdeepinside {
	
	z-index: 195;
	position: relative;
	
}

.magazineheaderinside {
	
	z-index: 195;
	width: 100%;
	
	margin: 0px auto 0px auto;
	
}


.magazineheaderdeepinside {
	
	width: 530px;
	float: left;
	
}

.magazineheaderdeepinside h2.articleheadline {
	
	font-family: "tablet-gothic-condensed", Georgia, serif !important;
	font-weight: 700 !important; 
	text-transform: uppercase;
	color: white;
	letter-spacing: 0px;
	font-size: 53px;
	line-height: 101%;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42);
	z-index: 195;
	position: relative;
	
}


.magazineheaderdeepinside h2.articleheadline_provosteditorial {

font-family: "coranto-2-headline", Georgia, serif !important;
	font-weight: 700 !important; 
	text-transform: none;
	color: white;
	letter-spacing: 0px;
	font-size: 42px;
	line-height: 101%;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42);
	padding: 0px;
	margin: 0px;
	z-index: 195;
	position: relative;
	
	/* this is 710px */


}

.magazineheaderdeepinside h3.articlesub {
	
	margin: 20px 0px 0px 0px;
	font-family: 'lft-etica', sans-serif; 
	font-size: 20px;
	font-weight: 500 !important;
	color: white;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42);
	z-index: 195;
	position: relative;
	
	
}

.portrait_textatside {
	
	width: 100%;
	padding: 0px 15px 0px 15px;
	
}


.portrait_textatside img {
	
	width: 74%;
	
	
}



.portrait_textatside .captionblock {
	
	

	width: 26%;
	padding: 0px 15px 25px 15px;	
	
	

	
	
}










.callededitorspicks .editorspicks {
	
	width: 100% !important;
	max-width: 100% !important;
	padding: 0px 15px 0px 15px;
	
}


.editorialthisweek {
	
	padding-bottom: 20px !important;
	
}


	




#logo {
  margin: 0;
  width: 39px;
	height: 28px;
	
	}


.navigationtopcontainer {
	
	
	width: 63%;
	padding: 0px;
	margin-top: 12px;
	margin-left: 35%;
	font-family: 'lft-etica', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
	
	

	
}


.greatboom {

width: 41%;

background: none;

display: none;

float: left;

}




.show-menu {
		display:block;
		float: left;
	}



#boom {
	
	 margin: 0px 0px 0px 0px;	
	 list-style-type: none;
	 padding: 0;
	 text-transform: uppercase;
	 background: blue;
	 width: 100%;
	 display: none;
	 
	 float: left;
	 border-top: 1px solid #d6d5d5;
	
	
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #boom{
    
   
}


.searchboxd {

background: white;
padding: 0px;
width: 57%;
float: right;
height: 30px;
margin-left: 0%;
border: 1px solid black;


}

.searchboxd #searchform input {

width: 83%;

}




#boom li:hover .boomsub {

display: none;

}

#boom>li:hover>.boomsubfeature, #boom>li:hover>.boomsubopinion {

display: none;
overflow: auto;


}




#boom>li {

display: inline;
float: none;
position: relative;
margin: 0px;

}

#boom>li>a>span.oi {

height: 0px;
width: 0px;
display: none;

}




#boom>li>a {
display: block;
text-decoration: none;

background: white;
cursor: pointer;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
height: 30px;
border-bottom: 1px solid #d6d5d5;
border-right: 1px solid #d6d5d5;
border-left: 1px solid #d6d5d5;
color: black;
padding: 6px 9px 0px 9px;
text-align: center;

}



.newsfeedlink {

width: 100%;
padding: 6px 0px 0px 0px;

}

.infocuslink {

width: 100%;
padding: 6px 0px 0px 0px;

}

.opinionlink {

width: 100%;
padding: 6px 0px 0px 0px;

}

.sportlink {

width: 100%;
padding: 6px 0px 0px 0px;

}

.magazinelink {

width: 100%;
padding: 6px 0px 0px 0px;

}

.blogslink {

width: 100%;
padding: 6px 0px 0px 0px;

}


}










/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/

@media only screen and (max-width: 1100px) {

.boomsubopinion {



}


.sport {

width: 535px;

}







}






@media only screen and (max-width: 918px) {
	
	
	
	


.listtwoul>li.righttwo>ul.righttwoulopinion {


margin: 0px;
padding: 0px 0px 0px 13px;

width: 0%;
float: right;
display: none;


}

.boomsubopinion {

width: 435px;

}

.boomsubopinion>.listtwo {

background: none;
width: 33.3%;
margin: 0;
padding: 0px 5px 0px 13px;
float: right;

}

.boomsubopinion>.listone {

background: none;
width: 66.6%;
margin: 0;
float: left;

}

.boomsubopinion>.listtwo>.listtwoul>li.lefttwo>ul.lefttwoul {


margin: 0px;
padding: 0px 0px 0px 0px;
width: 100%;
border-right: 0px solid #d6d5d5;
float: left;


}












}


@media only screen and (max-width: 1070px) {







}






@media only screen and (max-width: 980px) {
	
	
	.rightstuffhere {
		
		display: none;
		width: 0px;
		
	}



/* HOME IS HERE */

.mastheadpagegrouping {
	
	padding-top: 1px !important;

	
}

.centrebutton-page {
	
	margin-bottom: 68px !important;

}

.editorspicks {
	

	max-width: 640px;
	margin: 0 auto;
	float: none;
	
}

.editorialthisweek {
	
	padding-bottom: 20px !important;
	
}

.landscaperight {
	
	background: none;
	padding: 0px;
	border: none;
	
}


.portraitright {
	
	padding: 0px;
	border: none;
	
}



.imageadgroupwithlongvideo {
	
	width: 270px;
	
}

.imageadgroup {
	
	width: 300px;
	float: right;
	
	margin: 20px 0px auto 30px;
	
}


.societyguestsblock {
	
	max-width: 345px !important;
	width: 100%;
	margin: 30px 120px 42px 0px !important;
	float: none !important;
	background: none;
	
	
	
}


.imageadgroup .articleimage {
	
	width: 300px;
	float: none;
	
}

.imageadgroup .articleimagevideo {
	
	width: 300px;
	float: none;
	
}

.imageadgroup .articlead {
	
	width: 300px;
	float: none;
	
}

.imageadgroup .articlead img {
	
	width: 298px;
	float: none;
	border: 1px solid #c3c3c3;
	
}




.article-header {
	float: none;
	margin: 0 auto;
	width: 640px;
	
	
}


.article-headerwide {
	
	float: none;
	margin: 0 auto;
	width: 715px;
	
}

.shareblockwide {
	
	width: 715px !important;
	
}



.utcontentgrouping {
	
	background: none; /* orange */
	width: 640px;
	float: none;
	
	margin: 0 auto;
	
}

.groupingwide {
	
	width: 715px !important;
	
}

.contentwide {
	
	width: 715px !important;
	
}





.magazinecontentgrouping {
	
	margin-top: 100vh !important;
	
}


.magazineheaderinside {
	
	z-index: 195;
	width: 640px !important;
	position: relative;
	margin: 0px auto 0px auto;
	
}



.magazineheaderdeepinside {
	
	width: 350px;
	float: left;
	position: relative;
		z-index: 195;
	
}

.magazineheaderdeepinside h2.articleheadline {
	
		font-size: 47px;
		position: relative;
		z-index: 195;
	
}

.magazineheaderdeepinside h2.articleheadline_provosteditorial {
	
		font-size: 42px;
		position: relative;
		z-index: 195;
		
	
}


.magazineheaderdeepinside h3.articlesub {
	

	font-size: 17px;
	position: relative;
		z-index: 195;
	
	
	
}






.pagegrouping {
	
	
	width: 640px;
	float: none;
	
	
	
}

.rightgrouping {
	
 	width: 640px;
 	float: none;
 	margin: 0 auto;
 	background: none;	
	
}


.rightgrouping .editorspicks {
	
	width: auto;
	
}

.rightgrouping .leftpagepicks {
	
	
	width: 47%;
	float: left;
	
	
}

.rightgrouping .rightpagepicks {
	
	
	width: 47%;
	float: right;
	
	
}



.writershareblock, .utpost-content, .utlivepost-content {
	
	width: 640px;
	
}


.commentblock {
	
	width: 640px;
	
	margin: 35px auto 0px auto;
	
}


#articlecontent {
	
	
	
	width: 100%;
	margin: 92px auto 25px auto;
	
	
	
}


#articlecontentwide {
	
	
	
	width: 100%;
	margin: 92px auto 25px auto;
	
	
	
}















.columnisttop .postlink .threebigheadline {
	
		font-size: 20px;
	
	
	}


.sectiontext {

display: inline;



}


#hamburger-icon {
  margin: 2px 5px 0px 0px;
}


.sectionboxstuff {

position: absolute;
top: 12px;
right: 54px;



}






.editorialheadlinethree {
	

	font-size: 15px;

	
	}



.shilly {

border: 0px solid black;
overflow: visible;

display: block;
z-index: 1000;
position: absolute;
top: 12px;
right: 15px;
padding-left: 4px;
height: 31px;


}

div.searchpush {


padding: 0px 0px 0px 2px;
text-align: center;

width: 31px;
float: right;
margin: 0 auto;

display: block;

position: relative;


}


div.searchpush .searchicon {

background: transparent;
 transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;

}


div.searchpush:hover .searchicon {


  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);


}

#searchsubmit span.searchicon {

display: none;

}





.pusherit {

border: 0px red solid;
overflow: hidden;
float: right;



margin-left: 0px;






}


.hider {

width: 200px;
float: left;
display: none;


}

.searchboxd {


display: block;
overflow: visible;
   
  
  
  -moz-box-shadow: -7px 0 15px 10px #fff;
  -webkit-box-shadow: -7px 0 15px 10px #fff;
box-shadow: -7px 0 15px 10px #fff;
  
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 0px solid black;
border-bottom: 1px solid black;
width: 170px;
height: 30px;

margin-left: 30px;




}

 .searchboxd #searchform input {
 
 width: 95%;
 
 }
 
 
 
 
 
 

	
	
		
	.onecropper  {
	
	height: 240px;

	
	}
	
	.one2cropper  {
	
	height: 105px;
	
	
	}
	
	
	.onebigimageportrait {
		
		width: 40%;
		
	}
	
	.floaterright {
		
		width: 60%;
		
	}
	
	
.onebigimageportrait .onecropper {
	 
	 height: 250px;
	 
	 
 }
 
 .floaterright .onebigheadline {
	 
	 font-size: 34px;
	 
 }

	


 .onebigheadline {
	 
	 font-size: 30px;
	 
	 
 }
 
 .oneheadline_bigger {
	 
	 font-size: 25px;
	 
 }
 
 .twobigheadline {
	 
	 font-size: 24px;
	 
 }
 
 .threebigheadline {
	 
	 font-size: 20px;
 }
 
 
 
 
.fourcropper {
	
	height: 150px;
	
}


.profilecropper {
			
			height: 110px; 			
			
		}
		
		
		.profilepostlink .editorialheadline {
	
	font-family: 'coranto-2-headline', serif;
	font-weight: 400;
	font-size: 24px;
	
}











}






@media only screen and (max-width: 860px) {
	
	
	.lepen {
   width: 55%; float: left; margin: 7px 45px 20px 0px;
      
    }
    
    
    .tablepushleft {
 
  width: 100%; margin: 0px 0px 20px 0px;
  
}
    
    
    
    
    .morecoverage {
 
  width: 100%; background: white; display: block; margin: 30px 0px 30px 0px; border-top: 1px solid #e8e4e3; border-bottom: 1px solid #e8e4e3;
  
}
    
    .blockerleft {
  
 display: block; background:#8f1163; padding: 0px 14px 14px 18px; float: left; margin: 30px 0px 30px 0px; width: 99%; color: white;
  
}


.blockerright {
  
 display: block; background:#8f1163; padding: 0px 14px 14px 18px; float: right; margin: 30px 0px 30px 0px; width: 99%; color: white; 
  
}
    
    
    
    
    
    .headerprofile {
  
  width: 100%; padding-top: 50px; display: block; color: black; font-size: 35px;
  
}

.headerprofile>.subtitle {
 
  font-size: 23px;
  padding-bottom: 10px;
  
}

.width120 {
 width: 100%;
  padding-bottom: 10px;
  
}
    
    
    
    .infocusfloat {

float: right; width: 24%; border-top: 1px solid #f0eceb; padding-top: 7px; margin: 6px 14px 10px 20px;

}

      
.lepen2right {
   width: 50%; float: right; margin: 7px 0px 20px 45px;

    }
    
    .lepen2right {
   width: 30%; float: right; margin: 7px 0px 20px 45px;

    }
    
    .lepen2left {
   width: 30%; float: left; margin: 7px 45px 20px 0px;

    }
    
    .lepen4left {
   width: 30%; float: left; margin: 7px 45px 20px 0px;

    }
    
    .lepen2rightno {
    float: right; margin: 7px 0px 20px 45px;

    }
    
   .lepen3right {
  
  width: 30%; float: right; margin: 7px 0px 20px 45px;
  
}
    
    .fullwidth2 {
 
  background: none; width: 90%; margin: 0 auto;
  
  
}
    
    .xxxx2 {
 
  width: 100% !important;
  margin: 40px 0px 80px 0px;
  
}
    
    
    .slideshow2 {
 
  background: none; margin-top: 20px; width: 80%; float:left;
  
}

.slideshowright {
  
  background: none; margin-top: 20px; width: 18%; float:right;
  
}
    
    .insideright {
 
  width: 100%; border-top: 1px solid #f0eceb; padding-top: 7px; margin: 3px 0px 0px;
  
}
    
    .linkinside {
  
  font-size: 11.5px;
  
}
    
    .rightplainpush {
  
  font-family: 'Museo_Slab_500_2'; font-style: normal; line-height: 150%; text-align: left; width: 42%; color: black; float: right; padding: 0px 0px 32px 22px; margin: 5px 0px 0px 20px;
  
}

.rightplainpush p {
  
  font-size: 120%;
  color: #8F1163;
  
}
    
    .leftplainpush {
  
  font-family: 'Museo_Slab_500_2'; font-style: normal; line-height: 150%; text-align: left; width: 42%; color: black; float: left; padding: 0px 22px 32px 0px; margin: 5px 20px 0px 0px;
  
}

.leftplainpush p {
  
  font-size: 120%;
  color: #8F1163;
  
}
    
    
    
    .bqnewleft {
	
	width: 45%;
	margin: 10px 30px 50px 0px;
	
}

.bqnewleft div, .bqnewright div {
	
	display: none !important;
	visibility: hidden !important;
	
}


.bqnewright {
	
	width: 45%;
	margin: 10px 0px 50px 30px;
	
}
    
    .bqsmallerleft {
	
	width: 45%;
	margin: 3px 30px 30px 0px;
	
}


.bqsmallerright {
	
	width: 45%;
	margin: 3px 0px 30px 30px;
	
}
    
    
    

	
	
	
	

.onebigimageportrait .onecropper {
	 
	 height: 180px;
	 
	 
 }
 
 .floaterright .onebigheadline {
	 
	 font-size: 33px;
	 
 }
 
 .smallertwobigheadline {
	 
	 font-size: 26px;
	 
	 
 }


.heightstop {
	
	height: 42px;
	overflow: hidden;
	
}

	.greatboom {
		
		width: 700px;
		
	
	
		
		
	}
	
		.navigationtopcontainer {
		
		border: 0px solid blue;
		max-width: 570px;
	    margin-left: 10%;
    	margin-right: 10%;
		overflow-x: auto;
		height: 80px;
	
		
		
		
	}
	
	
	div.allsect {
	
-webkit-box-shadow: -9px 0px 9px 8px rgba(255,255,255,1);
-moz-box-shadow: -9px 0px 9px 8px rgba(255,255,255,1);
box-shadow: -9px 0px 9px 8px rgba(255,255,255,1);





}





.whiteshadow {
	
	-webkit-box-shadow: 16px 0px 9px 8px rgba(255,255,255,1);
-moz-box-shadow: 16px 0px 9px 8px rgba(255,255,255,1);
box-shadow: 16px 0px 9px 8px rgba(255,255,255,1);
z-index: 1;
	
}


	
	
	
	
	.navigationtopcontainer::-webkit-scrollbar { 
	
	display: none;
    
}


	

	
	
	#boom li:hover .boomsub {

display: none;

}

#boom li:hover .boomsubfeature {

display: none;

}

#boom li:hover .boomsubopinion {

display: none;

}

#boom li:hover .boomsubsport {

display: none;

}

#boom li:hover .boomsubmagazine {

display: none;

}

#boom li:hover .boomsubradius {

display: none;

}	

#boom li:hover .boomsubblogs {

display: none;

}


.oi {
	
	display: none;
}


.homepagebanner .oi {
	
	display: inline-block !important;
	
}

.seefullraceanalysis .oi {
	
	display: inline-block !important;
	
}


.latestradiuslinkcropper {
	
	display: none;
	
}


.radiusbox {
	
	width: 140px;
	height: 295px;
min-width: 140px;
	
}


.largerradiusbox {
	
	width: 200px; 
	height: 295px;
	min-width: 200px;

}




	.profilepostlink .editorialheadline {
	
	font-family: 'coranto-2-headline', serif;
	font-weight: 400;
	font-size: 20px;
	
}


.twobigheadline {
	
	font-size: 20px;
	
}
	
.threebigheadline {
	
	font-size: 17px;
	
}

.fourbigheadline {
	
	font-size: 16px;
	
}
	
	
	
	
	
	.newsfeedlink {

width: 56px;
padding: 6px 0px 0px 0px;

}

.infocuslink {

width: 81px;
padding: 6px 0px 0px 0px;

}

.opinionlink {

width: 75px;
padding: 6px 0px 0px 0px;

}

.sportlink {

width: 64px;
padding: 6px 0px 0px 0px;

}

.magazinelink {

width: 89px;
padding: 6px 0px 0px 0px;

}

.radiuslink {

width: 71px;
padding: 6px 0px 0px 0px;

}

.blogslink {

width: 63px;
padding: 6px 0px 0px 0px;
margin-right: 100px;

}

	
	

}

@media only screen and (max-width: 1030px) {
	
	
	  	.fresherssection .onecropper {
	  	
	  	height: 330px;
	  	
  	}


  	  	.fresherssection .fourcropper {
	  	
	  	height: 200px;
	  	
  	}
  	
  		.fresherssection .oneheadline {
	  	
	  	font-size: 18px;
	  	
  	}

	
	
}





@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
 
   
    
  



    
    
    
    .navigationtopcontainer {
	
	height: 50px;
	width: 93%;
	background: none;
	margin-left: 6%;
	font-family: 'lft-etica', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;

	
	
}




.alltext {

display: inline;

}

.sectionboxstuff {
	
	
	
	width: 135px;
	height: 30px;
		
}





/* THIS STYLES THE SEARCH BOX CONTAINER DIV */


.searchboxd {

background: white;
padding: 0px;
width: 16%;

height: 30px;
margin-left: 1%;
border:1px solid black;

}


.littlegreybox {

background: yellow;

}


/* THIS STYLES THE SEARCH BOX FORM ELEMENT */

.searchformform {

float: left;
width: 100%;

padding: 0px;
float: left;
height: 28px;


}

/* THIS STYLES THE SEARCH BOX FORM INPUT ELEMENT */

.searchboxd #searchform input {


	display: block;
	float: left;
  height: 28px;
  line-height: 14px;
  padding: 0px 0px 0px 7px;
  margin-bottom: 0px;
  outline: none;
  color: black;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 78%;
  max-width: 400px;
  font-family: 'lft-etica', sans-serif;
  font-weight: 400;
  background-color: white;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; 
  
  
  
  }



}



#searchitcontainer .searchicon {
	float: left; font-size: 14px; display: block; color: white; margin: 0px 0px 0px 0px;
padding: 8px 0px 0px 0px;
width: 27px;
text-align: center;
height: 28px;
background: black;
	
}




#searchsubmit .searchicon {

float: left; font-size: 14px; display: block; color: white; margin: 0px 0px 0px 0px;
padding: 7px 0px 0px 0px;
width: 27px;
text-align: center;
height: 28px;
background: black;


}

#searchsubmit {

border: none;
display: inline;
float: right;
background: none;
padding: 0;
margin: 0px 0px 0px 5px;
outline: none;
width: 27px;
height: 28px;

}
    
    
    
    
   
   
    
    
    
    
       
    
    
    
    

    
    
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ 
  
  
  .columnisttop .postlink .threebigheadline {
	
		font-size: 26px;
		
	
	
	}
  
  
  
  
  
  }
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

#logo {

background: url('../images/utlogo2x.jpg') no-repeat;
background-size: 100%;

}


    .universitytimesmasthead {
	     

background: url('../images/universitytimes-logo2x.png') no-repeat;
 background-size: 100%; 
  
	     
	     
     }


.facebookshare {
	
	background: url('../images/facebookbutton2x.png') no-repeat #3b5a99;
	background-size: 100%;	
	-moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
	
}

.twittershare {
	
	background: url('../images/twitterbutton2x.png') no-repeat #55acee; 
	background-size: 100%;	
	-moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
	
	
}

.emailshare {
	
	background: url('../images/emailbutton2x.png') no-repeat #555555;
	background-size: 100%;
	-moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;	
	
	
}


.facebookshare:hover {
	
	background: url('../images/facebookbutton2x.png') no-repeat #2c4371;
	background-size: 100%;	
	
	
}

.twittershare:hover {
	
	background: url('../images/twitterbutton2x.png') no-repeat #3f7fb0; 
	background-size: 100%;	
	
	
}

.emailshare:hover {
	
	background: url('../images/emailbutton2x.png') no-repeat #3f3f3f;
	background-size: 100%;	
	
	
}

.radiuslogo {

	background: url("../images/radiuslogo.jpg") no-repeat;
	background-size: 100%;
	
	}

.radiushomepagelogo {
	
	
	background: url("../images/radiushomepagelogo2x.jpg");
	background-size: 100%;
	
	
	
}

.twentyhomepagelogo {
	
	
	background: url("../images/t20homepagelogo2x.jpg");
	background-size: 100%;
	
	
	
}


.ballotboxicon {
		
		
		background: url("../images/ballotboxicon2x.jpg");
		background-size: 21px 24px;
				
	}
	
	
		.postfreshersicon {
		
		background: url("../images/postfreshersicon2x.jpg");
		background-size: 21px 24px;
	
		
		
	
	}
	
	
		.post10yearsasprovosticon {
		
		
		background: url("../images/10yearsasprovosticon2x.jpg");
		background-size: 25px 28px;
		
		
	}
	
	
	
	
	.freshersicon {
		
	
		background: url("../images/college-guide-icon2x.jpg");
		background-size: 54px 56px;

	
		
	}	
	
	
.collingwoodcupicon {
		
		background: url("../images/collingwoodcupicon2x.jpg");
		background-size: 21px 24px;
				
	}
	
	
	
.editorialnotebookicon {
		
		background: url("../images/editorialnotebook2x.jpg");
		background-size: 45px 45px;
		
		
	}	
	
	
		.emailnewslettersicon {
		
		background: url("../images/email-newslettericon2x.jpg");
		background-size: 52px 52px;
		
		
	}
	
	
	
	.emailnewslettershomepageicon {
		
		background: url("../images/email-newsletterhomepage-icon2x.jpg");
		background-size: 31px 31px;
		
		
	}
	
	
	.emailsuccessicon {
		
		background: url("../images/emailsuccess2x.jpg");
		background-size: 52px 52px;
		
		
	}		
	
	.nf-response-msg {
		
		background: url("../images/emailsuccess2x.jpg") !important;
		background-size: 52px 52px !important;
		background-repeat: no-repeat !important;

	}
	
	



  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

 

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } 

