/*
Theme Name: dbprimary2015
Theme URI: http://www.neweraed.co.uk/
Author: New Era Education UK Ltd.
Author URI: http://www.neweraed.co.uk/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dbprimary2015
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 dbprimary2015 is based on Underscores http://www.neweraed.co.uk/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@import "//fonts.googleapis.com/css?family=Raleway:100,300,400,600";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.css-transitions-only-after-page-load {
    transition: none 0s ease 0s !important;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, li, ul, span, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-weight: 300;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], .wrapper .hidden {
    display: none;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: none repeat scroll 0 0 #ff0;
    color: #000;
}
p, pre {
    margin: 1em 0;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: none;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl, menu, ol, ul {
    list-style: outside none none;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
    white-space: normal;
}
button, input, select, textarea {
    color: #666;
    font-family: "Raleway",sans-serif;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* /resources/common/css/grid.css*/
body {
  min-width: 972px;
}


.wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 972px;
}
.bett-awards-finalist-badge {
		position: absolute;
		left: 20px;
		bottom: 20px;
		z-index: 999;
		@media #{$below-tablet} {
			width: 88px;
		}
	}

/* .main .wrapper { */
/*     background: url("/content-app/resources/common/images/960.png") repeat scroll 0 0 rgba(0, 0, 0, 0); */
/* } */

.row {
  margin-bottom: 20px;
}
.row-spacer {
  margin-bottom: 40px;
}

.no-margin {
  margin: 0 !important;
}
.no-left-margin {
  margin-left: 0 !important;
}
.no-right-margin {
  margin-right: 0 !important;
}
.grid-margins {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.grid_inside,
.grid_outside {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.wrapper .grid_1 {width: 51px;}
.wrapper .grid_2 {width: 132px;}
.wrapper .grid_3 {width: 213px;}
.wrapper .grid_4 {width: 294px;}
.wrapper .grid_5 {width: 375px;}
.wrapper .grid_6 {width: 456px;}
.wrapper .grid_7 {width: 537px;}
.wrapper .grid_8 {width: 618px;}
.wrapper .grid_9 {width: 699px;}
.wrapper .grid_10 {width: 780px;}
.wrapper .grid_11 {width: 861px;}
.wrapper .grid_12 {width: 942px;}

/* =Grid >> 12 Columns - Grid Wrappers - Used for grids within grids / Grid width + left and right margin value
--------------------------------------------------------------------------------*/
.wrapper .grid_1.grid_inside {
  width: 51px;
  width: -webkit-calc(51px + 30px);
  width: -moz-calc(51px + 30px);
  width: calc(51px + 30px);
}
.wrapper .grid_2.grid_inside {
  width: 132px;
  width: -webkit-calc(132px + 30px);
  width: -moz-calc(132px + 30px);
  width: calc(132px + 30px);
}
.wrapper .grid_3.grid_inside {
  width: 213px;
  width: -webkit-calc(213px + 30px);
  width: -moz-calc(213px + 30px);
  width: calc(213px + 30px);
}
.wrapper .grid_4.grid_inside {
  width: 294px;
  width: -webkit-calc(294px + 30px);
  width: -moz-calc(294px + 30px);
  width: calc(294px + 30px);
}
.wrapper .grid_5.grid_inside {
  width: 375px;
  width: -webkit-calc(375px + 30px);
  width: -moz-calc(375px + 30px);
  width: calc(375px + 30px);
}
.wrapper .grid_6.grid_inside {
  width: 456px;
  width: -webkit-calc(456px + 30px);
  width: -moz-calc(456px + 30px);
  width: calc(456px + 30px);
}
.wrapper .grid_7.grid_inside {
  width: 537px;
  width: -webkit-calc(537px + 30px);
  width: -moz-calc(537px + 30px);
  width: calc(537px + 30px);
}
.wrapper .grid_8.grid_inside {
  width: 618px;
  width: -webkit-calc(618px + 30px);
  width: -moz-calc(618px + 30px);
  width: calc(618px + 30px);
}
.wrapper .grid_9.grid_inside {
  width: 699px;
  width: -webkit-calc(699px + 30px);
  width: -moz-calc(699px + 30px);
  width: calc(699px + 30px);
}
.wrapper .grid_10.grid_inside {
  width: 780px;
  width: -webkit-calc(780px + 30px);
  width: -moz-calc(780px + 30px);
  width: calc(780px + 30px);
}
.wrapper .grid_11.grid_inside {
  width: 861px;
  width: -webkit-calc(861px + 30px);
  width: -moz-calc(861px + 30px);
  width: calc(861px + 30px);
}
.wrapper .grid_12.grid_inside {
  width: 942px;
  width: -webkit-calc(942px + 30px);
  width: -moz-calc(942px + 30px);
  width: calc(942px + 30px);
}

/* =Grid >> 12 Columns - Grid Wrappers - Used for grids outside grids / Grid width - left and right margin value
--------------------------------------------------------------------------------*/
.wrapper .grid_1.grid_outside {
  width: 51px;
  width: -webkit-calc(51px - 30px);
  width: -moz-calc(51px - 30px);
  width: calc(51px - 30px);
}
.wrapper .grid_2.grid_outside {
  width: 132px;
  width: -webkit-calc(132px - 30px);
  width: -moz-calc(132px - 30px);
  width: calc(132px - 30px);
}
.wrapper .grid_3.grid_outside {
  width: 213px;
  width: -webkit-calc(213px - 30px);
  width: -moz-calc(213px - 30px);
  width: calc(213px - 30px);
}
.wrapper .grid_4.grid_outside {
  width: 294px;
  width: -webkit-calc(294px - 30px);
  width: -moz-calc(294px - 30px);
  width: calc(294px - 30px);
}
.wrapper .grid_5.grid_outside {
  width: 375px;
  width: -webkit-calc(375px - 30px);
  width: -moz-calc(375px - 30px);
  width: calc(375px - 30px);
}
.wrapper .grid_6.grid_outside {
  width: 456px;
  width: -webkit-calc(456px - 30px);
  width: -moz-calc(456px - 30px);
  width: calc(456px - 30px);
}
.wrapper .grid_7.grid_outside {
  width: 537px;
  width: -webkit-calc(537px - 30px);
  width: -moz-calc(537px - 30px);
  width: calc(537px - 30px);
}
.wrapper .grid_8.grid_outside {
  width: 618px;
  width: -webkit-calc(618px - 30px);
  width: -moz-calc(618px - 30px);
  width: calc(618px - 30px);
}
.wrapper .grid_9.grid_outside {
  width: 699px;
  width: -webkit-calc(699px - 30px);
  width: -moz-calc(699px - 30px);
  width: calc(699px - 30px);
}
.wrapper .grid_10.grid_outside {
  width: 780px;
  width: -webkit-calc(780px - 30px);
  width: -moz-calc(780px - 30px);
  width: calc(780px - 30px);
}
.wrapper .grid_11.grid_outside {
  width: 861px;
  width: -webkit-calc(861px - 30px);
  width: -moz-calc(861px - 30px);
  width: calc(861px - 30px);
}
.wrapper .grid_12.grid_outside {
  width: 942px;
  width: -webkit-calc(942px - 30px);
  width: -moz-calc(942px - 30px);
  width: calc(942px - 30px);
}


/* `Clear Rows
--------------------------------------------------------------------------------*/

.row:before,
.row-spacer:before,
.row:after,
.row-spacer:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.row-spacer:after {
  clear: both;
}

/* 1140.css */

@media all and (min-width: 1200px) {
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
  }

  /* .main .wrapper { */
  /*     background: url("/content-app/resources/common/images/1140.png") repeat scroll 0 0 rgba(0, 0, 0, 0); */
  /* } */

  .row {
    margin-bottom: 30px;
  }
  .row-spacer {
    margin-bottom: 60px;
  }

  /* =Grid >> Global
  --------------------------------------------------------------------------------*/
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    display: inline;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  /* =Grid >> 12 Columns
  --------------------------------------------------------------------------------*/
  .wrapper .grid_1 {width: 65px;}
  .wrapper .grid_2 {width: 160px;}
  .wrapper .grid_3 {width: 255px;}
  .wrapper .grid_4 {width: 350px;}
  .wrapper .grid_5 {width: 445px;}
  .wrapper .grid_6 {width: 540px;}
  .wrapper .grid_7 {width: 635px;}
  .wrapper .grid_8 {width: 730px;}
  .wrapper .grid_9 {width: 825px;}
  .wrapper .grid_10 {width: 920px;}
  .wrapper .grid_11 {width: 1015px;}
  .wrapper .grid_12 {width: 1110px;}

  /* =Grid >> 12 Columns - Grid Wrappers - Used for grids within grids / Grid width + left and right margin value
  --------------------------------------------------------------------------------*/
  .wrapper .grid_1.grid_inside {
    width: 65px;
    width: -webkit-calc(65px + 30px);
    width: -moz-calc(65px + 30px);
    width: calc(65px + 30px);
  }
  .wrapper .grid_2.grid_inside {
    width: 160px;
    width: -webkit-calc(160px + 30px);
    width: -moz-calc(160px + 30px);
    width: calc(160px + 30px);
  }
  .wrapper .grid_3.grid_inside {
    width: 255px;
    width: -webkit-calc(255px + 30px);
    width: -moz-calc(255px + 30px);
    width: calc(255px + 30px);
  }
  .wrapper .grid_4.grid_inside {
    width: 350px;
    width: -webkit-calc(350px + 30px);
    width: -moz-calc(350px + 30px);
    width: calc(350px + 30px);
  }
  .wrapper .grid_5.grid_inside {
    width: 445px;
    width: -webkit-calc(445px + 30px);
    width: -moz-calc(445px + 30px);
    width: calc(445px + 30px);
  }
  .wrapper .grid_6.grid_inside {
    width: 540px;
    width: -webkit-calc(540px + 30px);
    width: -moz-calc(540px + 30px);
    width: calc(540px + 30px);
  }
  .wrapper .grid_7.grid_inside {
    width: 635px;
    width: -webkit-calc(635px + 30px);
    width: -moz-calc(635px + 30px);
    width: calc(635px + 30px);
  }
  .wrapper .grid_8.grid_inside {
    width: 730px;
    width: -webkit-calc(730px + 30px);
    width: -moz-calc(730px + 30px);
    width: calc(730px + 30px);
  }
  .wrapper .grid_9.grid_inside {
    width: 825px;
    width: -webkit-calc(825px + 30px);
    width: -moz-calc(825px + 30px);
    width: calc(825px + 30px);
  }
  .wrapper .grid_10.grid_inside {
    width: 920px;
    width: -webkit-calc(920px + 30px);
    width: -moz-calc(920px + 30px);
    width: calc(920px + 30px);
  }
  .wrapper .grid_11.grid_inside {
    width: 1015px;
    width: -webkit-calc(1015px + 30px);
    width: -moz-calc(1015px + 30px);
    width: calc(1015px + 30px);
  }
  .wrapper .grid_12.grid_inside {
    width: 1110px;
    width: -webkit-calc(1110px + 30px);
    width: -moz-calc(1110px + 30px);
    width: calc(1110px + 30px);
  }

  /* =Grid >> 12 Columns - Grid Wrappers - Used for grids outside grids / Grid width - left and right margin value
  --------------------------------------------------------------------------------*/
  .wrapper .grid_1.grid_outside {
    width: 65px;
    width: -webkit-calc(65px - 30px);
    width: -moz-calc(65px - 30px);
    width: calc(65px - 30px);
  }
  .wrapper .grid_2.grid_outside {
    width: 160px;
    width: -webkit-calc(160px - 30px);
    width: -moz-calc(160px - 30px);
    width: calc(160px - 30px);
  }
  .wrapper .grid_3.grid_outside {
    width: 255px;
    width: -webkit-calc(255px - 30px);
    width: -moz-calc(255px - 30px);
    width: calc(255px - 30px);
  }
  .wrapper .grid_4.grid_outside {
    width: 350px;
    width: -webkit-calc(350px - 30px);
    width: -moz-calc(350px - 30px);
    width: calc(350px - 30px);
  }
  .wrapper .grid_5.grid_outside {
    width: 445px;
    width: -webkit-calc(445px - 30px);
    width: -moz-calc(445px - 30px);
    width: calc(445px - 30px);
  }
  .wrapper .grid_6.grid_outside {
    width: 540px;
    width: -webkit-calc(540px - 30px);
    width: -moz-calc(540px - 30px);
    width: calc(540px - 30px);
  }
  .wrapper .grid_7.grid_outside {
    width: 635px;
    width: -webkit-calc(635px - 30px);
    width: -moz-calc(635px - 30px);
    width: calc(635px - 30px);
  }
  .wrapper .grid_8.grid_outside {
    width: 730px;
    width: -webkit-calc(730px - 30px);
    width: -moz-calc(730px - 30px);
    width: calc(730px - 30px);
  }
  .wrapper .grid_9.grid_outside {
    width: 65px;
    width: -webkit-calc(825px - 30px);
    width: -moz-calc(825px - 30px);
    width: calc(825px - 30px);
  }
  .wrapper .grid_10.grid_outside {
    width: 920px;
    width: -webkit-calc(920px - 30px);
    width: -moz-calc(920px - 30px);
    width: calc(920px - 30px);
  }
  .wrapper .grid_11.grid_outside {
    width: 1015px;
    width: -webkit-calc(1015px - 30px);
    width: -moz-calc(1015px - 30px);
    width: calc(1015px - 30px);
  }
  .wrapper .grid_12.grid_outside {
    width: 1110px;
    width: -webkit-calc(1110px - 30px);
    width: -moz-calc(1110px - 30px);
    width: calc(1110px - 30px);
  }
}

/* 1260.css */

@media all and (min-width: 1340px) {
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1260px;
  }

  /* .main .wrapper { */
  /*     background: url("/content-app/resources/common/images/1260.png") repeat scroll 0 0 rgba(0, 0, 0, 0); */
  /* } */

  .row {
    margin-bottom: 30px;
  }
  .row-spacer {
    margin-bottom: 60px;
  }
  .grid-margins {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* =Grid >> Global
  --------------------------------------------------------------------------------*/
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  /* =Grid >> 12 Columns
  --------------------------------------------------------------------------------*/
  .wrapper .grid_1 {width: 65px;}
  .wrapper .grid_2 {width: 170px;}
  .wrapper .grid_3 {width: 275px;}
  .wrapper .grid_4 {width: 380px;}
  .wrapper .grid_5 {width: 485px;}
  .wrapper .grid_6 {width: 590px;}
  .wrapper .grid_7 {width: 695px;}
  .wrapper .grid_8 {width: 800px;}
  .wrapper .grid_9 {width: 905px;}
  .wrapper .grid_10 {width: 1010px;}
  .wrapper .grid_11 {width: 1115px;}
  .wrapper .grid_12 {width: 1220px;}

  /* =Grid >> 12 Columns - Grid Wrappers - Used for grids within grids / Grid width + left and right margin value
  --------------------------------------------------------------------------------*/
  .wrapper .grid_1.grid_inside {
    width: 65px;
    width: -webkit-calc(65px + 40px);
    width: -moz-calc(65px + 40px);
    width: calc(65px + 40px);
  }
  .wrapper .grid_2.grid_inside {
    width: 170px;
    width: -webkit-calc(170px + 40px);
    width: -moz-calc(170px + 40px);
    width: calc(170px + 40px);
  }
  .wrapper .grid_3.grid_inside {
    width: 275px;
    width: -webkit-calc(275px + 40px);
    width: -moz-calc(275px + 40px);
    width: calc(275px + 40px);
  }
  .wrapper .grid_4.grid_inside {
    width: 380px;
    width: -webkit-calc(380px + 40px);
    width: -moz-calc(380px + 40px);
    width: calc(380px + 40px);
  }
  .wrapper .grid_5.grid_inside {
    width: 485px;
    width: -webkit-calc(485px + 40px);
    width: -moz-calc(485px + 40px);
    width: calc(485px + 40px);
  }
  .wrapper .grid_6.grid_inside {
    width: 590px;
    width: -webkit-calc(590px + 40px);
    width: -moz-calc(590px + 40px);
    width: calc(590px + 40px);
  }
  .wrapper .grid_7.grid_inside {
    width: 695px;
    width: -webkit-calc(695px + 40px);
    width: -moz-calc(695px + 40px);
    width: calc(695px + 40px);
  }
  .wrapper .grid_8.grid_inside {
    width: 800px;
    width: -webkit-calc(800px + 40px);
    width: -moz-calc(800px + 40px);
    width: calc(800px + 40px);
  }
  .wrapper .grid_9.grid_inside {
    width: 905px;
    width: -webkit-calc(905px + 40px);
    width: -moz-calc(905px + 40px);
    width: calc(905px + 40px);
  }
  .wrapper .grid_10.grid_inside {
    width: 1010px;
    width: -webkit-calc(1010px + 40px);
    width: -moz-calc(1010px + 40px);
    width: calc(1010px + 40px);
  }
  .wrapper .grid_11.grid_inside {
    width: 1115px;
    width: -webkit-calc(1115px + 40px);
    width: -moz-calc(1115px + 40px);
    width: calc(1115px + 40px);
  }
  .wrapper .grid_12.grid_inside {
    width: 1220px;
    width: -webkit-calc(1220px + 40px);
    width: -moz-calc(1220px + 40px);
    width: calc(1220px + 40px);
  }

  /* =Grid >> 12 Columns - Grid Wrappers - Used for grids outside grids / Grid width - left and right margin value
  --------------------------------------------------------------------------------*/
  .wrapper .grid_1.grid_outside {
    width: 65px;
    width: -webkit-calc(65px - 40px);
    width: -moz-calc(65px - 40px);
    width: calc(65px - 40px);
  }
  .wrapper .grid_2.grid_outside {
    width: 170px;
    width: -webkit-calc(170px - 40px);
    width: -moz-calc(170px - 40px);
    width: calc(170px - 40px);
  }
  .wrapper .grid_3.grid_outside {
    width: 275px;
    width: -webkit-calc(275px - 40px);
    width: -moz-calc(275px - 40px);
    width: calc(275px - 40px);
  }
  .wrapper .grid_4.grid_outside {
    width: 380px;
    width: -webkit-calc(380px - 40px);
    width: -moz-calc(380px - 40px);
    width: calc(380px - 40px);
  }
  .wrapper .grid_5.grid_outside {
    width: 485px;
    width: -webkit-calc(485px - 40px);
    width: -moz-calc(485px - 40px);
    width: calc(485px - 40px);
  }
  .wrapper .grid_6.grid_outside {
    width: 590px;
    width: -webkit-calc(590px - 40px);
    width: -moz-calc(590px - 40px);
    width: calc(590px - 40px);
  }
  .wrapper .grid_7.grid_outside {
    width: 695px;
    width: -webkit-calc(695px - 40px);
    width: -moz-calc(695px - 40px);
    width: calc(695px - 40px);
  }
  .wrapper .grid_8.grid_outside {
    width: 800px;
    width: -webkit-calc(800px - 40px);
    width: -moz-calc(800px - 40px);
    width: calc(800px - 40px);
  }
  .wrapper .grid_9.grid_outside {
    width: 65px;
    width: -webkit-calc(905px - 40px);
    width: -moz-calc(905px - 40px);
    width: calc(905px - 40px);
  }
  .wrapper .grid_10.grid_outside {
    width: 1010px;
    width: -webkit-calc(1010px - 40px);
    width: -moz-calc(1010px - 40px);
    width: calc(1010px - 40px);
  }
  .wrapper .grid_11.grid_outside {
    width: 1115px;
    width: -webkit-calc(1115px - 40px);
    width: -moz-calc(1115px - 40px);
    width: calc(1115px - 40px);
  }
  .wrapper .grid_12.grid_outside {
    width: 1220px;
    width: -webkit-calc(1220px - 40px);
    width: -moz-calc(1220px - 40px);
    width: calc(1220px - 40px);
  }
}
body, input, button, textarea, select {
    color: #666;
    font-family: "Raleway",sans-serif;
		border-radius: 0;
    font-size: 18px;
    line-height: 1.7;
    outline: 0 none;
		margin: 0;
}
html {
		font-size: 100%;
    min-height: 100%;
    overflow-y: scroll;
    position: relative;
}
body {
		height: 100%;
		padding-bottom: 50px;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
b, strong {
    font-weight: 600;
}
.title,
.title * {
	color: #069EED;
}
.title {
	font-weight: normal;
	font-size: 32px;
}
.title.sub-heading {
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6, a {
    color: #0094e0;
}
h1 {
    font-size: 28px;
    font-weight: 600;
}
h2 {
    font-size: 26px;
    font-weight: 600;
}
h3 {
    font-size: 20px;
    font-weight: 600;
}
h4 {
    font-size: 18px;
    font-weight: 600;
}
a {
    text-decoration: none;
}
html.no-touch a:hover {
    text-decoration: underline;
}
a:focus {
    outline: 0 none;
}
a:hover, a:active {
    outline: 0 none;
}
p {
    margin: auto auto 1.5em;
}
input:not([type="submit"]), textarea, select {
    border: 1px solid #bbb;
    padding: 5px 8px;
}
input:active:not([type="submit"]), input:focus:not([type="submit"]), textarea:active, textarea:focus, select:active, select:focus {
    border-color: #82c7ff;
    box-shadow: 0 0 4px #91ceff;
}
input.error:not([type="submit"]) {
    border-color: #ff8282;
    box-shadow: 0 0 4px #ff9191;
}
textarea {
    width: 100%;
}
.wrapper .clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:after {
    clear: both;
}
.center {
    display: block;
    float: none;
    text-align: center;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
.notransition {
    transition: none 0s ease 0s !important;
}
